|
18 | 18 | ],
|
19 | 19 | "minimum-stability": "stable",
|
20 | 20 | "require": {
|
21 |
| - "symfony/console": "^5.4", |
| 21 | + "symfony/console": "^6.0", |
22 | 22 | "symfony/var-dumper": "^5.4",
|
23 |
| - "illuminate/events": "^9.30", |
24 |
| - "illuminate/routing": "^9.30", |
25 |
| - "illuminate/config": "^9.30", |
26 |
| - "illuminate/container": "^9.30", |
27 |
| - "laravel-zero/foundation": "^9.26", |
28 | 23 | "filp/whoops": "^2.14",
|
29 | 24 | "vlucas/phpdotenv": "^5.4",
|
30 |
| - "illuminate/filesystem": "^9.30", |
31 |
| - "illuminate/log": "^9.30" |
| 25 | + "laravel-zero/foundation": "^9.26", |
| 26 | + "illuminate/container": "^9.31", |
| 27 | + "illuminate/config": "^9.31", |
| 28 | + "illuminate/console": "^9.31", |
| 29 | + "illuminate/filesystem": "^9.31", |
| 30 | + "illuminate/encryption": "^9.31", |
| 31 | + "illuminate/database": "^9.31", |
| 32 | + "illuminate/routing": "^9.31", |
| 33 | + "illuminate/events": "^9.31", |
| 34 | + "illuminate/cache": "^9.31", |
| 35 | + "illuminate/log": "^9.31", |
| 36 | + "illuminate/testing": "^9.31" |
32 | 37 | }
|
33 | 38 | }
|
0 commit comments