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

Commit

Permalink
TASK: Make Neos-dependency more version tolerant
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored Jan 31, 2017
1 parent 7132cf6 commit c1b7e9a
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 @@ -16,7 +16,7 @@
}
],
"require": {
"neos/fusion": "~3.0.0"
"neos/fusion": "^3.0.0"
},
"autoload": {
"psr-0": {
Expand Down Expand Up @@ -97,4 +97,4 @@
"Neos.Fusion-20170120013047"
]
}
}
}

0 comments on commit c1b7e9a

Please sign in to comment.