From ee4694f758f978e4a5cc7579a5e3eb128db93ea3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 10:40:53 +0200 Subject: update to 11.3.5 raise dependency on sebastian/comparator 6.1.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b1c750b..c56e47f 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpunit/php-timer": "^7.0.1", "sebastian/cli-parser": "^3.0.2", "sebastian/code-unit": "^3.0.1", - "sebastian/comparator": "^6.0.2", + "sebastian/comparator": "^6.1.0", "sebastian/diff": "^6.0.2", "sebastian/environment": "^7.2.0", "sebastian/exporter": "^6.1.3", -- cgit