Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Remove "version" from composer.json files, use "branch-version" instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 13, 2020
1 parent b554bfd commit 22116e0
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 @@ -35,5 +35,7 @@
"symfony/expression-language": "For using the filter option of the log server."
},
"minimum-stability": "dev",
"version": "3.4.x-dev"
"extra": {
"branch-version": "3.4-dev"
}
}

0 comments on commit 22116e0

Please sign in to comment.