mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
fix composer.json psr-4 autoloading
This commit is contained in:
+4
-4
@@ -37,11 +37,11 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Flasher\\Laravel\\": "",
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
"Flasher\\Laravel\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
],
|
||||
"files": [
|
||||
"helpers.php"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user