Skip to content

Commit

Permalink
Merge pull request #3 from danmichaelo/patch-1
Browse files Browse the repository at this point in the history
Support PHP 8
  • Loading branch information
DivineOmega authored Apr 20, 2021
2 parents a4edb59 + 14c1ead commit a2bdcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PSR-18 adapter for the Guzzle HTTP client",
"type": "library",
"require": {
"php": "^7.1",
"php": "^7.1||^8.0",
"guzzlehttp/guzzle": "^6.3||^7.0",
"psr/http-client": "^1.0"
},
Expand Down

0 comments on commit a2bdcdd

Please sign in to comment.