Skip to content

Commit 7a8b45f

Browse files
author
Tint Naing Win
committed
v1.2.0
1 parent 1f7fa3b commit 7a8b45f

File tree

6 files changed

+14
-92
lines changed

6 files changed

+14
-92
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.styleci.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ All notable changes to `smspoh` will be documented in this file
1313
## 1.1.0 - 2020-09-26
1414

1515
- Laravel 8 support
16+
17+
## 1.2.0 - 2021-12-05
18+
19+
- Add PHP 8 support
20+
- Drop Laravel 5.*

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Smspoh Notifications Channel for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/smspoh.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/smspoh)
4-
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![Build Status](https://img.shields.io/travis/laravel-notification-channels/smspoh/master.svg?style=flat-square)](https://travis-ci.org/laravel-notification-channels/smspoh)
6-
[![StyleCI](https://styleci.io/repos/229822475/shield)](https://styleci.io/repos/:style_ci_id)
7-
[![Quality Score](https://img.shields.io/scrutinizer/g/laravel-notification-channels/smspoh.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/smspoh)
8-
[![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)
94
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/smspoh.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/smspoh)
5+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
106

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

139
## Contents
1410

composer.json

Lines changed: 7 additions & 7 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 and 7.",
3+
"description": "Smspoh Notifications channel for Laravel 6, 7 and 8.",
44
"keywords": ["laravel", "notifications", "smspoh", "message", "sms", "myanmar", "MPT", "Telenor", "Ooredoo", "MyTel"],
55
"homepage": "https://github.com/laravel-notification-channels/smspoh",
66
"license": "MIT",
@@ -13,16 +13,16 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.2",
16+
"php": "^7.2 || ^8.0",
1717
"ext-json": "*",
1818
"guzzlehttp/guzzle": "^6.4 || ^7.0",
19-
"illuminate/notifications": "5.5 - 5.8 || ~6.0 || ~7.0 || ~8.0",
20-
"illuminate/support": "5.5 - 5.8 || ~6.0 || ~7.0 || ~8.0"
19+
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
20+
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
2121
},
2222
"require-dev": {
23-
"mockery/mockery": "^1.0",
24-
"phpunit/phpunit": "^7.0|^8.0",
25-
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0"
23+
"mockery/mockery": "^1.3",
24+
"phpunit/phpunit": "^8.0|^9.0",
25+
"orchestra/testbench": "^4.0|^5.0|^6.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)