mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 04:36:09 +01:00
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:
parent
c506720689
commit
8446855d96
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue