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": {