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.
1 parent 7a1e09b commit 23bfe6aCopy full SHA for 23bfe6a
composer.json
@@ -9,7 +9,11 @@
9
}
10
],
11
"require": {
12
- "laravel/framework": "^8.0|^9.0|^10.0",
+ "illuminate/cache": "^8.0|^9.0|^10.0",
13
+ "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": {
0 commit comments