diff --git a/typo3/sysext/fluid_styled_content/ext_emconf.php b/typo3/sysext/fluid_styled_content/ext_emconf.php index 15e49b5806188df46fbcaa717e35da68d5c3178b..c3c87ccabd0f38a7b18e2018407f86cceb1ea046 100644 --- a/typo3/sysext/fluid_styled_content/ext_emconf.php +++ b/typo3/sysext/fluid_styled_content/ext_emconf.php @@ -9,7 +9,7 @@ $EM_CONF[$_EXTKEY] = array( 'version' => '7.6.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.5.0-7.5.99' + 'typo3' => '7.6.0-7.6.99', ), 'conflicts' => array(), 'suggests' => array(),