From 8093c031d9e569b01bc9f9cad5797df5395ca975 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Tue, 19 May 2026 03:03:48 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e5ec9a8..098e900 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "doctrine/lexer": "^3.0" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^13.0" }, "autoload": { "psr-4": {