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

composer.json « cs-fixer « vendor-bin - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8290b56d103e92305419452b273254e05a63096e (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"config": {
		"platform": {
			"php": "7.3"
		}
	},
    "require": {
        "friendsofphp/php-cs-fixer": "2.19.1",
        "nextcloud/coding-standard": "^0.5.0"
    }
}