From 040eb8142d626ee17bf6d8ebe197c5cc25a5e319 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 7 Sep 2023 19:00:26 +0100 Subject: [PATCH] chore: phpunit 10.3.3 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 568ac8f8..778f9211 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.3.3", - "phpunit/phpunit": "^10.3.2" + "phpunit/phpunit": "^10.3.3" }, "conflict": { "webmozart/assert": "<1.11.0", - "phpunit/phpunit": ">10.3.2" + "phpunit/phpunit": ">10.3.3" }, "autoload": { "psr-4": {