Skip to content

Commit

Permalink
Support Auto-Discovery (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic authored and barryvdh committed Jun 14, 2017
1 parent 0ab8ec3 commit 98eddbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
},
"laravel": {
"providers": [
"Barryvdh\\TranslationManager\\TranslationServiceProvider"
]
}
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 98eddbd

Please sign in to comment.