Skip to content

Commit

Permalink
Merge pull request #34 from TiGR/patch-1
Browse files Browse the repository at this point in the history
Change abandoned guzzle/http to guzzle/guzzle (fixes #33)
  • Loading branch information
greydnls committed Mar 30, 2015
2 parents b2ebfbd + 80cd491 commit fcd5a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require": {
"php": ">=5.3.2",
"guzzle/http": "~3.1",
"guzzle/guzzle": "~3.9",
"symfony/http-foundation": "~2.1"
},
"require-dev": {
Expand Down

0 comments on commit fcd5a60

Please sign in to comment.