Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json « coding-standard « vendor-bin - github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccaa7cfe9d6a44be9c82c8c5b451447b3636f5da (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "config": {
        "platform": {
            "php": "7.4"
        },
        "sort-packages": true
    },
    "require-dev": {
        "nextcloud/coding-standard": "^1.0"
    }
}