aboutsummaryrefslogtreecommitdiffstats
path: root/vendor-bin/openapi-extractor/composer.json
blob: b08e24705247e2f589bfc97d19d73b8e4d1f2b2a (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#8ba3b777239436ea71aa92fcef279db71e1f2ac9"
	}
}