From ff32e500d41ade7c4e0f4f72219ffa34db9e5f92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 4 May 2025 07:16:17 +0200 Subject: update to 0.10.0 --- composer.json | 1 + 1 file changed, 1 insertion(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 12d276b..24fddc6 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ "illuminate/container": "^10.48.28", "psr/container": "^2.0.2", "symfony/console": "^6.4.20", + "symfony/event-dispatcher": "^6.4.13", "symfony/process": "^6.4.20", "webmozart/assert": "^1.11" }, -- cgit