Skip to content

Commit 9311d62

Browse files
committed
* replace https://getcomposer.org/doc/articles/versions.md#wildcard-version-range- with https://getcomposer.org/doc/articles/versions.md#tilde-version-range- for package php to prevent renovate lock 8.4.* with the latest patch version, partial revert 1b21d6c @ composer.json
@ be
1 parent 7254afa commit 9311d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)