Skip to content

Commit

Permalink
Merge pull request #4 from phly/feat/php-8.3
Browse files Browse the repository at this point in the history
Allow usage with PHP 8.3
  • Loading branch information
weierophinney authored Nov 20, 2023
2 parents aa56f43 + 350a332 commit 6115be7
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 @@ -22,7 +22,7 @@
}
},
"require": {
"php": "~8.2.0"
"php": "~8.2.0 || ~8.3.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
Expand Down

0 comments on commit 6115be7

Please sign in to comment.