fix composer.json psr-4 autoloading

This commit is contained in:
Khoubza Younes
2020-12-06 18:29:43 +01:00
parent 9fcb224750
commit 6293a17743
+4 -4
View File
@@ -32,11 +32,11 @@
},
"autoload": {
"psr-4": {
"Flasher\\Prime\\": "",
"exclude-from-classmap": [
"/Tests/"
]
"Flasher\\Prime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
],
"files": [
"helpers.php"
]