Skip to content

Commit

Permalink
🐛 Fix version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored and Jon Uhlmann committed Jan 1, 2021
1 parent 5c09195 commit bb5c609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-3.0",
"keywords": ["flow", "neos", "fusion", "helper", "carbon"],
"require": {
"neos/flow": "^5.3 || 6.0 || ^7.0",
"neos/flow": "*",
"neos/fusion": "^4.3 || ^5.0 || ^7.0",
"vanderlee/syllable": "^1.5"
},
Expand Down

0 comments on commit bb5c609

Please sign in to comment.