Skip to content

Commit ed12578

Browse files
committed
* split PR of minor version bumps for php with patch ones like 011d494 @ .github/renovate.json5
* constraint the version of php from caret that matches `8.5` to tilde range that matches `8.4.*` following renovatebot/renovate#39615 (reply in thread) @ be/composer.json
1 parent c8220f2 commit ed12578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// https://github.com/renovatebot/renovate/discussions/27906#discussioncomment-15052440
5555
// https://www.jvt.me/posts/2025/05/21/renovate-depname-packagename/
5656
"matchDepNames": ["php"],
57-
"enabled": false
57+
"separateMinorPatch": true
5858
},
5959
{
6060
// https://docs.renovatebot.com/language-constraints-and-upgrading/

be/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimum-stability": "stable",
66
"prefer-stable": true,
77
"require": {
8-
"php": "^8.4",
8+
"php": "~8.4.18",
99
"ext-ctype": "*",
1010
"ext-iconv": "*",
1111
"ext-intl": "*",

0 commit comments

Comments
 (0)