We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cbc872 + 23bfe6a commit b5d0e80Copy full SHA for b5d0e80
composer.json
@@ -9,8 +9,12 @@
9
}
10
],
11
"require": {
12
- "laravel/framework": "^8.0|^9.0",
13
- "laravel/passport": "^10.0"
+ "illuminate/cache": "^8.0|^9.0|^10.0",
+ "illuminate/contracts": "^8.0|^9.0|^10.0",
14
+ "illuminate/database": "^8.0|^9.0|^10.0",
15
+ "illuminate/support": "^8.0|^9.0|^10.0",
16
+ "illuminate/auth": "^8.0|^9.0|^10.0",
17
+ "laravel/passport": "^10.0|^11.0"
18
},
19
"require-dev": {
20
"friendsofphp/php-cs-fixer": "^3.0",
0 commit comments