Skip to content

Commit 7f8e2e7

Browse files
Merge branch '4.4' into 5.1
* 4.4: Remove "version" from composer.json files, use "branch-version" instead
2 parents 86e9337 + 514676a commit 7f8e2e7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,17 @@
4141
],
4242
"minimum-stability": "dev",
4343
"extra": {
44+
"branch-version": "5.1-dev",
4445
"thanks": {
4546
"name": "phpunit/phpunit",
4647
"url": "https://github.com/sebastianbergmann/phpunit"
4748
}
49+
<<<<<<< HEAD
4850
},
49-
"version": "5.1.x-dev"
51+
"extra": {
52+
"branch-version": "5.1-dev"
53+
}
54+
=======
55+
}
56+
>>>>>>> 4.4
5057
}

0 commit comments

Comments
 (0)