Skip to content

Commit 05b1b92

Browse files
committed
fix: symfony/event-dispatcher missing
1 parent 93cc870 commit 05b1b92

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

composer.json

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,49 +18,50 @@
1818
"php": "^8.1",
1919
"ext-json": "*",
2020
"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",
3232
"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",
3535
"nunomaduro/laravel-console-summary": "^1.9.1",
3636
"nunomaduro/laravel-console-task": "^1.8.0",
3737
"nunomaduro/laravel-desktop-notifier": "^2.7.0",
3838
"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",
4546
"vlucas/phpdotenv": "^5.5"
4647
},
4748
"require-dev": {
4849
"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",
5657
"laminas/laminas-text": "^2.10",
5758
"laravel-zero/phar-updater": "^1.3",
58-
"laravel/pint": "^1.4",
59+
"laravel/pint": "^1.6",
5960
"nunomaduro/laravel-console-dusk": "^1.11.0",
6061
"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"
6465
},
6566
"autoload": {
6667
"psr-4": {

0 commit comments

Comments
 (0)