We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae904a4 commit e908de1Copy full SHA for e908de1
.travis.yml
@@ -27,7 +27,7 @@ matrix:
27
install:
28
script:
29
# Test that we find Guzzle
30
- - ./tests/install.sh will-find "Http\Discovery\HttpClientDiscovery::find();" "php-http/guzzle6-adapter"
+ - ./tests/install.sh "will-find" "Http\Discovery\HttpClientDiscovery::find();" "php-http/guzzle6-adapter"
31
# Test that we find a client with Symfony and Guzzle PSR-7
32
- ./tests/install.sh will-find "Http\Discovery\HttpClientDiscovery::find();" "symfony/http-client:5.* php-http/httplug php-http/message-factory guzzlehttp/psr7:1.* http-interop/http-factory-guzzle"
33
# We should fail if we dont have php-http/message-factory or PSR-17
0 commit comments