From 72ec897a18f8d067e1e706afefd4472e474624a9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Apr 2026 06:33:09 +0200 Subject: update to 13.1.1 raise dependency on sebastian/comparator 8.1 raise dependency on sebastian/diff 8.1 raise dependency on sebastian/environment 9.2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a1dad81..7de8b4f 100644 --- a/composer.json +++ b/composer.json @@ -44,9 +44,9 @@ "phpunit/php-text-template": "^6.0.0", "phpunit/php-timer": "^9.0.0", "sebastian/cli-parser": "^5.0.0", - "sebastian/comparator": "^8.0.0", - "sebastian/diff": "^8.0.0", - "sebastian/environment": "^9.1.0", + "sebastian/comparator": "^8.1.0", + "sebastian/diff": "^8.1.0", + "sebastian/environment": "^9.2.0", "sebastian/exporter": "^8.0.0", "sebastian/git-state": "^1.0", "sebastian/global-state": "^9.0.0", -- cgit