Skip to content

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 350ce8a commit ec0b1db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -30,5 +30,7 @@
]
},
"minimum-stability": "dev",
"version": "3.4.x-dev"
"extra": {
"branch-version": "3.4-dev"
}
}

0 comments on commit ec0b1db

Please sign in to comment.