Skip to content

Commit

Permalink
Support Guzzle 7 and PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 28, 2020
1 parent 56fb1c6 commit e0ca27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -13,11 +13,11 @@
],
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "~6.0",
"doctrine/inflector": "~1.0 || ~2.0"
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"doctrine/inflector": "^1.0 || ^2.0"
},
"require-dev": {
"phpspec/phpspec": "~5.1 || ~6.0",
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0",
"squizlabs/php_codesniffer": "^3.0"
},
"config": {
Expand Down

0 comments on commit e0ca27e

Please sign in to comment.