From ce81f6999b5436dfbee9b5df43ea32744d0a6ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Hulard?= Date: Thu, 25 Sep 2025 14:44:34 +0200 Subject: [PATCH] chore: allow compatibility with PHPSpec 8.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0887ba3..1e2165e 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "require": { "php": ">= 7.3", - "phpspec/phpspec": "^6.0 || ^7.0", + "phpspec/phpspec": "^6.0 || ^7.0 || ^8.0", "phpunit/php-code-coverage": "^9.2 || ^10.0 || ^11.0", "phpunit/php-file-iterator": "^3.0 || ^4.0 || ^5.0" },