Skip to content

Commit

Permalink
Relax Composer Dependencies
Browse files Browse the repository at this point in the history
This package actually works with Neos 5.x and thus with newer `neos/forms` and `wwwision/privateresources` versions
  • Loading branch information
bwaidelich authored Jun 30, 2020
1 parent c5fdf76 commit e46144e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e46144e

Please sign in to comment.