File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# The MIT License (MIT)
22
3- Copyright (c) Oleksii Plekhanov < alex@plekhanov.us >
3+ Copyright (c) Oleksii Plekhanov < alex@plekhanov.dev >
44
55> Permission is hereby granted, free of charge, to any person obtaining a copy
66> of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 99[ ![ 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 )
1010[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/laravel-notification-channels/pushbullet.svg?style=flat-square )] ( https://packagist.org/packages/laravel-notification-channels/pushbullet )
1111
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.
1313
1414## Contents
1515
Original file line number Diff line number Diff line change 66 "authors" : [
77 {
88 "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 " ,
1111 "role" : " Developer"
1212 }
1313 ],
1414 "require" : {
1515 "php" : " >=7.2" ,
1616 "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 "
1919 },
2020 "require-dev" : {
2121 "mockery/mockery" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments