mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
22 lines
481 B
JSON
22 lines
481 B
JSON
{
|
|
"minimum-stability": "dev",
|
|
"repositories": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/juliushaertl/reflection",
|
|
"no-api": true
|
|
}
|
|
],
|
|
"require": {
|
|
"juliushaertl/phpdoc-to-rst": "dev-php7.0",
|
|
"phpdocumentor/reflection": "dev-php7.0"
|
|
},
|
|
"config": {
|
|
"github-protocols": ["https"],
|
|
"platform": {
|
|
"php": "7.4"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|