Skip to content

Commit

Permalink
Merge pull request #8 from kaptk2/master
Browse files Browse the repository at this point in the history
Enable auto package support for Laravel
  • Loading branch information
Jimmy-JS authored Jun 11, 2018
2 parents 913dea5 + 2118930 commit 4743f1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@
"Jimmyjs\\ReportGenerator\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Jimmyjs\\ReportGenerator\\ServiceProvider"
]
}
},
"minimum-stability": "dev"
}

0 comments on commit 4743f1e

Please sign in to comment.