Skip to content

Commit

Permalink
[TASK] Update composer manifest for ~3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-project committed Dec 22, 2015
1 parent cb6b596 commit 3042e79
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
Original file line number Diff line number Diff line change
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": "*"
"typo3/flow": "~3.1.0"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions TYPO3.Flow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"ext-mbstring": "*",
"ext-reflection": "*",

"typo3/fluid": "*",
"typo3/eel": "*",
"typo3/fluid": "~3.1.0",
"typo3/eel": "~3.1.0",

"ramsey/uuid": "^3.0.0",
"paragonie/random_compat": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion TYPO3.Fluid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Next-Generation Templating Framework for Flow and Neos",
"license": ["MIT"],
"require": {
"typo3/flow": "*"
"typo3/flow": "~3.1.0"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion TYPO3.Kickstart/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A simple generator for controller and views.",
"license": "MIT",
"require": {
"typo3/flow": "*"
"typo3/flow": "~3.1.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 3042e79

Please sign in to comment.