This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
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 @@ -21,8 +21,7 @@ install:
21
21
- travis_retry composer self-update
22
22
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
23
23
24
- before_script :
25
- - vendor/bin/http_test_server > /dev/null 2>&1 &
24
+ before_script : vendor/bin/http_test_server > /dev/null 2>&1 &
26
25
27
26
script : vendor/bin/phpunit ${PHPUNIT_FLAGS}
28
27
Original file line number Diff line number Diff line change 7
7
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/php-http/guzzle6-adapter.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/guzzle6-adapter )
8
8
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/guzzle6-adapter.svg?style=flat-square )] ( https://packagist.org/packages/php-http/guzzle6-adapter )
9
9
10
- ** Guzzle 6 HTTP adapter .**
10
+ ** Guzzle 6 HTTP Adapter .**
11
11
12
12
13
13
## Install
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " php-http/guzzle6-adapter" ,
3
- "description" : " Guzzle 6 HTTP adapter " ,
3
+ "description" : " Guzzle 6 HTTP Adapter " ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [" guzzle" , " http" ],
6
6
"homepage" : " http://php-http.org" ,
You can’t perform that action at this time.
0 commit comments