From 52326331c047e3aefefd8d188bea306981cb6108 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sun, 6 Dec 2020 17:29:32 +0100 Subject: [PATCH] update namespaces --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 1c8d5684..f7e763d2 100644 --- a/composer.json +++ b/composer.json @@ -27,12 +27,12 @@ "php": ">=5.3", "php-flasher/flasher": "dev-main" }, - "require-dev": { - "phpunit/phpunit": "^4.8|^5.7|^6.0|^7.0|^8.3|^9.0" - }, "autoload": { "psr-4": { - "Flasher\\Toastr\\": "" + "Flasher\\Toastr\\Prime\\": "", + "exclude-from-classmap": [ + "/Tests/" + ] } }, "autoload-dev": {