diff --git a/composer.json b/composer.json index ac2d189..8643542 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "neos/form": "^5.0", - "php": "~7.0" + "php": ">=7.0" }, "autoload": { "psr-4": { @@ -104,4 +104,4 @@ "Neos.Flow-20190515215000" ] } -} \ No newline at end of file +}