Skip to content

Commit c5d3427

Browse files
committed
[BUGFIX] Add allowed plugins config
1 parent aa27925 commit c5d3427

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
},
4444
"config": {
4545
"vendor-dir": ".Build/vendor",
46-
"bin-dir": ".Build/bin"
46+
"bin-dir": ".Build/bin",
47+
"allow-plugins": {
48+
"typo3/class-alias-loader": true,
49+
"typo3/cms-composer-installers": true
50+
}
4751
},
4852
"scripts": {
4953
"post-autoload-dump": [

0 commit comments

Comments
 (0)