diff --git a/ext_emconf.php b/ext_emconf.php index a55c7cd97..2b39b5b1c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -13,12 +13,12 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Kitodo.Presentation', 'description' => 'Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.', - 'version' => '4.0.1', + 'version' => '5.0.0', 'category' => 'misc', 'constraints' => [ 'depends' => [ - 'php' => '7.3.0-7.4.99', - 'typo3' => '9.5.0-10.4.99' + 'php' => '7.4.0-8.3.99', + 'typo3' => '10.4.0-11.5.99' ], 'conflicts' => [], 'suggests' => []