From 8cbe888cefe10bcbce187e63cb16223918c5cc60 Mon Sep 17 00:00:00 2001
From: othercorey <corey.taylor.fl@gmail.com>
Date: Fri, 7 Jun 2024 23:24:30 -0500
Subject: [PATCH] Allow PHPUnit 11

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index d599bec..fbfc14d 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,7 @@
     "require": {
         "php": "^8.1",
         "psr/http-factory": "^1.0",
-        "phpunit/phpunit": "^10.0"
+        "phpunit/phpunit": "^10.0 || ^11.0"
     },
     "autoload": {
         "psr-4": {
-- 
GitLab