diff --git a/renovate.json b/renovate.json index ca98e59..7557f0d 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,9 @@ "dependencyDashboard": true, "lockFileMaintenance": { "enabled": true }, "composerIgnorePlatformReqs": ["ext-*", "lib-*"], - "rangeStrategy": "update-lockfile" + "rangeStrategy": "update-lockfile", + "constraints": { + "composer": "> 2.3", + "npm": "> 8.0" + } }