From 832a4464e25317a4ef05437ae4a217d5c435819c Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 1 Dec 2022 18:13:14 +0100 Subject: [PATCH] :sparkles: Remove conflict with `mouf/database.tdbm` --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index a14bf270..b14c1aca 100644 --- a/composer.json +++ b/composer.json @@ -54,9 +54,6 @@ "bamarni/composer-bin-plugin": "^1.4.1", "phpbench/phpbench": "^1.1" }, - "conflict": { - "mouf/database.tdbm": "~5.0.0" - }, "autoload" : { "psr-4" : { "TheCodingMachine\\TDBM\\" : "src/"