Make sure github clones use https

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-05-16 09:08:20 +02:00
parent cec5886a79
commit a4a8b263d6

View File

@@ -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"]
}
}