Skip to content

Commit ab989ac

Browse files
minor #38460 Remove "version" from composer.json files, use "branch-version" instead (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Remove "version" from composer.json files, use "branch-version" instead | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Waiting for confirmation from @Seldaek or @naderman Commits ------- f9ed6940fd Remove "version" from composer.json files, use "branch-version" instead
2 parents c143d1f + b6f5ebc commit ab989ac

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
@@ -58,5 +58,7 @@
5858
]
5959
},
6060
"minimum-stability": "dev",
61-
"version": "3.4.x-dev"
61+
"extra": {
62+
"branch-version": "3.4-dev"
63+
}
6264
}

0 commit comments

Comments
 (0)