From 73cecee9710fc0dafe356792b7c5be8b9e4d0e8c Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Mon, 5 Sep 2022 10:03:33 +0900 Subject: [PATCH] Do not depend on phpspec/prophecy https://github.com/sebastianbergmann/phpunit/issues/5033#issuecomment-1221992857 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 528ac71..7cb59cf 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,6 @@ "psr-4": { "Michelf\\": "Michelf/" } }, "require-dev": { - "phpspec/prophecy": "^1.6", "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^9.5", "phpstan/phpstan": ">=1.0",