mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Add the testing framework bridge as dev dependency (#636)
This is required to get the tests to work with typo3/composer-installers V4/V5.
This commit is contained in:
parent
0e183c801a
commit
6b7101c1da
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
"phpstan/phpstan-strict-rules": "^1.4.4",
|
||||
"phpunit/phpunit": "^9.5.25",
|
||||
"saschaegerer/phpstan-typo3": "^1.1.2",
|
||||
"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.0.1",
|
||||
"seld/jsonlint": "^1.9.0",
|
||||
"squizlabs/php_codesniffer": "^3.7.1",
|
||||
"symfony/yaml": "^5.4 || ^6.1",
|
||||
|
@ -77,6 +78,7 @@
|
|||
"allow-plugins": {
|
||||
"ergebnis/composer-normalize": true,
|
||||
"phpstan/extension-installer": true,
|
||||
"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": true,
|
||||
"typo3/class-alias-loader": true,
|
||||
"typo3/cms-composer-installers": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue