Skip to content

Commit c0dc802

Browse files
committed
added version 1 or 2 for php-parser
1 parent aec22be commit c0dc802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/options-resolver" : "~2|~3",
2828
"phootwork/file" : "~0",
2929
"phootwork/tokenizer" : "~0",
30-
"nikic/php-parser" : "~1"
30+
"nikic/php-parser" : "~1|~2"
3131
},
3232
"require-dev" : {
3333
"phpunit/phpunit" : "~4",
@@ -36,4 +36,4 @@
3636
"suggest" : {
3737
"gossi/php-code-formatter" : "Formatting your generated code"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)