Skip to content

Commit

Permalink
[TASK] Update nikic/php-parser to 4.2
Browse files Browse the repository at this point in the history
This patch updates nikic/php-parser to version 4.2.2, which brings
better support for PHP 7.3 and adds initial support for PHP 7.4.

Changelog: https://raw.githubusercontent.com/nikic/PHP-Parser/v4.2.2/CHANGELOG.md

Composer command:

  composer require nikic/php-parser:^4.2

Resolves: #88914
Releases: master, 9.5
Change-Id: I6d7feb8851be6e5565cb069fb33c279f916f4667
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61439
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
andreaskienast committed Aug 5, 2019
1 parent cebfc47 commit a19b55c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -44,7 +44,7 @@
"doctrine/instantiator": "^1.1",
"doctrine/lexer": "^1.0",
"guzzlehttp/guzzle": "^6.3.0",
"nikic/php-parser": "^4.0",
"nikic/php-parser": "^4.2",
"psr/container": "^1.0",
"psr/http-message": "~1.0",
"psr/http-server-middleware": "^1.0",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -26,7 +26,7 @@
"doctrine/instantiator": "^1.1",
"doctrine/lexer": "^1.0",
"guzzlehttp/guzzle": "^6.3.0",
"nikic/php-parser": "^4.0",
"nikic/php-parser": "^4.2",
"psr/container": "^1.0",
"psr/http-message": "~1.0",
"psr/http-server-handler": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/install/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"nikic/php-parser": "^4.0",
"nikic/php-parser": "^4.2",
"symfony/finder": "^4.1",
"typo3/cms-core": "9.5.*@dev",
"typo3/cms-extbase": "9.5.*@dev",
Expand Down

0 comments on commit a19b55c

Please sign in to comment.