From 05785b3bfa159b5fbb687682be21a4cad632060c Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Thu, 21 Dec 2023 17:35:52 +0100 Subject: [PATCH 1/2] 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 From 4c82f8c9cd6aabfa367356a7ec9a386fb76d30e0 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Thu, 21 Dec 2023 17:44:54 +0100 Subject: [PATCH 2/2] TASK: Set up constraints for Neos 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eaf0c9f..27caf31 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "neos/neos": "^4.0 || ^5.0 || ^7.0 || ^8.0", - "guzzlehttp/psr7": "^1.6" + "guzzlehttp/psr7": "^1.6 || ^2.0" }, "autoload": { "psr-0": {