Skip to content

Commit

Permalink
TASK: Raise dependency to Flow ^6.0, adjust branch alias to 3.0.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns authored Sep 19, 2019
1 parent a5b9a0f commit 7e20683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"neos/flow": "^4.0 || ^5.0"
"neos/flow": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -21,7 +21,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "3.0.x-dev"
},
"applied-flow-migrations": [
"TYPO3.Flow-201209251426",
Expand Down

0 comments on commit 7e20683

Please sign in to comment.