From ffccbed8e5c7c8e906b383e3db13f061fef46a26 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Tue, 6 Feb 2024 09:57:10 +0100 Subject: [PATCH] Drop old phpunit and symfony versions (#433) * Drop phpunit 7 * Drop unsupported symfony versions * Bump Symfony & PHPUnit further --------- Co-authored-by: Alexander M. Turek --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e1005f58..c3bb309e 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "doctrine/annotations": "^1.14 || ^2", "doctrine/coding-standard": "^9.0.2 || ^12.0", "nesbot/carbon": "*", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^8.5 || ^9.6", "squizlabs/php_codesniffer": "^3.8", - "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0", - "symfony/yaml": "^4.4 || ^5.3 || ^6.0 || ^7.0", + "symfony/cache": "^5.4 || ^6.4 || ^7.0", + "symfony/yaml": "^5.4 || ^6.4 || ^7.0", "zf1/zend-date": "^1.12", "zf1/zend-registry": "^1.12" },