From 84b94a9463b6c967204c22950441994455687b5f Mon Sep 17 00:00:00 2001 From: Nicolas Dumermuth Date: Tue, 14 May 2024 21:42:13 +0200 Subject: [PATCH] feat: add laravel 11 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0a703e0..e03679c 100644 --- a/composer.json +++ b/composer.json @@ -15,14 +15,14 @@ "php": "^8.0", "ext-openssl": "*", "ext-zlib": "*", - "illuminate/support": "~8.0|~9.0|~10.0", - "illuminate/collections": "~8.0|~9.0|~10.0", + "illuminate/support": "~8.0|~9.0|~10.0|~11.0", + "illuminate/collections": "~8.0|~9.0|~10.0|~11.0", "ndum/plist-parser": "^3.0.0" }, "license": "MIT", "authors": [ { - "name": "Nicolas D", + "name": "Nicolas Dumermuth", "email": "nd@nidum.org" } ],