From 79c5e919f9bcb9aebb2ffbebeb46c69bd5fd88bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 06:50:43 +0000 Subject: [PATCH] Update neos/event-sourcing requirement from ^1.0 to ^2.0 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.0.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..1f3021d 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.0", "google/cloud-firestore": "^1.1" }, "require-dev": {