mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 21:46:09 +01:00
Support composer 2.2 new allow-plugins configuration
In order to install all necessary composer plugins which we already trust.
This commit is contained in:
parent
456c86b492
commit
2efe65c5b2
1 changed files with 8 additions and 0 deletions
|
@ -69,5 +69,13 @@
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "1.0.x-dev"
|
"dev-main": "1.0.x-dev"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"typo3/class-alias-loader": true,
|
||||||
|
"typo3/cms-composer-installers": true,
|
||||||
|
"cweagans/composer-patches": true,
|
||||||
|
"phpstan/extension-installer": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue