From 80cd49163a1dba76297c1987f0d8e704326e253d Mon Sep 17 00:00:00 2001 From: Igor Tarasov Date: Wed, 25 Mar 2015 18:24:13 +0400 Subject: [PATCH] Fix travis config to use guzzle/guzzle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f545e7d..fa2cf6c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: before_script: - composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update - - composer require guzzle/http:${GUZZLE_VERSION} --no-update + - composer require guzzle/guzzle:${GUZZLE_VERSION} --no-update - composer install -n --dev --prefer-source script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text