From 09167c02ca5c8d26c70c74ec57cc2c4808f91047 Mon Sep 17 00:00:00 2001 From: Daniel Maier Date: Wed, 17 Oct 2018 15:58:10 +0200 Subject: [PATCH] [task] increase compatible typo3 version --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3fac0b1..9ed1894 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": ">=7.0.0", - "typo3/cms": ">= 7.6.0 < 9.0.0", + "typo3/cms": ">= 7.6.0 < 10.0.0", "ruflin/elastica": "~3.2", "friendsoftypo3/typo3db-legacy": "^1.1.1" }, diff --git a/ext_emconf.php b/ext_emconf.php index b0bc5ed..be010dc 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ $EM_CONF[$_EXTKEY] = [ 'clearCacheOnLoad' => 1, 'constraints' => [ 'depends' => [ - 'typo3' => '7.6.0-8.7.99', + 'typo3' => '7.6.0-9.5.99', 'php' => '7.0.0-7.2.99' ], 'conflicts' => [],