Skip to content

Commit b6dbc4f

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 0af21db + 0223610 commit b6dbc4f

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
@@ -46,5 +46,7 @@
4646
"Resources/bin/var-dump-server"
4747
],
4848
"minimum-stability": "dev",
49-
"version": "5.2.x-dev"
49+
"extra": {
50+
"branch-version": "5.2-dev"
51+
}
5052
}

0 commit comments

Comments
 (0)