0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-21 15:46:52 +00:00
nextcloud_server/vendor-bin/openapi-extractor/composer.json
jld3103 68abe17e76 fix(deps): Update openapi-extractor
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-11-02 11:37:15 +01:00

16 lines
253 B
JSON

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