Skip to content

Commit 4fb198a

Browse files
authored
Merge pull request #6 from Tofandel/patch-1
Add providers and alias automatically
2 parents 585b794 + ce65254 commit 4fb198a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

+10
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,15 @@
2020
"psr-4": {
2121
"Scyllaly\\HCaptcha\\": "src/"
2222
}
23+
},
24+
"extra": {
25+
"laravel": {
26+
"providers": [
27+
"Scyllaly\\HCaptcha\\HCaptchaServiceProvider"
28+
],
29+
"aliases": {
30+
"HCaptcha": "Scyllaly\\HCaptcha\\Facades\\HCaptcha"
31+
}
32+
}
2333
}
2434
}

0 commit comments

Comments
 (0)