diff --git a/composer.json b/composer.json index 9af9974..0f0d073 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,12 @@ } ], "require": { - "laravel/framework": "^8.0|^9.0", - "laravel/passport": "^10.0" + "illuminate/cache": "^8.0|^9.0|^10.0", + "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/database": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/auth": "^8.0|^9.0|^10.0", + "laravel/passport": "^10.0|^11.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0",