Skip to content

Commit 23bfe6a

Browse files
authored
Update composer.json
1 parent 7a1e09b commit 23bfe6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
}
1010
],
1111
"require": {
12-
"laravel/framework": "^8.0|^9.0|^10.0",
12+
"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",
1317
"laravel/passport": "^10.0|^11.0"
1418
},
1519
"require-dev": {

0 commit comments

Comments
 (0)