Skip to content

Commit

Permalink
Updates guzzlehttp to 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarany committed Sep 19, 2016
1 parent ca14e7d commit a4d7406
Show file tree
Hide file tree
Showing 6 changed files with 1,559 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
.idea
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
- travis_retry composer install --prefer-source --no-interaction

script: phpunit
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
}
],
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "~5.0"
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "^5.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a4d7406

Please sign in to comment.