nextcloud/vendor-bin/openapi-extractor/composer.json
Joas Schilling bfb3c23ba5
fix(CI): Update PHP requirement in dev dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-11 10:52:24 +02:00

17 lines
251 B
JSON

{
"config": {
"sort-packages": true,
"platform": {
"php": "8.1"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/nextcloud/openapi-extractor"
}
],
"require": {
"nextcloud/openapi-extractor": "dev-main"
}
}