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

Commit bc1cf5a

Browse files
committed
Require PHP-Parser v4
1 parent 45cc47c commit bc1cf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
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|^4.0"
15+
"nikic/php-parser": "^4.0"
1616
},
1717
"require-dev": {
1818
"consistence/coding-standard": "^3.0.1",

0 commit comments

Comments
 (0)