[TASK] Update PHP Parser to the latest release.
The current version of PHP Parser we're using doesn't support all the new PHP 8.1 syntax yet. So update it. Used commands: composer req "nikic/php-parser":"^4.13.2" composer req "nikic/php-parser":"^4.13.2" -d typo3/sysext/core --no-update composer req "nikic/php-parser":"^4.13.2" -d typo3/sysext/install --no-update Resolves: #96612 Releases: master Change-Id: Ifb4afebccef0b2e7e6d28e597a85813d06bcb5d4
... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
"guzzlehttp/psr7": "^1.7.0 || ^2.0", | "guzzlehttp/psr7": "^1.7.0 || ^2.0", | ||
"lolli42/finediff": "^1.0", | "lolli42/finediff": "^1.0", | ||
"masterminds/html5": "^2.7.5", | "masterminds/html5": "^2.7.5", | ||
"nikic/php-parser": "^4.10.4", | "nikic/php-parser": "^4.13.2", | ||
"phpdocumentor/reflection-docblock": "^5.2", | "phpdocumentor/reflection-docblock": "^5.2", | ||
"phpdocumentor/type-resolver": "^1.4", | "phpdocumentor/type-resolver": "^1.4", | ||
"psr/container": "^1.1 || ^2.0", | "psr/container": "^1.1 || ^2.0", | ||
... | ... |
Please register or sign in to comment