Skip to content

Commit

Permalink
Merge pull request #1 from neos/adjust-composer-manifest
Browse files Browse the repository at this point in the history
TASK: Adjust composer manifest
  • Loading branch information
kdambekalns committed May 4, 2016
2 parents fafa7f4 + 60f887e commit 1ee2792
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
"description": "Neos Redirect Handler",
"license": "GPL-3.0+",
"require": {
"neos/redirecthandler": "*",
"typo3/neos": "*"
"neos/redirecthandler": "~1.0",
"typo3/neos": "~2.2 || dev-master"
},
"autoload": {
"psr-4": {
"Neos\\RedirectHandler\\NeosAdapter\\": "Classes"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 1ee2792

Please sign in to comment.