Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit a4ff6a8

Browse files
committed
Prepare release
1 parent 6238b08 commit a4ff6a8

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
22

33

4-
## Unreleased
4+
## 0.1.0 - 2015-06-12
5+
6+
### Added
7+
8+
- Initial release

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ $ composer require php-http/guzzle6-adapter
2020
```
2121

2222

23-
## Usage
23+
## Documentation
24+
25+
Please see the [official documentation](http://php-http.readthedocs.org/en/latest/).
2426

2527

2628
## Testing

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
],
1717
"require": {
1818
"php": ">=5.4",
19-
"php-http/adapter": "^0.1@dev",
19+
"php-http/adapter": "^0.1",
2020
"guzzlehttp/guzzle": "~6.0"
2121
},
2222
"require-dev": {
2323
"ext-curl": "*",
24-
"php-http/adapter-integration-tests": "^0.1@dev"
24+
"php-http/adapter-integration-tests": "^0.1"
2525
},
2626
"provide": {
2727
"php-http/adapter-implementation": "0.1"

src/Guzzle6HttpAdapter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
use Psr\Http\Message\ResponseInterface;
2020

2121
/**
22-
* Guzzle 6 HTTP adapter
23-
*
2422
* @author David de Boer <[email protected]>
2523
*/
2624
class Guzzle6HttpAdapter implements HttpAdapter

0 commit comments

Comments
 (0)