|
18 | 18 | "php": "^8.1", |
19 | 19 | "ext-json": "*", |
20 | 20 | "dragonmantank/cron-expression": "^3.3.2", |
21 | | - "illuminate/cache": "^10.0", |
22 | | - "illuminate/collections": "^10.0", |
23 | | - "illuminate/config": "^10.0", |
24 | | - "illuminate/console": "^10.0", |
25 | | - "illuminate/container": "^10.0", |
26 | | - "illuminate/contracts": "^10.0", |
27 | | - "illuminate/events": "^10.0", |
28 | | - "illuminate/filesystem": "^10.0", |
29 | | - "illuminate/process": "^10.0", |
30 | | - "illuminate/support": "^10.0", |
31 | | - "illuminate/testing": "^10.0", |
| 21 | + "illuminate/cache": "^10.4", |
| 22 | + "illuminate/collections": "^10.4", |
| 23 | + "illuminate/config": "^10.4", |
| 24 | + "illuminate/console": "^10.4", |
| 25 | + "illuminate/container": "^10.4", |
| 26 | + "illuminate/contracts": "^10.4", |
| 27 | + "illuminate/events": "^10.4", |
| 28 | + "illuminate/filesystem": "^10.4", |
| 29 | + "illuminate/process": "^10.4", |
| 30 | + "illuminate/support": "^10.4", |
| 31 | + "illuminate/testing": "^10.4", |
32 | 32 | "laravel-zero/foundation": "^10.0", |
33 | | - "league/flysystem": "^3.12", |
34 | | - "nunomaduro/collision": "^6.2", |
| 33 | + "league/flysystem": "^3.12.3", |
| 34 | + "nunomaduro/collision": "^6.4", |
35 | 35 | "nunomaduro/laravel-console-summary": "^1.9.1", |
36 | 36 | "nunomaduro/laravel-console-task": "^1.8.0", |
37 | 37 | "nunomaduro/laravel-desktop-notifier": "^2.7.0", |
38 | 38 | "psr/log": "^1.1|^2.0|^3.0", |
39 | | - "ramsey/uuid": "^4.7.1", |
40 | | - "symfony/console": "^6.2.3", |
41 | | - "symfony/error-handler": "^6.2.3", |
42 | | - "symfony/finder": "^6.2.3", |
43 | | - "symfony/process": "^6.2.3", |
44 | | - "symfony/var-dumper": "^6.2.3", |
| 39 | + "ramsey/uuid": "^4.7.3", |
| 40 | + "symfony/console": "^6.2.7", |
| 41 | + "symfony/error-handler": "^6.2.7", |
| 42 | + "symfony/event-dispatcher": "^6.2.7", |
| 43 | + "symfony/finder": "^6.2.7", |
| 44 | + "symfony/process": "^6.2.7", |
| 45 | + "symfony/var-dumper": "^6.2.7", |
45 | 46 | "vlucas/phpdotenv": "^5.5" |
46 | 47 | }, |
47 | 48 | "require-dev": { |
48 | 49 | "guzzlehttp/guzzle": "^7.5", |
49 | | - "illuminate/bus": "^10.0", |
50 | | - "illuminate/database": "^10.0", |
51 | | - "illuminate/http": "^10.0", |
52 | | - "illuminate/log": "^10.0", |
53 | | - "illuminate/queue": "^10.0", |
54 | | - "illuminate/redis": "^10.0", |
55 | | - "illuminate/view": "^10.0", |
| 50 | + "illuminate/bus": "^10.4", |
| 51 | + "illuminate/database": "^10.4", |
| 52 | + "illuminate/http": "^10.4", |
| 53 | + "illuminate/log": "^10.4", |
| 54 | + "illuminate/queue": "^10.4", |
| 55 | + "illuminate/redis": "^10.4", |
| 56 | + "illuminate/view": "^10.4", |
56 | 57 | "laminas/laminas-text": "^2.10", |
57 | 58 | "laravel-zero/phar-updater": "^1.3", |
58 | | - "laravel/pint": "^1.4", |
| 59 | + "laravel/pint": "^1.6", |
59 | 60 | "nunomaduro/laravel-console-dusk": "^1.11.0", |
60 | 61 | "nunomaduro/laravel-console-menu": "^3.4.0", |
61 | | - "nunomaduro/termwind": "^1.4", |
62 | | - "pestphp/pest": "^1.22.3", |
63 | | - "phpstan/phpstan": "^1.9.8" |
| 62 | + "nunomaduro/termwind": "^1.15.1", |
| 63 | + "pestphp/pest": "^1.22.5", |
| 64 | + "phpstan/phpstan": "^1.10.7" |
64 | 65 | }, |
65 | 66 | "autoload": { |
66 | 67 | "psr-4": { |
|
0 commit comments