Skip to content

Commit

Permalink
Add allow-plugins to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
froemken committed Nov 17, 2022
1 parent 9cdc863 commit 883b0d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -37,7 +37,11 @@
}
},
"config": {
"vendor-dir": ".build/vendor"
"vendor-dir": ".build/vendor",
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit 883b0d6

Please sign in to comment.