From 74ef3203909c3306d8078365d3cdf90bf223d3b5 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Sun, 14 Apr 2019 11:21:32 +0200 Subject: [PATCH] drop phpunit-mock-objects requirement closes #66 the phpunit/phpunit requirement already pulls those in at the exact same constraints, and more recent versions of phpunit actually include the functionality in the core library, deprecating the phpunit-mock-objects library --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b0400cd7b..981e7d155 100644 --- a/composer.json +++ b/composer.json @@ -34,8 +34,7 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5", - "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" + "phpunit/phpunit": "^4.5 || ^5.0.5" }, "autoload": { "psr-4": {