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 @@
-
-
-
-
-
-
-