Skip to content

Commit 323d9a3

Browse files
committed
[TASK] Add composer allow-plugins
1 parent a049dd9 commit 323d9a3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66
~~~~~
77

88
1) [BUGFIX] Fix removing of temporary filenames.
9-
9+
2) [TASK] Add composer allow-plugins.
1010

1111
6.0.1
1212
~~~~~

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
},
3333
"config": {
3434
"vendor-dir": ".Build/vendor",
35-
"bin-dir": ".Build/bin"
35+
"bin-dir": ".Build/bin",
36+
"allow-plugins": {
37+
"typo3/cms-composer-installers": true,
38+
"typo3/class-alias-loader": true
39+
}
3640
},
3741
"extra": {
3842
"typo3/cms": {

0 commit comments

Comments
 (0)