From c955942085807c40a96519e9ea999ef111002185 Mon Sep 17 00:00:00 2001 From: Benjamin Klix Date: Wed, 5 Jan 2022 14:22:16 +0100 Subject: [PATCH] UPDATE: Remove php from requirements neos/form already has php as requirement, so we will remove it here --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 02da9f4..61e6290 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,7 @@ "description": "Form Element for the Flow Form Framework integrating Google's Recaptcha", "require": { "google/recaptcha": "^1.2", - "neos/form": "^4.0 || ^5.0.9", - "php": "~7.0" + "neos/form": "^4.0 || ^5.0.9" }, "autoload": { "psr-4": {