From f3b05049dba191d79af1c7decb285f3dd3ce54a1 Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Sat, 17 Aug 2019 14:40:02 +0200 Subject: [PATCH] Update Doctrine lowest version to make it work with lowest deps --- Tests/bootstrap.php | 1 - composer.json | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/bootstrap.php b/Tests/bootstrap.php index 1c5a8b4..ce1ac20 100644 --- a/Tests/bootstrap.php +++ b/Tests/bootstrap.php @@ -32,7 +32,6 @@ $fs->remove(__DIR__.'/../build'); } catch (Exception $e) { fwrite(STDERR, $e->getMessage()); - system('rm -rf '.__DIR__.'/../build'); } } diff --git a/composer.json b/composer.json index 0f23e71..fd63ded 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "php": "^7.1", "behat/transliterator": "^1.2", "doctrine/doctrine-bundle": "^1.8", + "doctrine/doctrine-cache-bundle": "^1.3.1", "doctrine/orm": "^2.5", "symfony/asset": "^4.2", "symfony/config": "^4.2", @@ -22,6 +23,7 @@ "require-dev": { "symfony/browser-kit": "^4.2", "symfony/css-selector": "^4.2", + "symfony/dom-crawler": "^4.2", "symfony/phpunit-bridge": "^4.2", "symfony/yaml": "^4.2" },