File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ before_install:
2929
3030install :
3131 - composer require ${PACKAGE} --no-update
32- - travis_retry composer update --prefer-dist --no-interaction
32+ - travis_retry composer update --prefer-source --no-interaction
3333
3434before_script :
3535 - vendor/bin/http_test_server > /dev/null 2>&1 &
Original file line number Diff line number Diff line change 2020 "php-http/httplug" : " ^1.0" ,
2121 "php-http/message" : " ^1.0" ,
2222 "guzzlehttp/psr7" : " ^1.0" ,
23- "th3n3rd/cartesian-product" : " ^0.3"
23+ "th3n3rd/cartesian-product" : " ^0.3" ,
24+ "php-http/guzzle6-adapter" : " ^1.1"
2425 },
2526 "autoload" : {
2627 "psr-4" : {
2728 "Http\\ Client\\ Tests\\ " : " src/"
2829 }
2930 },
31+ "autoload-dev" : {
32+ "psr-4" : {
33+ "Http\\ Adapter\\ Curl\\ Tests\\ " : " vendor/php-http/curl-client/tests/" ,
34+ "Http\\ Adapter\\ Socket\\ Tests\\ " : " vendor/php-http/socket-client/tests/" ,
35+ "Http\\ Adapter\\ Guzzle5\\ Tests\\ " : " vendor/php-http/guzzle5-adapter/tests/" ,
36+ "Http\\ Adapter\\ Guzzle6\\ Tests\\ " : " vendor/php-http/guzzle6-adapter/tests/" ,
37+ "Http\\ Adapter\\ Buzz\\ Tests\\ " : " vendor/php-http/buzz-adapter/tests/" ,
38+ "Http\\ Adapter\\ React\\ Tests\\ " : " vendor/php-http/react-adapter/tests/"
39+ }
40+ },
3041 "bin" : [
3142 " bin/http_test_server"
3243 ],
You can’t perform that action at this time.
0 commit comments