Skip to content

Commit

Permalink
Merge pull request #26 from veewee/php83
Browse files Browse the repository at this point in the history
Support PHP 83
  • Loading branch information
veewee authored Nov 24, 2023
2 parents b753259 + a1b6458 commit 062234e
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 @@ -18,7 +18,7 @@
"grumphp.phar"
],
"require": {
"php": "^8.1",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"composer-plugin-api": "~2.0"
},
Expand Down

0 comments on commit 062234e

Please sign in to comment.