Skip to content

Commit 8c77fba

Browse files
committed
specify version of php-parser in composer.json
1 parent 7fd0030 commit 8c77fba

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
@@ -5,7 +5,7 @@
55
"type": "library",
66
"require": {
77
"php": ">=5.3",
8-
"nikic/php-parser": "*"
8+
"nikic/php-parser": "<1"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "~4"

0 commit comments

Comments
 (0)