Skip to content

Commit

Permalink
Merge pull request #8 from laravel-notification-channels/dev
Browse files Browse the repository at this point in the history
README update; Wait for Travis CI support for PHP 8
  • Loading branch information
ivi-admin authored Nov 9, 2020
2 parents b0c12bb + 4543e44 commit c0ffdb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# InterFAX notification channel for Laravel 5.8+ and 6.x
# InterFAX notification channel for Laravel 6.x, 7.x and 8.x

[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/interfax.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/interfax)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
Expand All @@ -8,7 +8,7 @@
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/interfax/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/interfax/?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/interfax.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/interfax)

This package makes it easy to send notifications using [InterFAX](https://interfax.net) with Laravel 5.8+ and 6.x.
This package makes it easy to send notifications using [InterFAX](https://interfax.net) with Laravel 6.x and above.

## Contents

Expand Down Expand Up @@ -133,4 +133,4 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.2",
"illuminate/notifications": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"interfax/interfax": "^1.1"
Expand Down

0 comments on commit c0ffdb9

Please sign in to comment.