File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 77php :
88 - 7.2
99 - 7.3
10+ - 7.4
1011
1112env :
1213 matrix :
Original file line number Diff line number Diff line change 99[ ![ Total Downloads] ( https://poser.pugx.org/laravel-notification-channels/smsapi/downloads )] ( https://packagist.org/packages/laravel-notification-channels/smsapi )
1010[ ![ PHP 7 ready] ( http://php7ready.timesplinter.ch/laravel-notification-channels/smsapi/badge.svg )] ( https://travis-ci.org/laravel-notification-channels/smsapi )
1111
12- This package makes it easy to send notifications using [ Smsapi] ( https://www.smsapi.pl/ ) with Laravel 5.5+ & 6.x.
12+ This package makes it easy to send notifications using [ Smsapi] ( https://www.smsapi.pl/ ) with Laravel 5.5+, 6.x, & 7.x
1313
1414## Contents
1515
@@ -33,17 +33,6 @@ You can install the package via composer:
3333composer require laravel-notification-channels/smsapi
3434```
3535
36- You must install the service provider:
37- ``` php
38- // config/app.php
39- ...
40- 'providers' => [
41- ...
42- NotificationChannels\Smsapi\SmsapiServiceProvider::class,
43- ],
44- ...
45- ```
46-
4736You can also publish the config file with:
4837
4938``` bash
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " >=7.1" ,
16- "illuminate/notifications" : " ~5.5 || ~6.0" ,
17- "illuminate/support" : " ~5.5 || ~6.0" ,
16+ "illuminate/notifications" : " ~5.5 || ~6.0 || ~7.0 " ,
17+ "illuminate/support" : " ~5.5 || ~6.0 || ~7.0 " ,
1818 "smsapi/php-client" : " ^1.8"
1919 },
2020 "require-dev" : {
You can’t perform that action at this time.
0 commit comments