From 05785b3bfa159b5fbb687682be21a4cad632060c Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Thu, 21 Dec 2023 17:35:52 +0100 Subject: [PATCH] TASK: Set up constraints for Neos 8 --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2607317..eaf0c9f 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Neos plugin for Google reCAPTCHA", "license": "MIT", "require": { - "neos/neos": "^4.0 || ^5.0 || ^7.0", + "neos/neos": "^4.0 || ^5.0 || ^7.0 || ^8.0", "guzzlehttp/psr7": "^1.6" }, "autoload": { @@ -93,7 +93,10 @@ "Neos.Flow-20201003165200", "Neos.Flow-20201109224100", "Neos.Flow-20201205172733", - "Neos.Flow-20201207104500" + "Neos.Flow-20201207104500", + "Neos.Neos-20220318111600", + "Neos.Flow-20220318174300", + "Neos.Fusion-20220326120900" ] } } \ No newline at end of file