Skip to content

Commit

Permalink
Merge pull request #6 from m1guelpf/patch-1
Browse files Browse the repository at this point in the history
Support Auto-Discovery
  • Loading branch information
secrethash authored Jun 17, 2017
2 parents dcb8997 + 575034b commit 78acd96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@
"minimum-stability": "dev",
"require": {
"illuminate/support" : "~5"
},
"extra": {
"laravel": {
"providers": [
"Secrethash\Trickster\TricksterServiceProvider"
],
"aliases": {
"Trickster": "Secrethash\\Trickster\\Facade\\Trickster"
}
}
}
}

0 comments on commit 78acd96

Please sign in to comment.