Skip to content

Commit

Permalink
Bump patch version of Guzzle for PHP 7.3 compatibility (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
carusogabriel authored and howardlopez committed Oct 19, 2018
1 parent 677eabd commit 346a107
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/nextrelease/bump-guzzlehttp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "enhancement",
"category": "Aws",
"description": "Bump Guzzle HTTP patch version for PHP 7.3 compatibility."
}
]
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm
- nightly
env:
Expand All @@ -14,6 +15,7 @@ env:

matrix:
allow_failures:
- php: 7.3
- php: hhvm
- php: nightly
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "^5.3.1|^6.2.1",
"guzzlehttp/guzzle": "^5.3.3|^6.2.1",
"guzzlehttp/psr7": "^1.4.1",
"guzzlehttp/promises": "~1.0",
"mtdowling/jmespath.php": "~2.2",
Expand Down

0 comments on commit 346a107

Please sign in to comment.