From ef722355fb9821d1521b8b25c7cf330fe0d1adf8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 08:22:06 +0000 Subject: [PATCH] Update neos/event-sourcing requirement from ^1.0 to ^2.2 Updates the requirements on [neos/event-sourcing](https://github.com/neos/Neos.EventSourcing) to permit the latest version. - [Release notes](https://github.com/neos/Neos.EventSourcing/releases) - [Commits](https://github.com/neos/Neos.EventSourcing/compare/1.0.0...2.2.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3008253..849d8f1 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "ext-json": "*", "ext-grpc": "*", "neos/flow": "^5.2", - "neos/event-sourcing": "^1.0", + "neos/event-sourcing": "^2.2", "google/cloud-firestore": "^1.1" }, "require-dev": {