Skip to content

Commit 80cd491

Browse files
committed
Fix travis config to use guzzle/guzzle
1 parent 248dbed commit 80cd491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
before_script:
1717
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
18-
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
18+
- composer require guzzle/guzzle:${GUZZLE_VERSION} --no-update
1919
- composer install -n --dev --prefer-source
2020

2121
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)