From 2eee45ff8b5ae2f73be4e451e6bfd9382c2e727d Mon Sep 17 00:00:00 2001 From: Unay Santisteban Date: Sun, 15 Mar 2026 21:49:43 +1000 Subject: [PATCH] Add domain-events package to SDK dependencies Include complex-heart/domain-events ^1.0.0 in the meta-package. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0df22f..bd2e475 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "ext-json": "*", "complex-heart/contracts": "^3.0.0", "complex-heart/domain-model": "^5.0.0", - "complex-heart/criteria": "^4.0.0" + "complex-heart/criteria": "^4.0.0", + "complex-heart/domain-events": "^1.0.0" } }