From 683072471c24c2fb2bb6015026a48b71fcc0fc24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20Ma=C5=A1ek?= Date: Wed, 4 Sep 2024 14:22:06 +0200 Subject: [PATCH] Add allow phpunit ^11.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cf13af6..52eced1 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "homepage": "https://github.com/antoninmasek/simple-hydrator", "require": { "php": "^8.2", - "phpunit/phpunit": "^9.5 || ^10.0" + "phpunit/phpunit": "^9.5 || ^10.0 || ^11.0" }, "require-dev": { "laravel/pint": "^1.5",