From a060cc4c6926bc1522fdf6bfd04fcba9237bef17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krishan=20K=C3=B6nig?= Date: Thu, 24 Sep 2020 17:49:31 +0200 Subject: [PATCH] Update composer.json --- composer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1e2c897..89f4623 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,5 @@ "psr-4": { "Naoray\\EloquentModelAnalyzer\\Tests\\": "tests" } - }, - "extra": { - "laravel": { - "providers": [ - "Naoray\\EloquentModelAnalyzer\\EloquentModelAnalyzerServiceProvider" - ] - } } -} \ No newline at end of file +}