From c5be6dacb4c7a3eb7b034f88865bf5334139c780 Mon Sep 17 00:00:00 2001 From: CarlosTorres Date: Mon, 19 Jan 2026 02:20:59 +0000 Subject: [PATCH] Add Laravel 10 and 11 support - Update illuminate/support constraint to ^9.0|^10.0|^11.0 - Update phpunit constraint to support newer versions Co-Authored-By: Claude Opus 4.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7dbdba9..4ca3db0 100644 --- a/composer.json +++ b/composer.json @@ -36,11 +36,11 @@ "type": "library", "require": { "php": "^8.1", - "illuminate/support": "^9.0" + "illuminate/support": "^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.4.4", - "phpunit/phpunit": "^9.5.10" + "phpunit/phpunit": "^9.5.10|^10.0|^11.0" }, "autoload": { "psr-4": {