Skip to content

Commit bebf0d0

Browse files
committed
allow install with php-parser 5
1 parent aa70ef9 commit bebf0d0

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
@@ -4,7 +4,7 @@
44
"type": "package",
55
"require": {
66
"php": ">=7.2",
7-
"nikic/php-parser": "^4.2",
7+
"nikic/php-parser": "^4.2|^5.0",
88
"ddelnano/dredd-hooks-php": "^2.0"
99
},
1010
"license": "MIT",

0 commit comments

Comments
 (0)