Skip to content

Commit

Permalink
TASK: Remove unbound version constraints
Browse files Browse the repository at this point in the history
Instead of just asking for any version of neos/redirecthandler and typo3/neos,
limit to more specific versions.
  • Loading branch information
kdambekalns committed Apr 29, 2016
1 parent d806bd6 commit b023e1f
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 @@
"description": "Neos Redirect Handler",
"license": "GPL-3.0+",
"require": {
"neos/redirecthandler": "*",
"typo3/neos": "*"
"neos/redirecthandler": "~1.0",
"typo3/neos": "~2.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b023e1f

Please sign in to comment.