From 8b84ab60020c1452cb2a491f41219cbac5b9dada Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 12 Apr 2020 13:05:14 +0200 Subject: [PATCH] [Lock] remove mention of mongodb --- src/Symfony/Component/Lock/composer.json | 1 - src/Symfony/Component/Lock/phpunit.xml.dist | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Symfony/Component/Lock/composer.json b/src/Symfony/Component/Lock/composer.json index 8e82285b40..d604d2bd68 100644 --- a/src/Symfony/Component/Lock/composer.json +++ b/src/Symfony/Component/Lock/composer.json @@ -21,7 +21,6 @@ }, "require-dev": { "doctrine/dbal": "~2.5", - "mongodb/mongodb": "~1.1", "predis/predis": "~1.0" }, "conflict": { diff --git a/src/Symfony/Component/Lock/phpunit.xml.dist b/src/Symfony/Component/Lock/phpunit.xml.dist index 96c3ea1903..4a066573f7 100644 --- a/src/Symfony/Component/Lock/phpunit.xml.dist +++ b/src/Symfony/Component/Lock/phpunit.xml.dist @@ -12,7 +12,6 @@ -