From 2c0e3ab06fa0177fe6765488b24d625dc0abb38a Mon Sep 17 00:00:00 2001 From: Victor Shaheen Date: Wed, 16 Feb 2022 10:26:32 +0100 Subject: [PATCH] Increased illuminate support / database requirements --- .gitignore | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d0c2654..b7a094c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ nbproject .AppleDouble +/.idea \ No newline at end of file diff --git a/composer.json b/composer.json index cbe3f78..a0deeca 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ }], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0", - "illuminate/database": "^8.0" + "illuminate/support": "^8.0|^9.0", + "illuminate/database": "^8.0|^9.0" }, "autoload": { "psr-4": {