From de28eb66b9c5298bd46ff7cf4efa1f19bf0a544c Mon Sep 17 00:00:00 2001 From: Mathieu Date: Tue, 26 Mar 2024 14:00:15 +0100 Subject: [PATCH] Laravel 11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51ecbc3..a8539ff 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^10.0", + "illuminate/contracts": "^10.0|^11.0", "mtdowling/cron-expression": "^1.2", "spatie/laravel-package-tools": "^1.14.0", "symfony/dom-crawler": "^6.2",