From f936d1f7c598e16b0b9efdba129ba0bce97c525f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20So=CC=88lch?= Date: Thu, 18 Oct 2018 11:56:22 +0200 Subject: [PATCH] [TASK] remove dblegacy --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 94d01dc..37e9e07 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,7 @@ "require": { "php": ">=7.0.0", "typo3/cms-core": ">= 7.6.0 < 10.0.0", - "ruflin/elastica": "~3.2", - "friendsoftypo3/typo3db-legacy": "^1.1.1" + "ruflin/elastica": "~3.2" }, "require-dev": { "phpunit/phpunit": "~6.4.4",