Skip to content

Commit b14256e

Browse files
committed
Update composer.
1 parent 31b9f04 commit b14256e

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"prefer-stable": true,
33
"minimum-stability": "dev",
44
"require": {
5-
"phpactor/phpactor": "*"
5+
"phpactor/phpactor": ">=2025.03.28.0"
66
}
77
}

composer.lock

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

renovate.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,5 @@
1414
"composer": {
1515
"enabled": true,
1616
"rangeStrategy": "update-lockfile"
17-
},
18-
"packageRules": [
19-
{
20-
"matchDatasources": ["packagist"],
21-
"matchPackageNames": ["phpactor/phpactor"],
22-
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[-\\.]?(?<build>\\w+)?$"
23-
}
24-
]
17+
}
2518
}

0 commit comments

Comments
 (0)