Skip to content

Commit

Permalink
Set PHP version as platform override in Composer instead of Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Nov 27, 2024
1 parent 5d05460 commit 7e15b0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
},
"platform": {
"php": "8.3.6"
}
},
"extra": {
Expand Down
7 changes: 1 addition & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,5 @@
"enabled": true
}
}
],
"force": {
"constraints": {
"php": "~8.3"
}
}
]
}

0 comments on commit 7e15b0f

Please sign in to comment.