Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit f4ebddd

Browse files
authored
Merge pull request #13 from paulredmond/package-service-discovery
Package discovery
2 parents 505364d + 09bf153 commit f4ebddd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,15 @@
3131
},
3232
"scripts": {
3333
"test": "phpunit"
34+
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"Biscolab\\ReCaptcha\\ReCaptchaServiceProvider"
39+
],
40+
"aliases": {
41+
"ReCaptcha": "Biscolab\\ReCaptcha\\Facades\\ReCaptcha"
42+
}
43+
}
3444
}
3545
}

0 commit comments

Comments
 (0)