This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ install:
22
22
- travis_retry composer self-update
23
23
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
24
24
25
- before_script :
26
- - vendor/bin/http_test_server > /dev/null 2>&1 &
25
+ before_script : vendor/bin/http_test_server > /dev/null 2>&1 &
27
26
28
27
script : vendor/bin/phpunit ${PHPUNIT_FLAGS}
29
28
Original file line number Diff line number Diff line change 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
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 )
9
9
10
- ** Guzzle 5 HTTP adapter .**
10
+ ** Guzzle 5 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/guzzle5-adapter" ,
3
- "description" : " Guzzle 5 HTTP adapter " ,
3
+ "description" : " Guzzle 5 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