Skip to content

Commit

Permalink
[TASK] Allow typo3 composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Jan 12, 2023
1 parent fa969b5 commit e855a3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin"
"bin-dir": ".Build/bin",
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit e855a3f

Please sign in to comment.