Skip to content

Commit

Permalink
Add support for Laravel 5.8 (#21)
Browse files Browse the repository at this point in the history
* Update composer.json

* Update readme

* Remove deprecated linting option from circleci
  • Loading branch information
matsava authored and etiennemarais committed Mar 27, 2019
1 parent 4cb53cf commit 4b0699a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
preset: laravel

linting: true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Clickatell notifications channel for Laravel 5.3, 5.4, 5.5, 5.6, 5.7
# Clickatell notifications channel for Laravel 5.3+

[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/clickatell.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/clickatell)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
Expand All @@ -10,7 +10,7 @@
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/clickatell.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/clickatell)


This package makes it easy to send notifications using [clickatell.com](https://www.clickatell.com/) with Laravel 5.3, 5.4, 5.5, 5.6, 5.7
This package makes it easy to send notifications using [clickatell.com](https://www.clickatell.com/) with Laravel 5.3+

## Contents

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"arcturial/clickatell": "~2.1"
},
"require-dev": {
Expand Down

0 comments on commit 4b0699a

Please sign in to comment.