From fb38d285c5ae11228ab2b7c37331d58c07553e65 Mon Sep 17 00:00:00 2001 From: samuel Date: Mon, 13 Dec 2021 18:23:10 +0100 Subject: [PATCH] hotfix: add missing repository information --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index a8edffa..af94545 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,9 @@ "symfony/event-dispatcher": "~2.5|~3.0|~4.0", "fulll/command-bus": "^3.4" }, + "repositories": [ + { "type": "git", "url": "git@github.com:fulll/command-bus.git" } + ], "autoload": { "psr-4": { "Rezzza\\CommandBusBundle\\": "" } },