Drop TYPO3 8.7 vom contraints.

This commit is contained in:
Alexander Bigga 2021-04-27 21:11:09 +02:00
parent bed1fbd28f
commit 7cd93e58de
2 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,8 @@
"ext-libxml": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"typo3/cms-core": "~8.7.32|~9.5.26",
"typo3/cms-tstemplate": "~8.7.32|~9.5.26",
"typo3/cms-core": "~9.5.26",
"typo3/cms-tstemplate": "~9.5.26",
"ubl/php-iiif-prezi-reader": "0.3.0",
"solarium/solarium": "^4.2|^5.2"
},

View File

@ -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' => '3.2.0',
'version' => '3.3.0',
'category' => 'misc',
'constraints' => [
'depends' => [
'php' => '7.3.0-7.4.99',
'typo3' => '8.7.0-9.5.99'
'typo3' => '9.5.0-9.5.99'
],
'conflicts' => [],
'suggests' => []