Skip to content

Commit

Permalink
Merge pull request #4 from blocktrail/guzzle-5.0
Browse files Browse the repository at this point in the history
Guzzle 5.0
  • Loading branch information
navitronic committed Mar 5, 2015
2 parents e342862 + bcd6337 commit bd70008
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ php:
- 5.4
- hhvm

install: composer install
install: composer require --no-update guzzlehttp/guzzle $GUZZLE_VERSION; composer update

script: vendor/bin/phpunit

env:
- GUZZLE_VERSION: 4.2
- GUZZLE_VERSION: 5.0
- GUZZLE_VERSION: 5.2
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=5.4.0",
"99designs/http-signatures": "~1.1",
"guzzlehttp/guzzle": "~4.2"
"guzzlehttp/guzzle": ">=4.2.0 <5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
Expand Down

0 comments on commit bd70008

Please sign in to comment.