Skip to content

Commit 0803d2d

Browse files
committed
add package auto-discovery
1 parent c9546eb commit 0803d2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
All notable changes will be documented in this file
44

5-
## 0.0.3 - 2020-08-11
5+
## 0.0.4 - 2020-08-11
66

77
- initial release

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,12 @@
3737
},
3838
"config": {
3939
"sort-packages": true
40+
},
41+
"extra": {
42+
"laravel": {
43+
"providers": [
44+
"NotificationChannels\\SendGrid\\SendGridServiceProvider"
45+
]
46+
}
4047
}
4148
}

0 commit comments

Comments
 (0)