TASK: Preparing migration to neos/flow

This commit is contained in:
Ferdinand Kuhl 2017-06-03 11:50:20 +02:00
parent 0f3b19ba49
commit a63fa594d2

View file

@ -18,7 +18,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"
}, },
"autoload":{ "autoload":{
"psr-4":{ "psr-4":{
@ -27,7 +27,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "2.0.x-dev"
} }
} }
} }