mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
Make sure github clones use https
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -3,11 +3,14 @@
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/juliushaertl/reflection.git"
|
||||
"url": "https://github.com/juliushaertl/reflection"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"juliushaertl/phpdoc-to-rst": "dev-php7.0",
|
||||
"phpdocumentor/reflection": "dev-php7.0"
|
||||
},
|
||||
"config": {
|
||||
"github-protocols": ["https"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user