From c26dfaaa2b18688c4266bcab5a273e207c4a6508 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 9 Oct 2024 11:06:51 +0200 Subject: [PATCH] run tests using PHPUnit 11.5 --- composer.json | 12 +++++++++--- phpunit.xml.dist | 11 ++++++++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 4bcc0e01..14142fad 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "composer-runtime-api": ">=2.1", "symfony/config": "^7.3|^8.0", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/framework-bundle": "^6.4|^7.0|^8.0", - "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0", + "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/twig-bundle": "^6.4|^7.0|^8.0", "twig/twig": "^3.12" @@ -30,6 +30,7 @@ "symfony/browser-kit": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/css-selector": "^6.4|^7.0|^8.0", + "symfony/runtime": "^6.4.13|^7.1.6|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0" }, "conflict": { @@ -45,5 +46,10 @@ "/Tests/" ] }, - "minimum-stability": "dev" + "minimum-stability": "dev", + "config": { + "allow-plugins": { + "symfony/runtime": false + } + } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 598b247e..98ea54f6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,10 +1,11 @@ @@ -18,7 +19,7 @@ - + ./ @@ -27,5 +28,9 @@ ./Tests ./vendor - + + + + +