Skip to content

Commit

Permalink
fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-Schander committed Jul 22, 2021
1 parent d125311 commit 79167d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -18,7 +18,7 @@
},
"autoload": {
"psr-4": {
"ArtemSchander\\L5Modular\\": "src/"
"ArtemSchander\\L5Modular\\": "src"
}
},
"scripts": {
Expand All @@ -31,12 +31,12 @@
},
"extra": {
"laravel": {
"providers": [
"ArtemSchander\\L5Modular\\ModuleServiceProvider"
],
"aliases": {
"L5Modular": "ArtemSchander\\L5Modular\\Facades\\L5Modular"
}
"providers": [
"ArtemSchander\\L5Modular\\ModuleServiceProvider"
],
"aliases": {
"L5Modular": "ArtemSchander\\L5Modular\\Facades\\L5Modular"
}
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 79167d0

Please sign in to comment.