Skip to content

Commit 0a40b49

Browse files
authored
Merge pull request #37 from laravel-notification-channels/laravel8
Allowed Laravel 8
2 parents 2bb99c0 + e8bab9b commit 0a40b49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
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",

0 commit comments

Comments
 (0)