Skip to content

Commit 17159a4

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

2 files changed

Lines changed: 3 additions & 3 deletions

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 <8.5",
99
"ext-ctype": "*",
1010
"ext-iconv": "*",
1111
"ext-intl": "*",

be/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)