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

composer.json « mozart « vendor-bin - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0404603a13417ebcfb87292d2560522637bfd2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"config": {
		"platform": {
			"php": "7.3"
		},
		"sort-packages": true
	},
    "require": {
        "coenjacobs/mozart": "^0.7.1"
    }
}