edit composer.json for feature/neos-flow4

This commit is contained in:
Robin Krahnen 2017-03-04 17:29:20 +01:00
parent d7de3a3659
commit 9531b7af46

View file

@ -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",