Skip to content

Commit

Permalink
[TASK] Update composer manifest for ~3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-project committed Nov 23, 2015
1 parent 75e617c commit b426bb1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TYPO3.Eel/composer.json
Expand Up @@ -4,7 +4,7 @@
"license": ["MIT"],
"description": "The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages",
"require": {
"typo3/flow": "3.0.*"
"typo3/flow": "~3.0.0"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions TYPO3.Flow/composer.json
Expand Up @@ -14,8 +14,8 @@
"ext-mbstring": "*",
"ext-reflection": "*",

"typo3/fluid": "3.0.*",
"typo3/eel": "3.0.*",
"typo3/fluid": "~3.0.0",
"typo3/eel": "~3.0.0",

"doctrine/orm": "~2.4.0",
"doctrine/migrations": "~1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion TYPO3.Fluid/composer.json
Expand Up @@ -4,7 +4,7 @@
"description": "Next-Generation Templating Framework for Flow and Neos",
"license": ["MIT"],
"require": {
"typo3/flow": "3.0.*"
"typo3/flow": "~3.0.0"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion TYPO3.Kickstart/composer.json
Expand Up @@ -4,7 +4,7 @@
"description": "A simple generator for controller and views.",
"license": "MIT",
"require": {
"typo3/flow": "3.0.*"
"typo3/flow": "~3.0.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit b426bb1

Please sign in to comment.