From 22932b28e0d0ce00a84f5b0980ff8e3eeb3dec3c Mon Sep 17 00:00:00 2001 From: Lars Lauger Date: Mon, 27 Feb 2023 10:16:35 +0100 Subject: [PATCH] FEATURE: Allow Neos 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5404fb0..2afcc4e 100644 --- a/composer.json +++ b/composer.json @@ -7,8 +7,8 @@ "bin-dir": "bin" }, "require": { - "neos/flow": "^7.3", - "guzzlehttp/psr7": "^1.8" + "neos/flow": "^7.3 || ^8.0", + "guzzlehttp/psr7": "^1.8 || ^2.4" }, "require-dev": { "t3n/coding-standard": "~1.1.0"