[TASK] Update various dependencies to support PHP8
A few dependencies now have PHP8 support and PHP 7.2 support, which we then update to the latest versions, also for v10.4. Updated dev-dependencies: * composer req "phpspec/prophecy:^1.12.2" --dev --with-all-dependencies * composer req "friendsofphp/php-cs-fixer:^2.17.3" --dev --with-all-dependencies * composer req "phpstan/phpstan:^0.12.64" --dev --with-all-dependencies * composer req "phpunit/phpunit:^8.5.13" --dev --with-all-dependencies Non-dev-dependency updates: * composer req "nikic/php-parser:^4.10.4" Also fix an undefined variable error that was introduced in #92497 and has now been discovered by the updated phpstan version. Resolves: #93201 Releases: master, 10.4 Change-Id: Ic8839606ea05a0825a6e518dd644655ecc7c578e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67324 Tested-by:Benjamin Franzke <bfr@qbus.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
... | ... | @@ -45,7 +45,7 @@ |
"doctrine/lexer": "^1.2.1", | ||
"egulias/email-validator": "^2.1", | ||
"guzzlehttp/guzzle": "^7.2", | ||
"nikic/php-parser": "^4.3", | ||
"nikic/php-parser": "^4.10.4", | ||
"phpdocumentor/reflection-docblock": "^5.1.0", | ||
"phpdocumentor/type-resolver": "^1.1.0", | ||
"psr/container": "^1.0", | ||
... | ... | @@ -87,12 +87,12 @@ |
"codeception/module-filesystem": "^1.0.3", | ||
"codeception/module-webdriver": "^1.1.4", | ||
"composer/package-versions-deprecated": "^1.10", | ||
"friendsofphp/php-cs-fixer": "^2.16.7", | ||
"friendsofphp/php-cs-fixer": "^2.17.3", | ||
"friendsoftypo3/phpstan-typo3": "^0.6.0", | ||
"php-webdriver/webdriver": "^1.9.0", | ||
"phpspec/prophecy": "^1.7.5", | ||
"phpstan/phpstan": "^0.12.44", | ||
"phpunit/phpunit": "^8.5.2", | ||
"phpspec/prophecy": "^1.12.2", | ||
"phpstan/phpstan": "^0.12.64", | ||
"phpunit/phpunit": "^8.5.13", | ||
"typo3/cms-styleguide": "~11.0.2", | ||
"typo3/testing-framework": "^6.6.0" | ||
}, | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment