Skip to content

Commit 7634fe6

Browse files
author
matt
committed
Add composer platform config to prevent renovate installing incompatible versions
1 parent 1d688f8 commit 7634fe6

File tree

2 files changed

+99
-77
lines changed

2 files changed

+99
-77
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
}
1616
],
1717
"config": {
18+
"platform": {
19+
"php": "8.3.99"
20+
},
1821
"sort-packages": true,
1922
"allow-plugins": {
2023
"dealerdirect/phpcodesniffer-composer-installer": true

0 commit comments

Comments
 (0)