mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
19 lines
431 B
JSON
19 lines
431 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",
|
|
"leafo/scssphp": "dev-master"
|
|
},
|
|
"config": {
|
|
"github-protocols": ["https"]
|
|
}
|
|
}
|