Merge pull request #11130 from nextcloud/fix/overwrite-platform-stable27

[stable27] chore: Overwrite PHP platform version for composer
This commit is contained in:
Richard Steinmetz 2023-09-19 18:44:49 +02:00 committed by GitHub
commit bcc8c0ff41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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