Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Fix composer to allow on php 8 / guzzle 7 projects
  • Loading branch information
neoteknic authored Aug 26, 2021
1 parent 0177e53 commit 5696efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
],
"require": {
"php": "^5.2||^7",
"guzzlehttp/guzzle": "6.5.0",
"php": "^5.2|^7|^8",
"guzzlehttp/guzzle": "^6.5.0|^7.0",
"mexitek/phpcolors": "0.*"
},
"autoload": {
Expand Down

0 comments on commit 5696efe

Please sign in to comment.