Skip to content

Commit b3c54c5

Browse files
Merge branch '5.1' into 5.x
* 5.1: Remove "version" from composer.json files, use "branch-version" instead [String] fix "is too large" ValueError on PHP 8
2 parents e51eba2 + 7f8e2e7 commit b3c54c5

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
@@ -41,10 +41,10 @@
4141
],
4242
"minimum-stability": "dev",
4343
"extra": {
44+
"branch-version": "5.2-dev",
4445
"thanks": {
4546
"name": "phpunit/phpunit",
4647
"url": "https://github.com/sebastianbergmann/phpunit"
4748
}
48-
},
49-
"version": "5.2.x-dev"
49+
}
5050
}

0 commit comments

Comments
 (0)