Skip to content

Commit 277c02e

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 588e516 + 223a918 commit 277c02e

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
@@ -48,5 +48,7 @@
4848
]
4949
},
5050
"minimum-stability": "dev",
51-
"version": "5.2.x-dev"
51+
"extra": {
52+
"branch-version": "5.2-dev"
53+
}
5254
}

0 commit comments

Comments
 (0)