Skip to content

Commit

Permalink
Support Auto-Discovery (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic authored and freekmurze committed Jun 13, 2017
1 parent 4d80b7f commit 81a4700
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 @@ -47,5 +47,12 @@
},
"suggest": {
"guzzlehttp/guzzle": "Allows notifications to be sent via Slack"
},
"extra": {
"laravel": {
"providers": [
"Spatie\\FailedJobMonitor\\FailedJobMonitorServiceProvider"
]
}
}
}

0 comments on commit 81a4700

Please sign in to comment.