Skip to content

Commit d431dce

Browse files
committed
Add php 8.3 support
1 parent 196a4d1 commit d431dce

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.0.0 || ~8.1.0 || ~8.2.0",
28+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
2929
"laminas/laminas-servicemanager": "^3.10.0",
3030
"laminas/laminas-stdlib": "^3.6.0",
3131
"laminas/laminas-validator": "^2.15.1"

0 commit comments

Comments
 (0)