From 14235b58ba3c54bd5783172969fc81ac1a8b7c47 Mon Sep 17 00:00:00 2001 From: Piotr Marynczak Date: Thu, 7 Sep 2023 14:54:02 +0200 Subject: [PATCH] [WZUW-265] Removed phploc package --- composer.json | 1 - phing/tests.xml | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/composer.json b/composer.json index c2bf7f7..c2f48a3 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,6 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^2.2", "pdepend/pdepend": "^2.5", - "phploc/phploc": "^2.1", "phpmd/phpmd": "^2.6", "phpunit/phpunit": "^4.8", "sebastian/phpcpd": "^2.0", diff --git a/phing/tests.xml b/phing/tests.xml index 92f6190..4af5e8a 100644 --- a/phing/tests.xml +++ b/phing/tests.xml @@ -45,8 +45,7 @@ depends="check:cs, check:md, check:cpd, - check:depend, - check:loc" + check:depend" /> @@ -91,13 +90,6 @@ - - - - - - -