|
1 | 1 | {
|
2 |
| - "name": "landao/laravellib", |
| 2 | + "name": "joycezhang/laravellib", |
3 | 3 | "type": "library",
|
4 |
| - "description": "Laravel 6|7|8|9 Repository,enum,model ", |
| 4 | + "description": "Laravel 6|7|8|9|10 Repository,enum,model ", |
5 | 5 | "keywords": [
|
6 | 6 | "laravel",
|
7 | 7 | "repository",
|
|
12 | 12 | ],
|
13 | 13 | "require": {
|
14 | 14 | "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" |
23 | 24 | },
|
24 | 25 | "license": "MIT",
|
25 | 26 | "authors": [
|
|
0 commit comments