Skip to content

Commit 625ebfd

Browse files
committed
chore: bumps dependencies and uses pest 3
1 parent f9f6ae1 commit 625ebfd

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

composer.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -21,51 +21,51 @@
2121
"require": {
2222
"php": "^8.2",
2323
"ext-json": "*",
24-
"dragonmantank/cron-expression": "^3.3.3",
25-
"guzzlehttp/guzzle": "^7.8.1",
26-
"illuminate/cache": "^11.5.0",
27-
"illuminate/collections": "^11.5.0",
28-
"illuminate/config": "^11.5.0",
29-
"illuminate/console": "^11.5.0",
30-
"illuminate/container": "^11.5.0",
31-
"illuminate/contracts": "^11.5.0",
32-
"illuminate/events": "^11.5.0",
33-
"illuminate/filesystem": "^11.5.0",
34-
"illuminate/process": "^11.5.0",
35-
"illuminate/support": "^11.5.0",
36-
"illuminate/testing": "^11.5.0",
24+
"dragonmantank/cron-expression": "^3.4.0",
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",
3737
"laravel-zero/foundation": "^11.5.0",
38-
"laravel/prompts": "^0.1.20 || ^0.2 || ^0.3",
39-
"league/flysystem": "^3.27.0",
40-
"nunomaduro/collision": "^8.1.1",
38+
"laravel/prompts": "^0.3.1 || ^0.3.1 || ^0.3.1",
39+
"league/flysystem": "^3.29.1",
40+
"nunomaduro/collision": "^8.5.0",
4141
"nunomaduro/laravel-console-summary": "^1.12.1",
4242
"nunomaduro/laravel-console-task": "^1.9",
4343
"nunomaduro/laravel-desktop-notifier": "^2.8.1",
44-
"nunomaduro/termwind": "^2.0.1",
45-
"psr/log": "^3.0",
46-
"ramsey/uuid": "^4.7.5",
47-
"symfony/console": "^7.0.6",
48-
"symfony/error-handler": "^7.0.6",
49-
"symfony/event-dispatcher": "^7.0.3",
50-
"symfony/finder": "^7.0",
51-
"symfony/process": "^7.0.4",
52-
"symfony/var-dumper": "^7.0.6",
53-
"vlucas/phpdotenv": "^5.6.0"
44+
"nunomaduro/termwind": "^2.2.0",
45+
"psr/log": "^3.0.2",
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",
53+
"vlucas/phpdotenv": "^5.6.1"
5454
},
5555
"require-dev": {
56-
"illuminate/bus": "^11.5.0",
57-
"illuminate/database": "^11.5.0",
58-
"illuminate/http": "^11.5.0",
59-
"illuminate/log": "^11.5.0",
60-
"illuminate/queue": "^11.5.0",
61-
"illuminate/redis": "^11.5.0",
62-
"illuminate/view": "^11.5.0",
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",
6363
"laravel-zero/phar-updater": "^1.4",
64-
"laravel/pint": "^1.15.2",
65-
"nunomaduro/laravel-console-dusk": "^1.13",
64+
"laravel/pint": "^1.18.1",
65+
"nunomaduro/laravel-console-dusk": "^1.13.1",
6666
"nunomaduro/laravel-console-menu": "^3.5",
67-
"pestphp/pest": "^2.34.7",
68-
"phpstan/phpstan": "^1.10.67"
67+
"pestphp/pest": "^3.5.1",
68+
"phpstan/phpstan": "^1.12.7"
6969
},
7070
"autoload": {
7171
"psr-4": {

0 commit comments

Comments
 (0)