Skip to content

Commit 7389acf

Browse files
Remove "version" from composer.json files, use "branch-version" instead
1 parent f69f18f commit 7389acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
],
3939
"minimum-stability": "dev",
4040
"extra": {
41+
"branch-version": "3.4-dev",
4142
"thanks": {
4243
"name": "phpunit/phpunit",
4344
"url": "https://github.com/sebastianbergmann/phpunit"
4445
}
45-
},
46-
"version": "3.4.x-dev"
46+
}
4747
}

0 commit comments

Comments
 (0)