From 677ae5b12916150c4265b59bf285ee5de7e47fdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:47:29 +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",