From d91c0c2f06f732b83b4d176f9f89ee0db2d29395 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 9 Feb 2026 08:58:38 +0100 Subject: [PATCH] feat: allow phpunit/phpunit 13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a470917..eea4980 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "doctrine/doctrine-fixtures-bundle": "^4.3", "liip/test-fixtures-bundle": "^3.7", "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^11.5.48 || ^12.5.6", + "phpunit/phpunit": "^11.5.48 || ^12.5.6 || ^13.0.1", "symfony/browser-kit": "^7.4 || ^8.0", "symfony/css-selector": "^7.4 || ^8.0", "symfony/debug-bundle": "^7.4 || ^8.0",