|
17 | 17 | "require": {
|
18 | 18 | "php": "^8.2",
|
19 | 19 | "composer-runtime-api": "^2.2",
|
20 |
| - "illuminate/auth": "^11.0", |
21 |
| - "illuminate/broadcasting": "^11.0", |
22 |
| - "illuminate/bus": "^11.0", |
23 |
| - "illuminate/cache": "^11.0", |
24 |
| - "illuminate/collections": "^11.0", |
25 |
| - "illuminate/config": "^11.0", |
26 |
| - "illuminate/console": "^11.0", |
27 |
| - "illuminate/container": "^11.0", |
28 |
| - "illuminate/contracts": "^11.0", |
29 |
| - "illuminate/database": "^11.0", |
30 |
| - "illuminate/encryption": "^11.0", |
31 |
| - "illuminate/events": "^11.0", |
32 |
| - "illuminate/filesystem": "^11.0", |
33 |
| - "illuminate/hashing": "^11.0", |
34 |
| - "illuminate/http": "^11.0", |
35 |
| - "illuminate/macroable": "^11.0", |
36 |
| - "illuminate/pagination": "^11.0", |
37 |
| - "illuminate/pipeline": "^11.0", |
38 |
| - "illuminate/queue": "^11.0", |
39 |
| - "illuminate/support": "^11.0", |
40 |
| - "illuminate/testing": "^11.0", |
41 |
| - "illuminate/translation": "^11.0", |
42 |
| - "illuminate/validation": "^11.0", |
43 |
| - "illuminate/view": "^11.0", |
44 |
| - "illuminate/log": "^11.0", |
45 |
| - "dragonmantank/cron-expression": "^3.1", |
46 |
| - "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0", |
| 20 | + "illuminate/auth": "^12.0", |
| 21 | + "illuminate/broadcasting": "^12.0", |
| 22 | + "illuminate/bus": "^12.0", |
| 23 | + "illuminate/cache": "^12.0", |
| 24 | + "illuminate/collections": "^12.0", |
| 25 | + "illuminate/config": "^12.0", |
| 26 | + "illuminate/console": "^12.0", |
| 27 | + "illuminate/container": "^12.0", |
| 28 | + "illuminate/contracts": "^12.0", |
| 29 | + "illuminate/database": "^12.0", |
| 30 | + "illuminate/encryption": "^12.0", |
| 31 | + "illuminate/events": "^12.0", |
| 32 | + "illuminate/filesystem": "^12.0", |
| 33 | + "illuminate/hashing": "^12.0", |
| 34 | + "illuminate/http": "^12.0", |
| 35 | + "illuminate/macroable": "^12.0", |
| 36 | + "illuminate/pagination": "^12.0", |
| 37 | + "illuminate/pipeline": "^12.0", |
| 38 | + "illuminate/queue": "^12.0", |
| 39 | + "illuminate/support": "^12.0", |
| 40 | + "illuminate/testing": "^12.0", |
| 41 | + "illuminate/translation": "^12.0", |
| 42 | + "illuminate/validation": "^12.0", |
| 43 | + "illuminate/view": "^12.0", |
| 44 | + "illuminate/log": "^12.0", |
| 45 | + "dragonmantank/cron-expression": "^3.4", |
| 46 | + "laravel/prompts": "^0.3.0", |
47 | 47 | "nikic/fast-route": "^1.3",
|
48 |
| - "symfony/console": "^7.0", |
49 |
| - "symfony/error-handler": "^7.0", |
50 |
| - "symfony/http-kernel": "^7.0", |
51 |
| - "symfony/http-foundation": "^7.0", |
52 |
| - "symfony/mime": "^7.0", |
53 |
| - "symfony/var-dumper": "^7.0", |
54 |
| - "vlucas/phpdotenv": "^5.4.1" |
| 48 | + "symfony/console": "^7.2", |
| 49 | + "symfony/error-handler": "^7.2", |
| 50 | + "symfony/http-kernel": "^7.2", |
| 51 | + "symfony/http-foundation": "^7.2", |
| 52 | + "symfony/mime": "^7.2", |
| 53 | + "symfony/var-dumper": "^7.2", |
| 54 | + "vlucas/phpdotenv": "^5.6.1" |
55 | 55 | },
|
56 | 56 | "require-dev": {
|
57 | 57 | "mockery/mockery": "^1.6.10",
|
|
0 commit comments