From 1a70324e720bf2c2bf1a4e85f0b6c055a6c102f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 14:57:37 +0200 Subject: update to 2.6.1 add dependency on phpspec/prophecy --- composer.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 406f8cb..ef911d4 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,9 @@ "phpunit/phpunit": "^6 || ^7 || ^8 || ^9", "php-mock/php-mock-integration": "^2.1" }, + "require-dev": { + "phpspec/prophecy": "^1.10.3" + }, "archive": { "exclude": ["/tests"] } -- cgit