TASK: Preparing migration to neos/flow
This commit is contained in:
parent
0f3b19ba49
commit
a63fa594d2
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue