This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ insert_final_newline = true
8
8
indent_style = space
9
9
indent_size = 4
10
10
11
- [* .yml ]
11
+ [* .yml* ]
12
12
indent_style = space
13
13
indent_size = 2
Original file line number Diff line number Diff line change 6
6
duplication : true
7
7
tools :
8
8
external_code_coverage : true
9
+ php_code_sniffer :
10
+ config :
11
+ standard : " PSR2"
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
4
- ## Unreleased
4
+ ## 0.1.0 - 2015-06-12
5
+
6
+ ### Added
7
+
8
+ - Initial release
Original file line number Diff line number Diff line change 5
5
[ ![ Build Status] ( https://img.shields.io/travis/php-http/guzzle5-adapter.svg?style=flat-square )] ( https://travis-ci.org/php-http/guzzle5-adapter )
6
6
[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/php-http/guzzle5-adapter.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/guzzle5-adapter )
7
7
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/php-http/guzzle5-adapter.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/guzzle5-adapter )
8
- [ ![ HHVM Status] ( https://img.shields.io/hhvm/php-http/guzzle5-adapter.svg?style=flat-square )] ( http://hhvm.h4cc.de/package/php-http/guzzle5-adapter )
9
8
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/guzzle5-adapter.svg?style=flat-square )] ( https://packagist.org/packages/php-http/guzzle5-adapter )
10
9
11
10
** Guzzle 5 HTTP adapter.**
@@ -20,7 +19,9 @@ $ composer require php-http/guzzle5-adapter
20
19
```
21
20
22
21
23
- ## Usage
22
+ ## Documentation
23
+
24
+ Please see the [ official documentation] ( http://php-http.readthedocs.org/en/latest/ ) .
24
25
25
26
26
27
## Testing
Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " >=5.4" ,
19
- "php-http/adapter" : " ^0.1@dev " ,
20
- "php-http/discovery" : " ^0.1@dev " ,
19
+ "php-http/adapter" : " ^0.1" ,
20
+ "php-http/discovery" : " ^0.1" ,
21
21
"guzzlehttp/guzzle" : " ~5.1" ,
22
- "guzzlehttp/ringphp" : " ^1.0.8@dev "
22
+ "guzzlehttp/ringphp" : " ~1.1 "
23
23
},
24
24
"require-dev" : {
25
25
"ext-curl" : " *" ,
26
- "php-http/adapter-integration-tests" : " ^0.1@dev "
26
+ "php-http/adapter-integration-tests" : " ^0.1"
27
27
},
28
28
"provide" : {
29
29
"php-http/adapter-implementation" : " 0.1"
You can’t perform that action at this time.
0 commit comments