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 committed by backportbot-nextcloud[bot]
parent 91d885ebc5
commit 7a6d0c747e

View File

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