Skip to content

Commit dcb8665

Browse files
authored
Merge pull request #29 from palpalani/patch-1
Support package auto discovery for L5.5 and up
2 parents 36a3484 + a7c3eda commit dcb8665

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
"extra": {
2727
"branch-alias": {
2828
"dev-master": "3.0.x-dev"
29+
},
30+
"laravel": {
31+
"providers": [
32+
"PulkitJalan\\Google\\GoogleServiceProvider"
33+
],
34+
"aliases": {
35+
"Google": "PulkitJalan\\Google\\Facades\\Google"
36+
}
2937
}
3038
},
3139
"minimum-stability": "dev",

0 commit comments

Comments
 (0)