Pin phpstan and extensions

New versions often introduce new issues breaking existing pipeline and
taking off time from the actual task.
We therefore pin versions do not get unexpected updates.
This commit is contained in:
Daniel Siepmann 2022-04-25 07:50:12 +02:00
parent c506720689
commit 8446855d96

View file

@ -49,12 +49,12 @@
"typo3/cms-backend": "^10.4 || ^11.5",
"squizlabs/php_codesniffer": "^3.5",
"symplify/easy-coding-standard": "^9.4",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan": "1.5.7",
"phpstan/extension-installer": "^1.1",
"saschaegerer/phpstan-typo3": "^1.0",
"saschaegerer/phpstan-typo3": "1.1.2",
"typo3/testing-framework": "^6.14",
"jangregor/phpstan-prophecy": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"jangregor/phpstan-prophecy": "1.0.0",
"phpstan/phpstan-phpunit": "1.1.1",
"guzzlehttp/guzzle": "^6.3 || ^7.3",
"phpspec/prophecy-phpunit": "^1.0 || ^2.0"
},