From a37ca3e483d8b0773faf836191378e76fc06b037 Mon Sep 17 00:00:00 2001 From: Maxime ALLORENT Date: Mon, 17 May 2021 19:35:51 +0200 Subject: [PATCH 1/2] chore: add Symfony 5 compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0732c5f..b1c921f 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ }], "require": { "php": ">=5.5.0", - "symfony/event-dispatcher": "~2.5|~3.0|~4.0", - "fulll/command-bus": "^3.4.4" + "symfony/event-dispatcher": "~2.5|~3.0|~4.0|~5.0", + "fulll/command-bus": "dev-sf5" }, "repositories": [ { "type": "git", "url": "git@github.com:fulll/command-bus.git" } From 7c007ee39b3ed64a9ac842efcedaf4db05c11821 Mon Sep 17 00:00:00 2001 From: JorisCourtois-fulll Date: Wed, 12 Apr 2023 17:26:15 +0200 Subject: [PATCH 2/2] ADD SF5 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1c921f..2521038 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=5.5.0", "symfony/event-dispatcher": "~2.5|~3.0|~4.0|~5.0", - "fulll/command-bus": "dev-sf5" + "fulll/command-bus": "^3.5.1" }, "repositories": [ { "type": "git", "url": "git@github.com:fulll/command-bus.git" }