From 7cfa9dac47abe808feab71be1c8a7f7b13179beb Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Sat, 8 Feb 2025 06:35:49 +0100 Subject: [PATCH] Allow new major of sebastian/* packages to allow PHPUnit 12 for end users --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d520edbb..d93a26bb 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "require": { "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*", "phpdocumentor/reflection-docblock": "^5.2", - "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0", + "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "doctrine/instantiator": "^1.2 || ^2.0", - "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0" + "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": {