From f78da022d7454dd3ab2f3822bfb78a325a58f9e9 Mon Sep 17 00:00:00 2001 From: Massimo Triassi Date: Tue, 29 Oct 2024 11:01:28 -0400 Subject: [PATCH] fix: #7 allow Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6403ba5..66d8ec8 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.2", "spatie/laravel-package-tools": "^1.14.0", - "illuminate/contracts": "^10.0" + "illuminate/contracts": "^10.0|^11.0" }, "require-dev": { "laravel/pint": "^1.0",