Skip to content

Commit a9368b8

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 c56de49 + ef8f5dc commit a9368b8

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
@@ -37,5 +37,7 @@
3737
]
3838
},
3939
"minimum-stability": "dev",
40-
"version": "5.2.x-dev"
40+
"extra": {
41+
"branch-version": "5.2-dev"
42+
}
4143
}

0 commit comments

Comments
 (0)