diff --git a/composer.json b/composer.json index bc0dfdd..e70f156 100644 --- a/composer.json +++ b/composer.json @@ -17,18 +17,6 @@ "ezyang/htmlpurifier": "*", "composer/installers": "*" }, - "autoload": { - "psr-4": { - "Burzum\\HtmlPurifier\\": "src", - "Burzum\\HtmlPurifier\\Test\\Fixture\\": "tests\\Fixture" - } - }, - "autoload-dev": { - "psr-4": { - "Cake\\Test\\": "/vendor/cakephp/cakephp/tests", - "Burzum\\HtmlPurifier\\Test\\": "tests" - } - }, "extra": { "installer-name": "HtmlPurifier" }