mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 17:56:12 +02: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:
Oliver Klee 2022-10-15 20:53:15 +02:00 committed by GitHub
parent 0e183c801a
commit 6b7101c1da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
},