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 e4e8dfc commit b67a189Copy full SHA for b67a189
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.4",
+ "nikic/PHP-Parser": "3.0.5",
7
"ext-ast": "~0.1.4"
8
},
9
"require-dev": {
10
- "phpunit/phpunit": "~6.0"
+ "phpunit/phpunit": "~6.2"
11
12
"autoload": {
13
"psr-4": {"ASTConverter\\": "src/ASTConverter"}
0 commit comments