diff --git a/ext_emconf.php b/ext_emconf.php index 26921ed..00d2899 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,17 +20,17 @@ 'author' => 'Documentation Team', 'author_email' => 'documentation@typo3.org', 'state' => 'stable', - 'uploadfolder' => 0, - 'createDirs' => '', - 'clearCacheOnLoad' => 0, 'author_company' => '', - 'version' => '12.0.5', + 'version' => '12.0.6', 'constraints' => [ 'depends' => [ - 'typo3' => '12.4.9-12.4.99', - 'fluid_styled_content' => '12.4.9-12.4.99', - 'impexp' => '12.4.9-12.4.99', - 'linkvalidator' => '12.4.9-12.4.99', + 'typo3' => '12.4.0-12.4.99', + 'extbase' => '12.4.0-12.4.99', + 'fluid' => '12.4.0-12.4.99', + 'fluid_styled_content' => '12.4.0-12.4.99', + 'impexp' => '12.4.0-12.4.99', + 'linkvalidator' => '12.4.0-12.4.99', + 'reactions' => '12.4.0-12.4.99', ], 'conflicts' => [], 'suggests' => [],