Skip to content

Commit

Permalink
[TASK] add composer allow-plugins:{}
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Feb 15, 2022
1 parent 7d59558 commit ed3d9d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"friendsofphp/php-cs-fixer": "^2.14",
"helhum/typo3-console": "^5.7",
"php-coveralls/php-coveralls": "^2.1",
"roave/security-advisories": "dev-master",
"typo3/cms-install": "^9.5.8",
"typo3/cms-tstemplate": "^9.5.8",
"typo3/tailor": "^1.3",
Expand All @@ -41,7 +40,12 @@
"config": {
"bin-dir": ".build/bin",
"sort-packages": true,
"vendor-dir": ".build/vendor"
"vendor-dir": ".build/vendor",
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true,
"helhum/typo3-console-plugin": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit ed3d9d3

Please sign in to comment.