Skip to content

Commit c5ecc4a

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 9fc0780 + 4ec5bdc commit c5ecc4a

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
@@ -34,5 +34,7 @@
3434
]
3535
},
3636
"minimum-stability": "dev",
37-
"version": "5.2.x-dev"
37+
"extra": {
38+
"branch-version": "5.2-dev"
39+
}
3840
}

0 commit comments

Comments
 (0)