[TASK] Upgrade phpstan to latest version
composer req --dev phpstan/phpstan:^0.12.98 Resolves: #94839 Releases: master Change-Id: I8ca57073436b695e340aae0e1fd5846e3fdc1271 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70439 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
... | ... | @@ -105,7 +105,7 @@ |
"php-webdriver/webdriver": "^1.11.1", | ||
"phpspec/prophecy": "^1.12.2", | ||
"phpspec/prophecy-phpunit": "^2.0", | ||
"phpstan/phpstan": "^0.12.64", | ||
"phpstan/phpstan": "^0.12.98", | ||
"phpunit/phpunit": "^9.5", | ||
"typo3/cms-styleguide": "~11.4.0", | ||
"typo3/testing-framework": "^6.11.0" | ||
... | ... |
Please register or sign in to comment