From 474e5090c4c289e8fcfcd187d5a9d92c28de3343 Mon Sep 17 00:00:00 2001 From: Kevin-koko Date: Tue, 5 Mar 2024 15:12:41 +0100 Subject: [PATCH] chore: add SF 6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2521038..c6f427c 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "homepage": "https://github.com/rezzza/command-bus-bundle/contributors" }], "require": { - "php": ">=5.5.0", - "symfony/event-dispatcher": "~2.5|~3.0|~4.0|~5.0", + "php": ">=7.4", + "symfony/event-dispatcher": "~4.0|~5.0|~6.0", "fulll/command-bus": "^3.5.1" }, "repositories": [