Skip to content

Commit b775018

Browse files
committed
chore: bump dependencies
1 parent 833f62a commit b775018

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.1",
2323
"ext-json": "*",
24-
"dragonmantank/cron-expression": "^3.3.2",
24+
"dragonmantank/cron-expression": "^3.3.3",
2525
"illuminate/cache": "^10.13.5",
2626
"illuminate/collections": "^10.13.5",
2727
"illuminate/config": "^10.13.5",
@@ -35,22 +35,22 @@
3535
"illuminate/testing": "^10.13.5",
3636
"laravel-zero/foundation": "^10.12",
3737
"league/flysystem": "^3.15.1",
38-
"nunomaduro/collision": "^6.4.0|^7.2.0",
39-
"nunomaduro/laravel-console-summary": "^1.9.1",
38+
"nunomaduro/collision": "^6.4.0|^7.8.1",
39+
"nunomaduro/laravel-console-summary": "^1.10.0",
4040
"nunomaduro/laravel-console-task": "^1.8",
4141
"nunomaduro/laravel-desktop-notifier": "^2.7",
4242
"psr/log": "^1.1|^2.0|^3.0",
43-
"ramsey/uuid": "^4.7.3",
44-
"symfony/console": "^6.3",
45-
"symfony/error-handler": "^6.3",
46-
"symfony/event-dispatcher": "^6.3",
47-
"symfony/finder": "^6.3.0",
48-
"symfony/process": "^6.3.0",
49-
"symfony/var-dumper": "^6.3.0",
43+
"ramsey/uuid": "^4.7.4",
44+
"symfony/console": "^6.3.2",
45+
"symfony/error-handler": "^6.3.2",
46+
"symfony/event-dispatcher": "^6.3.2",
47+
"symfony/finder": "^6.3.3",
48+
"symfony/process": "^6.3.2",
49+
"symfony/var-dumper": "^6.3.3",
5050
"vlucas/phpdotenv": "^5.5"
5151
},
5252
"require-dev": {
53-
"guzzlehttp/guzzle": "^7.5",
53+
"guzzlehttp/guzzle": "^7.7",
5454
"illuminate/bus": "^10.13.5",
5555
"illuminate/database": "^10.13.5",
5656
"illuminate/http": "^10.13.5",
@@ -60,13 +60,13 @@
6060
"illuminate/view": "^10.13.5",
6161
"laminas/laminas-text": "^2.10",
6262
"laravel-zero/phar-updater": "^1.3",
63-
"laravel/pint": "^1.10.3",
63+
"laravel/pint": "^1.10.6",
6464
"nunomaduro/laravel-console-dusk": "^1.11",
6565
"nunomaduro/laravel-console-menu": "^3.4",
6666
"nunomaduro/termwind": "^1.15.1",
67-
"pestphp/pest": "^2.8.1",
68-
"pestphp/pest-plugin-laravel": "^2.0",
69-
"phpstan/phpstan": "^1.10.20"
67+
"pestphp/pest": "^2.13.0",
68+
"pestphp/pest-plugin-laravel": "^2.2",
69+
"phpstan/phpstan": "^1.10.28"
7070
},
7171
"autoload": {
7272
"psr-4": {

0 commit comments

Comments
 (0)