Skip to content

Commit

Permalink
Added package auto-discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
heera committed Jun 26, 2017
1 parent 927ee3a commit d96b32b
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 @@ -32,5 +32,15 @@
"classmap": [
"tests/TestCase.php"
]
},
"extra": {
"laravel": {
"providers": [
"Requent\\RequentServiceProvider"
],
"aliases": {
"Requent": "Requent\\Facade\\Requent"
}
}
}
}

0 comments on commit d96b32b

Please sign in to comment.