fix github workflow

This commit is contained in:
Khoubza Younes
2020-12-06 22:40:32 +01:00
parent 1b7c862d1a
commit 4b109f52b6
+2 -2
View File
@@ -38,7 +38,7 @@
},
"autoload": {
"psr-4": {
"Flasher\\Laravel\\SweetAlert\\": ""
"Flasher\\SweetAlert\\Laravel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -46,7 +46,7 @@
},
"autoload-dev": {
"psr-4": {
"Flasher\\Laravel\\SweetAlert\\Tests\\": "Tests/"
"Flasher\\SweetAlert\\Laravel\\Tests\\": "Tests/"
}
},
"extra": {