Skip to content

Commit

Permalink
Allow installation with PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Aug 28, 2023
1 parent b07dcb3 commit faa205d
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 @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.2 || ~8.1.0 || ~8.2.0",
"php": "^7.2 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
Expand Down

0 comments on commit faa205d

Please sign in to comment.