mirror of
https://github.com/nextcloud/server.git
synced 2025-02-21 15:46:52 +00:00
16 lines
253 B
JSON
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"
|
|
}
|
|
}
|