Skip to content

Commit a585ca6

Browse files
committed
✨ 更新依赖
1 parent 9500dea commit a585ca6

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "landao/laravellib",
2+
"name": "joycezhang/laravellib",
33
"type": "library",
4-
"description": "Laravel 6|7|8|9 Repository,enum,model ",
4+
"description": "Laravel 6|7|8|9|10 Repository,enum,model ",
55
"keywords": [
66
"laravel",
77
"repository",
@@ -12,14 +12,15 @@
1212
],
1313
"require": {
1414
"php": "^7.2 || ^8.0",
15-
"illuminate/http": "~6.0|~7.0|^8.0|^9.0",
16-
"illuminate/config": "~6.0|~7.0|^8.0|^9.0",
17-
"illuminate/support": "~6.0|~7.0|^8.0|^9.0",
18-
"illuminate/database": "~6.0|~7.0|^8.0|^9.0",
19-
"illuminate/pagination": "~6.0|~7.0|^8.0|^9.0",
20-
"illuminate/console": "~6.0|~7.0|^8.0|^9.0",
21-
"illuminate/filesystem": "~6.0|~7.0|^8.0|^9.0",
22-
"illuminate/validation": "~6.0|~7.0|^8.0|^9.0"
15+
"illuminate/support": "^8.0|^9.0|^10.0",
16+
"illuminate/database": "^8.0|^9.0|^10.0",
17+
"illuminate/cache": "^8.0|^9.0|^10.0",
18+
"illuminate/http": "^8.0|^9.0|^10.0",
19+
"illuminate/config": "^8.0|^9.0|^10.0",
20+
"illuminate/pagination": "^8.0|^9.0|^10.0",
21+
"illuminate/console": "^8.0|^9.0|^10.0",
22+
"illuminate/filesystem": "^8.0|^9.0|^10.0",
23+
"illuminate/validation": "^8.0|^9.0|^10.0"
2324
},
2425
"license": "MIT",
2526
"authors": [

0 commit comments

Comments
 (0)