mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[BUGFIX] Explicitly allow the development Composer plugins (#353)

This will allow Composer plugins like composer-normalize to run
in Composer >= 2.2 as well.
This commit is contained in:
Oliver Klee 2021-12-29 02:50:08 +01:00 committed by GitHub
parent 79a13b96a4
commit 3734ba295e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,10 +69,10 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": false,
"phpstan/extension-installer": false,
"typo3/class-alias-loader": false,
"typo3/cms-composer-installers": false
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
},
"preferred-install": {
"*": "dist"