Skip to content

Commit 90f80f6

Browse files
committed
Add "allow-plugins" for composer.
1 parent f8b2a92 commit 90f80f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@
5050
},
5151
"config": {
5252
"vendor-dir": ".Build/vendor",
53-
"bin-dir": ".Build/bin"
53+
"bin-dir": ".Build/bin",
54+
"allow-plugins": {
55+
"typo3/cms-composer-installers": true,
56+
"typo3/class-alias-loader": true
57+
}
5458
},
5559
"scripts": {
5660
"test-unit-v10": "TYPO3_PATH_ROOT=.test/v10/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/",

0 commit comments

Comments
 (0)