Skip to content

Commit

Permalink
Merge pull request #6 from Tofandel/patch-1
Browse files Browse the repository at this point in the history
Add providers and alias automatically
  • Loading branch information
Scyllaly authored Aug 16, 2021
2 parents 585b794 + ce65254 commit 4fb198a
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 @@ -20,5 +20,15 @@
"psr-4": {
"Scyllaly\\HCaptcha\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Scyllaly\\HCaptcha\\HCaptchaServiceProvider"
],
"aliases": {
"HCaptcha": "Scyllaly\\HCaptcha\\Facades\\HCaptcha"
}
}
}
}

0 comments on commit 4fb198a

Please sign in to comment.