Skip to content

Commit

Permalink
Add Laravel package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored May 29, 2021
1 parent 275330d commit 37a7391
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 37a7391

Please sign in to comment.