Skip to content

Commit deecdb3

Browse files
[RELEASE] Prepare for version ''3.0.20'' (#615)
* [RELEASE] Prepare for version ''3.0.20'' * [BUGFIX] Add allow-plugins
1 parent 0c7ab7c commit deecdb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
"bin-dir": ".build/bin",
5353
"preferred-install": {
5454
"typo3/cms": "source"
55+
},
56+
"allow-plugins": {
57+
"typo3/class-alias-loader": true,
58+
"typo3/cms-composer-installers": true
5559
}
5660
},
5761
"scripts": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'author' => 'TYPO3 Community',
1010
'author_email' => 'typo3cms@typo3.org',
1111
'author_company' => '',
12-
'version' => '3.0.19',
12+
'version' => '3.0.20',
1313
'constraints' => [
1414
'depends' => [
1515
'typo3' => '11.5.0-11.5.99',

0 commit comments

Comments
 (0)