edit composer.json for feature/neos-flow4
This commit is contained in:
parent
d7de3a3659
commit
9531b7af46
1 changed files with 4 additions and 4 deletions
|
@ -17,8 +17,7 @@
|
||||||
"validation"
|
"validation"
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"typo3/flow": "~2.0|~3.0",
|
"neos/flow": "~4.0"
|
||||||
"php": ">=5.3.0"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
@ -27,7 +26,8 @@
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.0.x-dev"
|
"dev-master": "1.0.x-dev",
|
||||||
|
"dev-feature/neos-flow4": "1.1.x-dev"
|
||||||
},
|
},
|
||||||
"applied-flow-migrations": [
|
"applied-flow-migrations": [
|
||||||
"Inwebs.Basket-201409170938",
|
"Inwebs.Basket-201409170938",
|
||||||
|
|
Loading…
Reference in a new issue