Skip to content

Commit 702ae63

Browse files
committed
Update composer and renovate.
1 parent b14256e commit 702ae63

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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": ">=2025.03.28.0"
5+
"phpactor/phpactor": "*"
66
}
77
}

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
],
1414
"composer": {
1515
"enabled": true,
16-
"rangeStrategy": "update-lockfile"
16+
"lockFileMaintenance": {
17+
"enabled": true
18+
}
1719
}
1820
}

0 commit comments

Comments
 (0)