Skip to content

Commit

Permalink
Merge pull request #38 from asbiin/add-package-discovery
Browse files Browse the repository at this point in the history
Add Laravel package discovery
  • Loading branch information
vluzrmos authored May 31, 2021
2 parents 275330d + 37a7391 commit 064d9f3
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 @@ -41,6 +41,13 @@
"Vluzrmos\\LanguageDetector\\Testing\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Vluzrmos\\LanguageDetector\\Providers\\LanguageDetectorServiceProvider,"
]
}
},
"config": {
"preferred-install": "dist"
},
Expand Down

0 comments on commit 064d9f3

Please sign in to comment.