Skip to content

Commit 12897e7

Browse files
authored
Add PHP 8.4 to composer (#4)
Add PHP 8.4 to composer Signed-off-by: Steven Lewis <[email protected]>
1 parent 967fe13 commit 12897e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
28+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
2929
},
3030
"require-dev": {
3131
"laminas/laminas-coding-standard": "~3.0.0",

0 commit comments

Comments
 (0)