Skip to content

Commit

Permalink
Merge pull request #8 from testbird/patch-3
Browse files Browse the repository at this point in the history
adjust dependency for stable neos 2.0 series
  • Loading branch information
dimaip committed Dec 5, 2015
2 parents 33692ab + 5b1e246 commit 780cf7c
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 @@ -5,11 +5,11 @@
"description": "Base News package for demonstration purposes and to be extended as needed",
"require": {
"typo3/flow": "*",
"typo3/neos": "2.0.x-dev"
"typo3/neos": "~2.0"
},
"autoload": {
"psr-0": {
"Community\\News": "Classes"
}
}
}
}

0 comments on commit 780cf7c

Please sign in to comment.