[TASK] Raise phpstan/phpstan:^1.6.7
Raise phpstan to newest release, which find more things in a proper way. This includes some opcache and autoloading fixes which may hopefully help with lately occurrence of long-running phpstan ci runs. Used commands: > composer req --dev phpstan/phpstan:^1.6.7 > Build/Scripts/runTests.sh -s clean > Build/Scripts/runTests.sh -s phpstanGenerateBaseline Resolves: #97551 Releases: main, 11.5 Change-Id: If7493bc4138e99ff173047cba358d3be43cf2357 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74523 Tested-by:core-ci <typo3@b13.com> Tested-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
... | ... | @@ -111,7 +111,7 @@ |
"php-webdriver/webdriver": "^1.12.0", | ||
"phpspec/prophecy": "^1.15.0", | ||
"phpspec/prophecy-phpunit": "^2.0.1", | ||
"phpstan/phpstan": "^1.6.3", | ||
"phpstan/phpstan": "^1.6.7", | ||
"phpstan/phpstan-phpunit": "^1.1.1", | ||
"phpunit/phpunit": "^9.5.20", | ||
"typo3/cms-styleguide": "~12.0@dev", | ||
... | ... |
Please register or sign in to comment