From be0720b7590b02996fea50fb0a8951434e328b33 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 4 Dec 2024 00:36:37 +0700 Subject: [PATCH] Bump to PHPUnit 11 (#255) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ff3a125..77117b30 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^2.0", "phpstan/phpstan-webmozart-assert": "^2.0", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.4", "rector/rector-src": "dev-main", "symplify/easy-coding-standard": "^12.3", "symplify/rule-doc-generator": "^12.2",