Skip to content

Commit b67a189

Browse files
committed
Update composer.json
1 parent e4e8dfc commit b67a189

File tree

2 files changed

+308
-117
lines changed

2 files changed

+308
-117
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)