Skip to content

Commit 909d5e5

Browse files
author
Tint Naing Win
committed
laravel 7 support
1 parent 60a6f7f commit 909d5e5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ All notable changes to `smspoh` will be documented in this file
55
## 1.0.0 - 2019-12-25
66

77
- initial release
8+
9+
## 1.0.1 - 2020-02-05
10+
11+
- Laravel 7 support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/smspoh/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/smspoh/?branch=master)
99
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/smspoh.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/smspoh)
1010

11-
This package makes it easy to send notifications using [SmsPoh](https://smspoh.com/) with Laravel 5.5+ and 6.0
11+
This package makes it easy to send notifications using [SmsPoh](https://smspoh.com/) with Laravel 5.5+, 6.x and 7.x
1212

1313
## Contents
1414

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-notification-channels/smspoh",
3-
"description": "Smspoh Notifications channel for Laravel >= 5.5 & 6.",
3+
"description": "Smspoh Notifications channel for Laravel >= 5.5, 6 and 7.",
44
"keywords": ["laravel", "notifications", "smspoh", "message", "sms", "myanmar", "MPT", "Telenor", "Ooredoo", "MyTel"],
55
"homepage": "https://github.com/laravel-notification-channels/smspoh",
66
"license": "MIT",
@@ -16,8 +16,8 @@
1616
"php": ">=7.2",
1717
"ext-json": "*",
1818
"guzzlehttp/guzzle": "^6.4",
19-
"illuminate/notifications": "5.5 - 5.8|^6.0",
20-
"illuminate/support": "5.5 - 5.8|^6.0"
19+
"illuminate/notifications": "5.5 - 5.8|^6.0|^7.0",
20+
"illuminate/support": "5.5 - 5.8|^6.0|^7.0"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)