From bd77a8dba617f138a02720494feb18e3ec86165b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:31:44 +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..419a71d 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.0.4", "league/flysystem": "1.0.57" }, "autoload": {