edit composer.json for feature/neos-flow4

This commit is contained in:
Robin Krahnen 2017-02-16 22:00:51 +01:00
parent 236ec46342
commit 9b92e22589

View file

@ -14,7 +14,7 @@
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/digicomp/DigiComp.Sequence", "homepage": "https://github.com/digicomp/DigiComp.Sequence",
"require": { "require": {
"typo3/flow": "~2.0|~3.0" "neos/flow": "~4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
@ -27,7 +27,8 @@
}, },
"extra": { "extra": {
"branch-alias": { "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": [ "applied-flow-migrations": [
"Inwebs.Basket-201409170938", "Inwebs.Basket-201409170938",