Skip to content

Commit 444f07e

Browse files
Remove "version" from composer.json files, use "branch-version" instead
1 parent 12107f7 commit 444f07e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@
2727
]
2828
},
2929
"minimum-stability": "dev",
30-
"version": "3.4.x-dev"
30+
"extra": {
31+
"branch-version": "3.4-dev"
32+
}
3133
}

0 commit comments

Comments
 (0)