Skip to content

Commit

Permalink
Fix composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdodiya committed Jun 4, 2019
1 parent 58e3af8 commit 98601d5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,16 @@
],
"minimum-stability": "dev",
"require": {},
"autoload": {
"psr-4": {
"Softnweb\\ComingSoon\\": "vendor/softnweb/laravel-coming-soon/src/"
}
},
"extra": {
"laravel": {
"providers": [
"Softnweb\\ComingSoon\\ComingSoonServiceProvider"
]
}
},


"autoload": {
"psr-4": {
"Softnweb\\ComingSoon\\": "vendor/softnweb/laravel-coming-soon/src/"
}
}
}

0 comments on commit 98601d5

Please sign in to comment.