fix composer.json psr-4 autoloading

This commit is contained in:
Khoubza Younes
2020-12-06 18:29:43 +01:00
parent 3588ac8d16
commit 412e386eb6
+5 -5
View File
@@ -34,11 +34,11 @@
},
"autoload": {
"psr-4": {
"Flasher\\Toastr\\Symfony\\": "",
"exclude-from-classmap": [
"/Tests/"
]
}
"Flasher\\Toastr\\Symfony\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"autoload-dev": {
"psr-4": {