fix composer.json psr-4 autoloading

This commit is contained in:
Khoubza Younes
2020-12-06 18:29:43 +01:00
parent 4ccd34e6bc
commit 19c2ab8c72
+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"
]