Skip to content

Commit

Permalink
[BUGFIX] Add allowed plugins config
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Aug 20, 2022
1 parent aa27925 commit c5d3427
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 @@ -43,7 +43,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
}
},
"scripts": {
"post-autoload-dump": [
Expand Down

0 comments on commit c5d3427

Please sign in to comment.