Skip to content

Commit 9a489f8

Browse files
authored
Merge pull request #8 from TysonAndre/misc-changes
Update composer dependencies, try to support 7.2, and convert code from a switch to a hash table of closures
2 parents e4e8dfc + 9ebad6a commit 9a489f8

File tree

5 files changed

+784
-467
lines changed

5 files changed

+784
-467
lines changed

composer.json

Lines changed: 2 additions & 2 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.4",
6+
"nikic/PHP-Parser": "3.0.5",
77
"ext-ast": "~0.1.4"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "~6.0"
10+
"phpunit/phpunit": "~6.2"
1111
},
1212
"autoload": {
1313
"psr-4": {"ASTConverter\\": "src/ASTConverter"}

0 commit comments

Comments
 (0)