Skip to content

Commit

Permalink
[TASK] Update nikic/php-parser to ^4.3
Browse files Browse the repository at this point in the history
    composer require nikic/php-parser:"^4.3"

Bump version as PHP 5 support is not necessary for TYPO3
version 10 and modern packages like rector/rector need
a newer version of nikic/php-parser to work.

Releases: master
Resolves: #89704
Change-Id: I402714959750b5203a6e0117e5ef84b62229441b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62339
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
alexanderschnitzler authored and bmack committed Nov 19, 2019
1 parent 6319bd5 commit 669fab8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"doctrine/instantiator": "^1.1",
"doctrine/lexer": "^1.0",
"guzzlehttp/guzzle": "^6.3.0",
"nikic/php-parser": "^4.2",
"nikic/php-parser": "^4.3",
"phpdocumentor/reflection-docblock": "^4.3",
"psr/container": "^1.0",
"psr/event-dispatcher": "^1.0",
Expand Down
35 changes: 18 additions & 17 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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"doctrine/instantiator": "^1.1",
"doctrine/lexer": "^1.0",
"guzzlehttp/guzzle": "^6.3.0",
"nikic/php-parser": "^4.2",
"nikic/php-parser": "^4.3",
"psr/container": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/install/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"nikic/php-parser": "^4.2",
"nikic/php-parser": "^4.3",
"symfony/finder": "^4.3",
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-extbase": "10.2.*@dev",
Expand Down

0 comments on commit 669fab8

Please sign in to comment.