From 6c99becde274b974e2a2c58468d3a53cafca8222 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 7 Aug 2018 09:04:14 +0200 Subject: [PATCH] Ensure the latest release of phpunit-mock-objects is used --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c9ddcc8f27..d12782e8cb8 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpunit/php-file-iterator": "^1.4.3", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^1.0.9", - "phpunit/phpunit-mock-objects": "^5.0.8", + "phpunit/phpunit-mock-objects": "^5.0.9", "sebastian/comparator": "^2.1", "sebastian/diff": "^2.0", "sebastian/environment": "^3.1",