We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d19a68 commit dc6a626Copy full SHA for dc6a626
composer.json
@@ -3,11 +3,11 @@
3
"description": "A php-parser to php-ast converter written in php",
4
"require": {
5
"php": ">=7.1",
6
- "nikic/PHP-Parser": "3.0.5",
7
- "ext-ast": "~0.1.4"
+ "nikic/PHP-Parser": "3.0.5"
8
},
9
"require-dev": {
10
- "phpunit/phpunit": "~6.2"
+ "phpunit/phpunit": "~6.2",
+ "ext-ast": "~0.1.4"
11
12
"autoload": {
13
"psr-4": {"ASTConverter\\": "src/ASTConverter"}
0 commit comments