Skip to content

Commit

Permalink
Merge branch '3.4' into 4.4
Browse files Browse the repository at this point in the history
* 3.4:
  Remove "version" from composer.json files, use "branch-version" instead
  • Loading branch information
nicolas-grekas committed Oct 13, 2020
2 parents 4de3fe5 + 3fea130 commit f28c96f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@
]
},
"minimum-stability": "dev",
"version": "4.4.x-dev"
"extra": {
"branch-version": "4.4-dev"
}
}

0 comments on commit f28c96f

Please sign in to comment.