Skip to content

Commit 18dc788

Browse files
committed
chore: bumps dependencies
1 parent e1cc18c commit 18dc788

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

composer.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,50 +22,50 @@
2222
"php": "^8.2",
2323
"ext-json": "*",
2424
"dragonmantank/cron-expression": "^3.4",
25-
"guzzlehttp/guzzle": "^7.9.2",
26-
"illuminate/cache": "^12.17",
27-
"illuminate/collections": "^12.17",
28-
"illuminate/config": "^12.17",
29-
"illuminate/console": "^12.17",
30-
"illuminate/container": "^12.17",
31-
"illuminate/contracts": "^12.17",
32-
"illuminate/events": "^12.17",
33-
"illuminate/filesystem": "^12.17",
34-
"illuminate/process": "^12.17",
35-
"illuminate/support": "^12.17",
36-
"illuminate/testing": "^12.17",
25+
"guzzlehttp/guzzle": "^7.10.0",
26+
"illuminate/cache": "^12.32.5",
27+
"illuminate/collections": "^12.32.5",
28+
"illuminate/config": "^12.32.5",
29+
"illuminate/console": "^12.32.5",
30+
"illuminate/container": "^12.32.5",
31+
"illuminate/contracts": "^12.32.5",
32+
"illuminate/events": "^12.32.5",
33+
"illuminate/filesystem": "^12.32.5",
34+
"illuminate/process": "^12.32.5",
35+
"illuminate/support": "^12.32.5",
36+
"illuminate/testing": "^12.32.5",
3737
"laravel-zero/foundation": "^12.17.1",
38-
"laravel/prompts": "^0.3.1",
39-
"league/flysystem": "^3.29.1",
40-
"nunomaduro/collision": "^8.8",
41-
"nunomaduro/laravel-console-summary": "^1.12.1",
42-
"nunomaduro/laravel-console-task": "^1.9",
43-
"nunomaduro/laravel-desktop-notifier": "^2.8.1",
44-
"nunomaduro/termwind": "^2.2.0",
38+
"laravel/prompts": "^0.3.7",
39+
"league/flysystem": "^3.30.0",
40+
"nunomaduro/collision": "^8.8.2",
41+
"nunomaduro/laravel-console-summary": "^1.13.0",
42+
"nunomaduro/laravel-console-task": "^1.10",
43+
"nunomaduro/laravel-desktop-notifier": "^2.9.0",
44+
"nunomaduro/termwind": "^2.3.1",
4545
"psr/log": "^3.0.2",
46-
"ramsey/uuid": "^4.7.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-
"vlucas/phpdotenv": "^5.6.1"
46+
"ramsey/uuid": "^4.9.1",
47+
"symfony/console": "^7.3.4",
48+
"symfony/error-handler": "^7.3.4",
49+
"symfony/event-dispatcher": "^7.3.3",
50+
"symfony/finder": "^7.3.2",
51+
"symfony/process": "^7.3.4",
52+
"symfony/var-dumper": "^7.3.4",
53+
"vlucas/phpdotenv": "^5.6.2"
5454
},
5555
"require-dev": {
56-
"illuminate/bus": "^12.17",
57-
"illuminate/database": "^12.17",
58-
"illuminate/http": "^12.17",
59-
"illuminate/log": "^12.17",
60-
"illuminate/queue": "^12.17",
61-
"illuminate/redis": "^12.17",
62-
"illuminate/view": "^12.17",
63-
"laravel-zero/phar-updater": "^1.4.1",
64-
"laravel/pint": "^1.21",
56+
"illuminate/bus": "^12.32.5",
57+
"illuminate/database": "^12.32.5",
58+
"illuminate/http": "^12.32.5",
59+
"illuminate/log": "^12.32.5",
60+
"illuminate/queue": "^12.32.5",
61+
"illuminate/redis": "^12.32.5",
62+
"illuminate/view": "^12.32.5",
63+
"laravel-zero/phar-updater": "^1.4.2",
64+
"laravel/pint": "^1.25.1",
6565
"nunomaduro/laravel-console-dusk": "^1.14",
6666
"nunomaduro/laravel-console-menu": "^3.6",
67-
"pestphp/pest": "^3.8",
68-
"phpstan/phpstan": "^2.1"
67+
"pestphp/pest": "^3.8.4|^4.1.2",
68+
"phpstan/phpstan": "^2.1.30"
6969
},
7070
"autoload": {
7171
"psr-4": {

0 commit comments

Comments
 (0)