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 b7a9e82 commit 4e65972Copy full SHA for 4e65972
.travis.yml
@@ -16,7 +16,6 @@ before_install:
16
- composer self-update --no-interaction
17
18
install:
19
- - composer require php-http/guzzle6-adapter
20
- composer install --prefer-dist --no-interaction
21
22
script:
composer.json
@@ -34,7 +34,8 @@
34
"phpunit/phpunit": "^5.7",
35
"phpspec/phpspec": "^5.0",
36
"symfony/yaml": "^4.2",
37
- "donatj/mock-webserver": "^2.0"
+ "donatj/mock-webserver": "^2.0",
38
+ "php-http/guzzle6-adapter": "^2.0"
39
},
40
"config": {
41
"bin-dir": "bin"
0 commit comments