Skip to content

Commit aa3e45e

Browse files
committed
Allow PHP 8.4 to be used
1 parent bb13991 commit aa3e45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121

2222
"require": {
23-
"php": "8.1.*|8.2.*|8.3.*",
23+
"php": ">= 8.1",
2424
"doctrine/collections": "^1.0|^2.0",
2525
"doctrine/dbal": "^2.3|^3.0",
2626
"doctrine/event-manager": "^1.0|^2.0",

0 commit comments

Comments
 (0)