From 2f0a0c6ecf0777ee9120a7c07d971b1b4537b8a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 May 2026 07:55:11 +0200 Subject: update to 13.1.10 raise dependency on sebastian/comparator 8.1.3 raise dependency on sebastian/diff 8.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3a447a6..f4ccb2d 100644 --- a/composer.json +++ b/composer.json @@ -44,8 +44,8 @@ "phpunit/php-text-template": "^6.0.0", "phpunit/php-timer": "^9.0.0", "sebastian/cli-parser": "^5.0.0", - "sebastian/comparator": "^8.1.2", - "sebastian/diff": "^8.1.0", + "sebastian/comparator": "^8.1.3", + "sebastian/diff": "^8.3.0", "sebastian/environment": "^9.3.0", "sebastian/exporter": "^8.0.2", "sebastian/git-state": "^1.0", -- cgit