From e645565d3be66e406f5803bf195e7e9fdd02e2b6 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Sun, 5 Nov 2023 12:07:25 -0500 Subject: [PATCH] typo --- src/SonsOfPHP/Component/EventSourcing/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SonsOfPHP/Component/EventSourcing/composer.json b/src/SonsOfPHP/Component/EventSourcing/composer.json index cf8324f6..4a60f666 100644 --- a/src/SonsOfPHP/Component/EventSourcing/composer.json +++ b/src/SonsOfPHP/Component/EventSourcing/composer.json @@ -35,7 +35,7 @@ }, "require-dev": { "phpunit/phpunit": "^10.4" - } + }, "suggest": { "sonsofphp/event-sourcing-doctrine": "Adds additional functionality using Doctrine", "sonsofphp/event-sourcing-symfony": "Adds additional functionality using Symfony Components"