Skip to content

Commit

Permalink
Upgrade php-parser to 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
proggga committed Nov 6, 2020
1 parent 717adcb commit cdc51f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
"require": {
"ext-json": "*",
"php": ">=7.0",
"nikic/php-parser": "^4.3.0"
"nikic/php-parser": "^4.10.2"
},
"require-dev": {
"vaimo/composer-patches": "3.23.1",
Expand Down
3 changes: 2 additions & 1 deletion src/init_with_composer.php
Expand Up @@ -32,7 +32,8 @@
require_once "{$php_parser_dir}NodeTraverserInterface.php";
require_once "{$php_parser_dir}Node.php";
require_once "{$php_parser_dir}NodeAbstract.php";
require_once "{$php_parser_dir}Lexer/TokenEmulator/TokenEmulatorInterface.php";
require_once "{$php_parser_dir}Lexer/TokenEmulator/TokenEmulator.php";
require_once "{$php_parser_dir}Lexer/TokenEmulator/KeywordEmulator.php";
require_once "{$php_parser_dir}Node/Expr.php";
require_once "{$php_parser_dir}Node/FunctionLike.php";
// for prevent autoload problems
Expand Down

0 comments on commit cdc51f0

Please sign in to comment.