From 5268d22bd577f3833dfc4c1b52935d3748c2bc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 25 Sep 2020 19:32:42 +0200 Subject: [PATCH] Remove redundant autoloader settings --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index 19a68c2..3bde6c9 100644 --- a/composer.json +++ b/composer.json @@ -36,12 +36,6 @@ "SimplerStatic\\": "src/" } }, - "autoload-dev": { - "psr-4": { - "PHPStan\\WordPress\\": "tests/phpstan/", - "SimplerStatic\\": "src/" - } - }, "config": { "platform": { "php": "7.3"