Skip to content

Commit

Permalink
Merge pull request #46 from acelaya-forks/php-8.3-support
Browse files Browse the repository at this point in the history
Allow PHP 8.3
  • Loading branch information
gsteel authored Nov 8, 2023
2 parents 2ea3e13 + c906fc1 commit 7871fdf
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 @@ -36,7 +36,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"fig/http-message-util": "^1.1.2",
"psr/container": "^1.0 || ^2.0",
Expand Down

0 comments on commit 7871fdf

Please sign in to comment.