Skip to content

Commit

Permalink
remove laravel/slack-notification-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed May 3, 2024
1 parent 532a0ee commit 28c3bf8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 76 deletions.
2 changes: 0 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=arbor@npng.pl
MAIL_FROM_NAME="${APP_NAME}"

SLACK_WEBHOOK_URL=

S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_DEFAULT_REGION=pl-waw
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"jenssegers/agent": "^2.6",
"jrmajor/laravel-fluent": "^1.1",
"laravel/framework": "^11.6",
"laravel/slack-notification-channel": "^3.2",
"laravel/telescope": "^5.0",
"laravel/tinker": "^2.9",
"laravel/ui": "^4.5",
Expand Down
67 changes: 1 addition & 66 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
'region' => env('AWS_DEFAULT_REGION', 'eu-central-1'),
],

'slack' => [
'notifications' => [
'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'),
'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
],
],

'fathom' => [
'id' => env('FATHOM_SITE_ID'),
],
Expand Down

0 comments on commit 28c3bf8

Please sign in to comment.