From 7bc13a99c3f01821a41f3dc34c67645f0d5312bf Mon Sep 17 00:00:00 2001 From: Sowren Sen <13097375+sowrensen@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:09:23 +0600 Subject: [PATCH] add laravel 11 support (#18) Co-authored-by: Sowren Sen <80112748+nemoitis@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d68e78a..3f8fcfd 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": "^8.1 || ^8.2", "spatie/laravel-package-tools": "^1.13.0", - "illuminate/contracts": "^9.0 || ^10.0" + "illuminate/contracts": "^9.0 || ^10.0 || ^11.0" }, "require-dev": { "nunomaduro/collision": "^6.0",