From a9355c7474c3a0217fb68c4ebf9f93b22f97df4c Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 23 Aug 2022 12:09:00 -0600 Subject: [PATCH] chore: add phpspec prophecy to require-dev (#415) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 728938f90..61a1279b8 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "require-dev": { "phpunit/phpunit": "^5.5||^8.5", "squizlabs/php_codesniffer": "3.*", - "yoast/phpunit-polyfills": "^1.0" + "yoast/phpunit-polyfills": "^1.0", + "phpspec/prophecy": "^1.10" }, "conflict": { "ext-protobuf": "<3.7.0"