aboutsummaryrefslogtreecommitdiffstats
path: root/vendor-bin/openapi-extractor/composer.json
blob: 87dc6a97c255cdbda2ee5a38499d919445386e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"repositories": [
		{
			"type": "vcs",
			"url": "https://github.com/nextcloud/openapi-extractor"
		}
	],
    "config": {
        "platform": {
            "php": "8.1"
        }
    },
	"require": {
		"nextcloud/openapi-extractor": "dev-main"
	}
}