From 1f45df4ff30c0d822fdc948a4f67971194e02b57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 13:29:45 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 48144de..aba65a4 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "project", "license": "GPL-3.0", "require": { - "phpunit/phpunit": "8.4.3", + "phpunit/phpunit": "11.4.2", "league/flysystem": "1.0.57" }, "autoload": {