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 0c7ab7c commit deecdb3Copy full SHA for deecdb3
composer.json
@@ -52,6 +52,10 @@
52
"bin-dir": ".build/bin",
53
"preferred-install": {
54
"typo3/cms": "source"
55
+ },
56
+ "allow-plugins": {
57
+ "typo3/class-alias-loader": true,
58
+ "typo3/cms-composer-installers": true
59
}
60
},
61
"scripts": {
ext_emconf.php
@@ -9,7 +9,7 @@
9
'author' => 'TYPO3 Community',
10
'author_email' => 'typo3cms@typo3.org',
11
'author_company' => '',
12
- 'version' => '3.0.19',
+ 'version' => '3.0.20',
13
'constraints' => [
14
'depends' => [
15
'typo3' => '11.5.0-11.5.99',
0 commit comments