Skip to content

Commit 0dc8456

Browse files
allow PHP 8.5
1 parent b13d1c2 commit 0dc8456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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 || ~8.4.0",
28+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2929
"laminas/laminas-escaper": "^2.9",
3030
"laminas/laminas-stdlib": "^3.6"
3131
},

0 commit comments

Comments
 (0)