diff --git a/build/composer.json b/build/composer.json index c051dae66..fd7e9fc73 100644 --- a/build/composer.json +++ b/build/composer.json @@ -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"] } }