Merge pull request #11133 from nextcloud/backport/11130/stable25

[stable25] chore: Overwrite PHP platform version for composer
This commit is contained in:
Richard Steinmetz 2023-09-19 20:54:57 +02:00 committed by GitHub
commit 907d16bd0d
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"
}
}
}