Skip to content

Commit 4835548

Browse files
author
Gianluca Arbezzano
committed
Merge pull request #63 from musou1500/specify_phpparser_version
specify version of php-parser in composer.json
2 parents 7fd0030 + 8c77fba commit 4835548

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)