Skip to content

Commit 03407a4

Browse files
committed
feat: update to allow usage with PHP 8.4
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 6a13fb1 commit 03407a4

File tree

2 files changed

+667
-491
lines changed

2 files changed

+667
-491
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": "~8.2.0 || ~8.3.0"
25+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0"
2626
},
2727
"require-dev": {
2828
"laminas/laminas-coding-standard": "~2.5.0",

0 commit comments

Comments
 (0)