From eda195f1d2c664fc0bc68e3216429a1e5d831d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:38:12 +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 1b40caa9..dd2ed79d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": "^7.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10", + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10 || ^11", "magento/magento-coding-standard": "*", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "phpstan/phpstan": "^0.12.2 || ^1.2",