commit
bd70008e56
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue