From 9458ea8b86e4332c24f4b11754d055acb9777ee6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 09:26:43 +0000 Subject: [PATCH] Update neos/event-sourcing requirement from ^1.0 to ^2.3 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.3.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..a66c05f 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.3", "google/cloud-firestore": "^1.1" }, "require-dev": {