From a6850193a200ce238dcae8d38b281f341f9f302e Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Wed, 18 Sep 2024 11:52:09 -0400 Subject: [PATCH] bug fix --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 552ef0a1..ef7944b4 100644 --- a/composer.json +++ b/composer.json @@ -88,8 +88,7 @@ "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "aws/aws-sdk-php": "^3.0", - "liip/imagine-bundle": "^2.0", - "sonsofphp/registry-contract": "0.3.x-dev" + "liip/imagine-bundle": "^2.0" }, "replace": { "sonsofphp/bard": "self.version", @@ -247,4 +246,4 @@ "SonsOfPHP\\Bridge\\Symfony\\Cqrs\\Tests\\": "src/SonsOfPHP/Bridge/Symfony/Cqrs/Tests" } } -} \ No newline at end of file +}