mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"minimum-stability": "dev",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/juliushaertl/reflection.git"
|
|
}
|
|
],
|
|
"require": {
|
|
"juliushaertl/phpdoc-to-rst": "dev-php7.0",
|
|
"phpdocumentor/reflection": "dev-php7.0"
|
|
}
|
|
}
|