Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit f4bcc97

Browse files
committed
Allow PHP-Parser 4.x to install
1 parent 6ad915a commit f4bcc97

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
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "~7.1",
1414
"phpstan/phpstan": "^0.10",
15-
"nikic/php-parser": "^3.1"
15+
"nikic/php-parser": "^3.1|^4.0"
1616
},
1717
"require-dev": {
1818
"consistence/coding-standard": "^2.0.0",

0 commit comments

Comments
 (0)