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 committed by Morris Jobke
parent a89b4f8e64
commit f929eac99c
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

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