From d80ba530783e54241afcb7a1c70ecd9601d3c0f0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 23 Oct 2018 07:55:46 +0200 Subject: [PATCH] Revert "Cleanup" This reverts commit 4fa64a49f4592689886b36b146130a8bb34102da. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6a09da59549..a295cc6b41d 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpunit/php-timer": "^2.0", "sebastian/comparator": "^3.0", "sebastian/diff": "^3.0", - "sebastian/environment": "^4.0", + "sebastian/environment": "^3.1 || ^4.0", "sebastian/exporter": "^3.1", "sebastian/global-state": "^2.0", "sebastian/object-enumerator": "^3.0.3",