From 025b49bf844cf7477986b19d1fd48a272b880972 Mon Sep 17 00:00:00 2001 From: robertSt7 Date: Fri, 17 Jul 2026 15:55:39 +0200 Subject: [PATCH] Allow phpunit/phpunit patch and minor updates via caret constraint Co-Authored-By: Claude Sonnet 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84d65f1..fe94b72 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "roave/security-advisories": "dev-latest", "phpstan/phpstan": "^1.10.5", "phpstan/phpstan-symfony": "^1.2.20", - "phpunit/phpunit": "10.2.7", + "phpunit/phpunit": "^10.2.7", "nyholm/psr7": "^1" }, "autoload": {