File tree Expand file tree Collapse file tree 4 files changed +46
-5
lines changed Expand file tree Collapse file tree 4 files changed +46
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,43 @@ language: php
33php :
44 - ' 7.2'
55 - ' 7.3'
6+ - ' 7.4'
7+
8+ matrix :
9+ fast_finish : true
10+ include :
11+ - php : 7.2
12+ env : LARAVEL='5.8.*' TESTBENCH='3.8.*' COMPOSER_FLAGS='--prefer-stable'
13+
14+ - php : 7.3
15+ env : LARAVEL='5.8.*' TESTBENCH='3.8.*' COMPOSER_FLAGS='--prefer-stable'
16+
17+ - php : 7.4
18+ env : LARAVEL='5.8.*' TESTBENCH='3.8.*' COMPOSER_FLAGS='--prefer-stable'
19+
20+ - php : 7.2
21+ env : LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
22+
23+ - php : 7.3
24+ env : LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
25+
26+ - php : 7.4
27+ env : LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
28+
29+ - php : 7.2.5
30+ env : LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'
31+
32+ - php : 7.3
33+ env : LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'
34+
35+ - php : 7.4
36+ env : LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'
37+
38+ - php : 7.3
39+ env : LARAVEL='8.*' TESTBENCH='6.*' COMPOSER_FLAGS='--prefer-stable'
40+
41+ - php : 7.4
42+ env : LARAVEL='8.*' TESTBENCH='6.*' COMPOSER_FLAGS='--prefer-stable'
643
744env :
845 matrix :
Original file line number Diff line number Diff line change @@ -9,3 +9,7 @@ All notable changes to `smspoh` will be documented in this file
99## 1.0.1 - 2020-02-05
1010
1111- Laravel 7 support
12+
13+ ## 1.1.0 - 2020-09-26
14+
15+ - Laravel 8 support
Original file line number Diff line number Diff line change 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+, 6.x and 7 .x
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
1212
1313## Contents
1414
Original file line number Diff line number Diff line change 1515 "require" : {
1616 "php" : " >=7.2" ,
1717 "ext-json" : " *" ,
18- "guzzlehttp/guzzle" : " ^6.4" ,
19- "illuminate/notifications" : " 5.5 - 5.8|^ 6.0|^7 .0" ,
20- "illuminate/support" : " 5.5 - 5.8|^ 6.0|^7 .0"
18+ "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"
2121 },
2222 "require-dev" : {
2323 "mockery/mockery" : " ^1.0" ,
2424 "phpunit/phpunit" : " ^7.0|^8.0" ,
25- "orchestra/testbench" : " ^3.5|^4.0"
25+ "orchestra/testbench" : " ^3.5|^4.0|^5.0|^6.0 "
2626 },
2727 "autoload" : {
2828 "psr-4" : {
You can’t perform that action at this time.
0 commit comments