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 248dbed commit 80cd491Copy full SHA for 80cd491
.travis.yml
@@ -15,7 +15,7 @@ env:
15
16
before_script:
17
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
18
- - composer require guzzle/http:${GUZZLE_VERSION} --no-update
+ - composer require guzzle/guzzle:${GUZZLE_VERSION} --no-update
19
- composer install -n --dev --prefer-source
20
21
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
0 commit comments