edit composer.json for feature/neos-flow4
This commit is contained in:
parent
236ec46342
commit
9b92e22589
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
"license": "MIT",
|
||||
"homepage": "https://github.com/digicomp/DigiComp.Sequence",
|
||||
"require": {
|
||||
"typo3/flow": "~2.0|~3.0"
|
||||
"neos/flow": "~4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
|
@ -27,7 +27,8 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.1.x-dev"
|
||||
"dev-master": "1.1.x-dev",
|
||||
"dev-feature/neos-flow4": "2.0.x-dev"
|
||||
},
|
||||
"applied-flow-migrations": [
|
||||
"Inwebs.Basket-201409170938",
|
||||
|
|
Loading…
Reference in a new issue