Skip to content

Commit dc6a626

Browse files
committed
Add ext-ast to dev
1 parent 0d19a68 commit dc6a626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "A php-parser to php-ast converter written in php",
44
"require": {
55
"php": ">=7.1",
6-
"nikic/PHP-Parser": "3.0.5",
7-
"ext-ast": "~0.1.4"
6+
"nikic/PHP-Parser": "3.0.5"
87
},
98
"require-dev": {
10-
"phpunit/phpunit": "~6.2"
9+
"phpunit/phpunit": "~6.2",
10+
"ext-ast": "~0.1.4"
1111
},
1212
"autoload": {
1313
"psr-4": {"ASTConverter\\": "src/ASTConverter"}

0 commit comments

Comments
 (0)