From 77f7690a1a62062180583415a9b8252fcddc48b0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 20 Jan 2020 15:52:21 +0100 Subject: [PATCH] Make this compatible with next versions of sebastian/comparator and sebastian/recursion-context --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d54ef7adf..7151160ff 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "require": { "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", - "sebastian/comparator": "^1.2.3|^2.0|^3.0", + "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", "doctrine/instantiator": "^1.0.2", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" + "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" }, "require-dev": {