From e107198222b98025ea57a7832dbcf2b178840d14 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Fri, 6 Dec 2019 13:44:47 +0100 Subject: [PATCH] Bump dependence version Right now with php 7.3 there are issues, updating the dependencies fixed the problem and the tool works. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 73ef8537..c977754c 100644 --- a/composer.json +++ b/composer.json @@ -7,10 +7,10 @@ "ext-zip": "*", "phpmd/phpmd": "@stable", "pdepend/pdepend": "@stable", - "phploc/phploc": "^2.1|^3.0", + "phploc/phploc": "^5.0", "squizlabs/php_codesniffer": "@stable", "sebastian/phpcpd": "@stable", - "symfony/console": "^2.7|^3.0", + "symfony/console": "^4.0", "sebastian/finder-facade": "^1.2", "kore/data-object": "^1.1", "roave/security-advisories": "dev-master"