Skip to content

Commit

Permalink
Merge pull request #3 from sumocoders/php8
Browse files Browse the repository at this point in the history
Allow PHP8
  • Loading branch information
tijsverkoyen authored Feb 20, 2023
2 parents eb252be + 41075fa commit 515ffce
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 @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.1",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"ext-json": "*"
Expand Down

0 comments on commit 515ffce

Please sign in to comment.