diff --git a/build/composer.json b/build/composer.json index b0facd795..c051dae66 100644 --- a/build/composer.json +++ b/build/composer.json @@ -1,6 +1,13 @@ { "minimum-stability": "dev", + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/juliushaertl/reflection.git" + } + ], "require": { - "juliushaertl/phpdoc-to-rst": "dev-master" + "juliushaertl/phpdoc-to-rst": "dev-php7.0", + "phpdocumentor/reflection": "dev-php7.0" } }