chore: Overwrite PHP platform version for composer

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-09-19 16:03:14 +02:00
parent d7b919feed
commit 1363f86639
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

View File

@ -13,6 +13,9 @@
"leafo/scssphp": "dev-master"
},
"config": {
"github-protocols": ["https"]
"github-protocols": ["https"],
"platform": {
"php": "7.4"
}
}
}