From 92198068986db1cd74d58971e1dd95e6df0f9d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 30 Jan 2018 15:34:53 +0100 Subject: [PATCH] Lock versions for php 7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- build/composer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build/composer.json b/build/composer.json index 034c6631f..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-php7.0" + "juliushaertl/phpdoc-to-rst": "dev-php7.0", + "phpdocumentor/reflection": "dev-php7.0" } }