Skip to content

Commit

Permalink
support laravel package auto discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Beyer committed Dec 5, 2017
1 parent 7bf084f commit 56fb109
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 @@ -20,5 +20,12 @@
"psr-4": {
"ScheduleDaemon\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"ScheduleDaemon\\ServiceProvider"
]
}
}
}

0 comments on commit 56fb109

Please sign in to comment.