File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11preset : laravel
2-
3- linting : true
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " >=5.6.4" ,
1515 "guzzlehttp/guzzle" : " ~6.0" ,
16- "illuminate/notifications" : " 5.3.*|5.4.*|5.5.*" ,
17- "illuminate/support" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
16+ "illuminate/notifications" : " 5.3.*|5.4.*|5.5.*|5.6.* " ,
17+ "illuminate/support" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.* "
1818 },
1919 "require-dev" : {
2020 "mockery/mockery" : " ^0.9.5" ,
Original file line number Diff line number Diff line change 44
55use GuzzleHttp \Client ;
66use Illuminate \Support \Arr ;
7- use NotificationChannels \Webhook \Exceptions \CouldNotSendNotification ;
87use Illuminate \Notifications \Notification ;
8+ use NotificationChannels \Webhook \Exceptions \CouldNotSendNotification ;
99
1010class WebhookChannel
1111{
You can’t perform that action at this time.
0 commit comments