File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
3
- Copyright (c) Oleksii Plekhanov < alex@plekhanov.us >
3
+ Copyright (c) Oleksii Plekhanov < alex@plekhanov.dev >
4
4
5
5
> Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
> of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 9
9
[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/pushbullet/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/laravel-notification-channels/pushbullet/?branch=master )
10
10
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/laravel-notification-channels/pushbullet.svg?style=flat-square )] ( https://packagist.org/packages/laravel-notification-channels/pushbullet )
11
11
12
- This package makes it easy to send notifications using [ Pushbullet] ( http://pushbullet.com ) with Laravel 5.5+, 6.x and 7 .x.
12
+ This package makes it easy to send notifications using [ Pushbullet] ( http://pushbullet.com ) with Laravel 5.5+, 6.x, 7.x and 8 .x.
13
13
14
14
## Contents
15
15
Original file line number Diff line number Diff line change 6
6
"authors" : [
7
7
{
8
8
"name" : " Alex Plekhanov" ,
9
- "email" : " alex@plekhanov.us " ,
10
- "homepage" : " https://alex.plekhanov.us " ,
9
+ "email" : " alex@plekhanov.dev " ,
10
+ "homepage" : " https://alex.plekhanov.dev " ,
11
11
"role" : " Developer"
12
12
}
13
13
],
14
14
"require" : {
15
15
"php" : " >=7.2" ,
16
16
"guzzlehttp/guzzle" : " ^6.2" ,
17
- "illuminate/notifications" : " ~5.5 || ~6.0 || ~7.0" ,
18
- "illuminate/support" : " ~5.5 || ~6.0 || ~7.0"
17
+ "illuminate/notifications" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 " ,
18
+ "illuminate/support" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 "
19
19
},
20
20
"require-dev" : {
21
21
"mockery/mockery" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments