Skip to content

Commit 26330a7

Browse files
committed
Update package
1 parent 86c946c commit 26330a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
55
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/adapter.svg?style=flat-square)](https://packagist.org/packages/php-http/adapter)
66

7-
**HTTP adapter contract.**
7+
**HTTP Adapter interfaces.**
88

99

1010
## Install

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-http/adapter",
3-
"description": "HTTP adapter contract",
3+
"description": "HTTP Adapter interfaces",
44
"license": "MIT",
55
"keywords": ["http", "adapter"],
66
"homepage": "http://php-http.org",
@@ -25,7 +25,7 @@
2525
},
2626
"extra": {
2727
"branch-alias": {
28-
"dev-master": "0.1-dev"
28+
"dev-master": "0.2-dev"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)