From c9c5a073c0afc56bc44d24ec4f5cfcd2f8fb8f2b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 18 Apr 2018 16:03:12 +0200 Subject: [PATCH] Cleanup --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b13338cb2bd..48b15a6f1ee 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^2.0", "phpunit/phpunit-mock-objects": "^6.1.1", - "sebastian/comparator": "^2.1 || ^3.0", + "sebastian/comparator": "^3.0", "sebastian/diff": "^3.0", "sebastian/environment": "^3.1", "sebastian/exporter": "^3.1",