From 391789df21917e9f99006ceae6bdf43a1d7cf432 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Thu, 25 Jul 2024 11:14:59 +0200 Subject: [PATCH] Use prophecy-phpunit 2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 953d43a..2ae0efc 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,12 @@ "jangregor/phpstan-prophecy": "^1.0", "php-cs-fixer/shim": "^3.9", "phpspec/prophecy": "^1.15", - "phpspec/prophecy-phpunit": "^1.0 || ^2.0", + "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-doctrine": "^1.0", "phpstan/phpstan-symfony": "^1.0", "phpstan/phpstan-webmozart-assert": "^1.0", - "phpunit/phpunit": "^8.0 || ^9.6 || ^10.0", + "phpunit/phpunit": "^^9.6 || ^10.0", "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0", "symfony/dotenv": "^4.4 || ^5.0 || ^6.0 || ^7.0", "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",