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:
29
29
30
30
install :
31
31
- composer require ${PACKAGE} --no-update
32
- - travis_retry composer update --prefer-dist --no-interaction
32
+ - travis_retry composer update --prefer-source --no-interaction
33
33
34
34
before_script :
35
35
- vendor/bin/http_test_server > /dev/null 2>&1 &
Original file line number Diff line number Diff line change 20
20
"php-http/httplug" : " ^1.0" ,
21
21
"php-http/message" : " ^1.0" ,
22
22
"guzzlehttp/psr7" : " ^1.0" ,
23
- "th3n3rd/cartesian-product" : " ^0.3"
23
+ "th3n3rd/cartesian-product" : " ^0.3" ,
24
+ "php-http/guzzle6-adapter" : " ^1.1"
24
25
},
25
26
"autoload" : {
26
27
"psr-4" : {
27
28
"Http\\ Client\\ Tests\\ " : " src/"
28
29
}
29
30
},
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
+ },
30
41
"bin" : [
31
42
" bin/http_test_server"
32
43
],
You can’t perform that action at this time.
0 commit comments