From f7882251d0d02108c9c138cb32e0c5f85fda8a7d Mon Sep 17 00:00:00 2001 From: freezy Date: Mon, 24 Feb 2020 09:14:18 +0100 Subject: [PATCH] Fix deprecations (#129) * removed unused symfony/templating * set lowest version of persistence to 1.3.4 * added missing SymfonyTestListener * raise minimum version of doctrine/orm to 2.6.3 * set phpunit schema location to installed package --- composer.json | 5 ++--- phpunit.xml.dist | 6 +++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d911433b..b72b3f78 100644 --- a/composer.json +++ b/composer.json @@ -30,8 +30,8 @@ "ext-pdo_sqlite": "*", "doctrine/common": "^2.6", "doctrine/doctrine-bundle": "^2.0", - "doctrine/orm": "^2.5", - "doctrine/persistence": "^1.3", + "doctrine/orm": "^2.6.3", + "doctrine/persistence": "^1.3.4", "friendsofphp/php-cs-fixer": "^2.7", "mongodb/mongodb": "^1.2", "phpunit/phpunit": "^7.5", @@ -40,7 +40,6 @@ "symfony/css-selector": "^4.1|^5.0", "symfony/dom-crawler": "^4.1|^5.0", "symfony/phpunit-bridge": "^4.1|^5.0", - "symfony/templating": "^4.1|^5.0", "symfony/twig-bundle": "^4.1|^5.0", "symfony/var-dumper": "^4.1|^5.0", "symfony/yaml": "^4.1|^5.0" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index edc1a33d..ed05f180 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ @@ -29,4 +29,8 @@ ./src/ + + + +