Skip to content

Commit

Permalink
Merge pull request #106 from dbpolito/patch-2
Browse files Browse the repository at this point in the history
Support for package discover introduced by Laravel 5.5.
  • Loading branch information
rmariuzzo authored Aug 17, 2017
2 parents bc8e316 + 023e8f4 commit 389e207
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 @@ -70,5 +70,12 @@
"./tests/5.3/run",
"./tests/5.4/run"
]
},
"extra": {
"laravel": {
"providers": [
"Mariuzzo\\LaravelJsLocalization\\LaravelJsLocalizationServiceProvider"
]
}
}
}

0 comments on commit 389e207

Please sign in to comment.