Skip to content

Commit 1d50557

Browse files
committed
hotfix: php > 8.2
1 parent 6d1e7cf commit 1d50557

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",
28+
"php": ">=8.2",
2929
"doctrine/inflector": "^1.0 || ^2.0",
3030
"psr/cache": "^1.0 || ^2.0 || ^3.0",
3131
"psr/container": "^1.0 || ^2.0",

0 commit comments

Comments
 (0)