Update system requirements

This commit is contained in:
Sebastian Meyer 2019-03-13 17:59:04 +01:00
parent bb7ac1ba6e
commit 212b8f9ed9
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Kitodo.Presentation is highly customizable through a user-friendly backend and f
Requirements
------------
Kitodo.Presentation requires [TYPO3 7 LTS](https://get.typo3.org) with at least [PHP 7.0.0](https://secure.php.net) and [MySQL 5.5](https://www.mysql.com) or [MariaDB 5.5](https://mariadb.com). [Apache Solr](https://lucene.apache.org/solr) should be available in version 7.4, but any version since 5.0 should be working as well.
Kitodo.Presentation requires [TYPO3 8 LTS](https://get.typo3.org/8) with at least [PHP 7.0.0](https://secure.php.net) and [MySQL 5.5](https://www.mysql.com) or [MariaDB 5.5](https://mariadb.com). [Apache Solr](https://lucene.apache.org/solr) should be available in version 7.4, but any version since 5.0 should be working as well.
Kitodo. Digital Library Modules
-------------------------------

View File

@ -17,7 +17,7 @@ $EM_CONF[$_EXTKEY] = [
'constraints' => [
'depends' => [
'php' => '7.0.0-',
'typo3' => '7.6.0-8.9.99'
'typo3' => '8.7.0-8.7.99'
],
'conflicts' => [],
'suggests' => []