Skip to content

Commit

Permalink
feat(gmail): add gmail package and register service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Aug 5, 2020
1 parent 22ed699 commit 64cf11b
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 42 deletions.
2 changes: 1 addition & 1 deletion bootstrap/lumen.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
$app->register(Barryvdh\Cors\ServiceProvider::class);
$app->register(Sentry\SentryLaravel\SentryLumenServiceProvider::class);
$app->register(v5\Providers\MorphServiceProvider::class);

$app->register(Ushahidi\Gmail\GmailServiceProvider::class);

/*
|--------------------------------------------------------------------------
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{
"type": "vcs",
"url": "https://github.com/ushahidi/kohana-validation"
},
{
"type": "vcs",
"url": "https://github.com/ushahidi/gmail-datasource"
}
],
"require": {
Expand Down Expand Up @@ -44,7 +48,8 @@
"asm89/stack-cors": "1.2.0",
"predis/predis": "~1.1",
"illuminate/redis": "5.5.*",
"willdurand/negotiation": "^2.3"
"willdurand/negotiation": "^2.3",
"ushahidi/gmail-support": "^3.0@dev"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down
Loading

0 comments on commit 64cf11b

Please sign in to comment.