Skip to content

Commit 780850e

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 1095144 + b2124bc commit 780850e

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
@@ -31,5 +31,7 @@
3131
"url": "https://github.com/symfony/contracts"
3232
}
3333
},
34-
"version": "2.3.x-dev"
34+
"extra": {
35+
"branch-version": "2.3-dev"
36+
}
3537
}

0 commit comments

Comments
 (0)