From 020f44ead7c1c02bf07ac332ca3d6feb90168827 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sun, 6 Dec 2020 18:29:43 +0100 Subject: [PATCH] fix composer.json psr-4 autoloading --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 697a934f..806cc972 100644 --- a/composer.json +++ b/composer.json @@ -33,11 +33,11 @@ }, "autoload": { "psr-4": { - "Flasher\\Toastr\\Laravel\\": "", - "exclude-from-classmap": [ - "/Tests/" - ] - } + "Flasher\\Toastr\\Laravel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "autoload-dev": { "psr-4": {