fix composer.json psr-4 autoloading

This commit is contained in:
Khoubza Younes
2020-12-06 18:29:43 +01:00
parent a9c426f5ce
commit 32e08e3c8f
+5 -5
View File
@@ -30,11 +30,11 @@
},
"autoload": {
"psr-4": {
"Flasher\\Notyf\\Prime\\": "",
"exclude-from-classmap": [
"/Tests/"
]
}
"Flasher\\Notyf\\Prime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"autoload-dev": {
"psr-4": {