Skip to content

Commit

Permalink
[BUGFIX] Fix handling of different PHP constraints for Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Feb 9, 2025
1 parent c03b6b8 commit cbd96a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@
},
{
"matchFileNames": [
"composer.json"
"composer.*",
"Resources/Private/Libs/composer.*"
],
"constraints": {
"php": "8.1.*"
}
},
{
"matchFileNames": [
"Tests/CGL/composer.json"
"Tests/CGL/composer.*"
],
"constraints": {
"php": "8.3.*"
Expand Down

0 comments on commit cbd96a7

Please sign in to comment.