diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8684758..e21ced4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
Common and useful classes, methods, exceptions etc.
+# 1.0.2
+
+1. Phing > remove old and unused tools
+
# 1.0.1
1. Regex > make compatible with PHP 7.3 Tests > Regex > fix "preg_match(): Compilation failed: invalid range in
diff --git a/VERSION b/VERSION
index 7dea76e..6d7de6e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.1
+1.0.2
diff --git a/composer.json b/composer.json
index 25d20c5..c19df0f 100644
--- a/composer.json
+++ b/composer.json
@@ -22,9 +22,6 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
- "pdepend/pdepend": "^2.5",
- "phploc/phploc": "^5.0",
- "phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^8.0",
"sebastian/phpcpd": "^4.1",
"squizlabs/php_codesniffer": " ^2.9"
diff --git a/phing/properties.dist b/phing/properties.dist
index bcb2fb5..796246d 100644
--- a/phing/properties.dist
+++ b/phing/properties.dist
@@ -50,7 +50,6 @@ dir.tests = ${project.basedir}/tests
#
dir.build = ${project.basedir}/build
dir.reports = ${dir.build}/reports
-dir.reports.pdepend = ${dir.reports}/pdepend
dir.reports.coverage = ${dir.reports}/phpunit_coverage
# Data directories
diff --git a/phing/tests.xml b/phing/tests.xml
index 92f6190..5883735 100644
--- a/phing/tests.xml
+++ b/phing/tests.xml
@@ -43,10 +43,7 @@
@@ -72,32 +69,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -116,7 +87,6 @@
-