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

Commit 09bf153

Browse files
committed
Package discovery
1 parent 505364d commit 09bf153

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)