Skip to content

Commit a3feccf

Browse files
committed
Allow php parser 5
1 parent f63b0c0 commit a3feccf

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
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=8.1",
1717
"doctrine/inflector": "^2.0",
18-
"nikic/php-parser": "^4.11",
18+
"nikic/php-parser": "^4.11|^5.0",
1919
"symfony/config": "^6.3|^7.0",
2020
"symfony/console": "^6.3|^7.0",
2121
"symfony/dependency-injection": "^6.3|^7.0",

0 commit comments

Comments
 (0)