Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
TASK: Relax Neos-version constraint
Browse files Browse the repository at this point in the history
This is necessary to install this in the neos-development-distribution.
  • Loading branch information
mficzel authored Jan 31, 2017
1 parent c1b7e9a commit 1b04c64
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 @@ -16,7 +16,7 @@
}
],
"require": {
"neos/fusion": "^3.0.0"
"neos/fusion": "*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 1b04c64

Please sign in to comment.