We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a049dd9 commit 323d9a3Copy full SHA for 323d9a3
CHANGELOG.rst
@@ -6,7 +6,7 @@ Changelog
6
~~~~~
7
8
1) [BUGFIX] Fix removing of temporary filenames.
9
-
+2) [TASK] Add composer allow-plugins.
10
11
6.0.1
12
composer.json
@@ -32,7 +32,11 @@
32
},
33
"config": {
34
"vendor-dir": ".Build/vendor",
35
- "bin-dir": ".Build/bin"
+ "bin-dir": ".Build/bin",
36
+ "allow-plugins": {
37
+ "typo3/cms-composer-installers": true,
38
+ "typo3/class-alias-loader": true
39
+ }
40
41
"extra": {
42
"typo3/cms": {
0 commit comments