From e46144e9ac19465a69f0caa9598c4381f707691a Mon Sep 17 00:00:00 2001 From: Bastian Waidelich Date: Tue, 30 Jun 2020 16:11:48 +0200 Subject: [PATCH] Relax Composer Dependencies This package actually works with Neos 5.x and thus with newer `neos/forms` and `wwwision/privateresources` versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 714b937..8415d81 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "name": "wwwision/form-securefileupload", "license": "MIT", "require": { - "neos/form": "^4.3", - "wwwision/privateresources": "^3.3" + "neos/form": "^4.3 || ^5.0", + "wwwision/privateresources": "^3.3 || ^4.0 || ^5.0" }, "autoload": { "psr-4": {