Skip to content

Commit 0d570d3

Browse files
authored
allow php-parser 5.x
1 parent 548a1f3 commit 0d570d3

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
@@ -19,7 +19,7 @@
1919
"php": "^7.1|^8.0",
2020
"doctrine/dbal": "~2.3|^3.3",
2121
"phpdocumentor/graphviz": "^1.0",
22-
"nikic/php-parser": "^2.0|^3.0|^4.0"
22+
"nikic/php-parser": "^2.0|^3.0|^4.0|^5.0"
2323
},
2424
"require-dev": {
2525
"larapack/dd": "^1.0",

0 commit comments

Comments
 (0)