|
21 | 21 | "require": { |
22 | 22 | "php": "^8.2", |
23 | 23 | "ext-json": "*", |
24 | | - "dragonmantank/cron-expression": "^3.4.0", |
| 24 | + "dragonmantank/cron-expression": "^3.4", |
25 | 25 | "guzzlehttp/guzzle": "^7.9.2", |
26 | | - "illuminate/cache": "^11.30.0", |
27 | | - "illuminate/collections": "^11.30.0", |
28 | | - "illuminate/config": "^11.30.0", |
29 | | - "illuminate/console": "^11.30.0", |
30 | | - "illuminate/container": "^11.30.0", |
31 | | - "illuminate/contracts": "^11.30.0", |
32 | | - "illuminate/events": "^11.30.0", |
33 | | - "illuminate/filesystem": "^11.30.0", |
34 | | - "illuminate/process": "^11.30.0", |
35 | | - "illuminate/support": "^11.30.0", |
36 | | - "illuminate/testing": "^11.30.0", |
37 | | - "laravel-zero/foundation": "^11.5.0", |
| 26 | + "illuminate/cache": "^12.4", |
| 27 | + "illuminate/collections": "^12.4", |
| 28 | + "illuminate/config": "^12.4", |
| 29 | + "illuminate/console": "^12.4", |
| 30 | + "illuminate/container": "^12.4", |
| 31 | + "illuminate/contracts": "^12.4", |
| 32 | + "illuminate/events": "^12.4", |
| 33 | + "illuminate/filesystem": "^12.4", |
| 34 | + "illuminate/process": "^12.4", |
| 35 | + "illuminate/support": "^12.4", |
| 36 | + "illuminate/testing": "^12.4", |
| 37 | + "laravel-zero/foundation": "dev-feature/laravel-12", |
38 | 38 | "laravel/prompts": "^0.3.1", |
39 | 39 | "league/flysystem": "^3.29.1", |
40 | 40 | "nunomaduro/collision": "^8.5.0", |
|
44 | 44 | "nunomaduro/termwind": "^2.2.0", |
45 | 45 | "psr/log": "^3.0.2", |
46 | 46 | "ramsey/uuid": "^4.7.6", |
47 | | - "symfony/console": "^7.1.6", |
48 | | - "symfony/error-handler": "^7.1.6", |
49 | | - "symfony/event-dispatcher": "^7.1.6", |
50 | | - "symfony/finder": "^7.1.6", |
51 | | - "symfony/process": "^7.1.6", |
52 | | - "symfony/var-dumper": "^7.1.6", |
| 47 | + "symfony/console": "^7.2", |
| 48 | + "symfony/error-handler": "^7.2", |
| 49 | + "symfony/event-dispatcher": "^7.2", |
| 50 | + "symfony/finder": "^7.2", |
| 51 | + "symfony/process": "^7.2", |
| 52 | + "symfony/var-dumper": "^7.2", |
53 | 53 | "vlucas/phpdotenv": "^5.6.1" |
54 | 54 | }, |
55 | 55 | "require-dev": { |
56 | | - "illuminate/bus": "^11.30.0", |
57 | | - "illuminate/database": "^11.30.0", |
58 | | - "illuminate/http": "^11.30.0", |
59 | | - "illuminate/log": "^11.30.0", |
60 | | - "illuminate/queue": "^11.30.0", |
61 | | - "illuminate/redis": "^11.30.0", |
62 | | - "illuminate/view": "^11.30.0", |
63 | | - "laravel-zero/phar-updater": "^1.4", |
64 | | - "laravel/pint": "^1.18.1", |
65 | | - "nunomaduro/laravel-console-dusk": "^1.13.1", |
66 | | - "nunomaduro/laravel-console-menu": "^3.5", |
67 | | - "pestphp/pest": "^3.5.1", |
68 | | - "phpstan/phpstan": "^1.12.7" |
| 56 | + "illuminate/bus": "^12.4", |
| 57 | + "illuminate/database": "^12.4", |
| 58 | + "illuminate/http": "^12.4", |
| 59 | + "illuminate/log": "^12.4", |
| 60 | + "illuminate/queue": "^12.4", |
| 61 | + "illuminate/redis": "^12.4", |
| 62 | + "illuminate/view": "^12.4", |
| 63 | + "laravel-zero/phar-updater": "^1.4.1", |
| 64 | + "laravel/pint": "^1.21", |
| 65 | + "nunomaduro/laravel-console-dusk": "^1.14", |
| 66 | + "nunomaduro/laravel-console-menu": "^3.6", |
| 67 | + "pestphp/pest": "^3.8", |
| 68 | + "phpstan/phpstan": "^2.1" |
69 | 69 | }, |
70 | 70 | "autoload": { |
71 | 71 | "psr-4": { |
|
0 commit comments