Skip to content

Commit d753adf

Browse files
committed
Add allowed plugins to composer.json
1 parent 02c44be commit d753adf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "helhum/typo3-config-handling",
33
"description" : "Simple but powerful configuration handling for TYPO3 CMS",
44
"license": "GPL-2.0-or-later",
5+
"config": {
6+
"allow-plugins": {
7+
"typo3/class-alias-loader": true,
8+
"typo3/cms-composer-installers": true
9+
}
10+
},
511
"require": {
612
"php": ">=7.4",
713
"ext-json": "*",

0 commit comments

Comments
 (0)