Skip to content

Commit c0ffdb9

Browse files
authored
Merge pull request #8 from laravel-notification-channels/dev
README update; Wait for Travis CI support for PHP 8
2 parents b0c12bb + 4543e44 commit c0ffdb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# InterFAX notification channel for Laravel 5.8+ and 6.x
1+
# InterFAX notification channel for Laravel 6.x, 7.x and 8.x
22

33
[![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)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
@@ -8,7 +8,7 @@
88
[![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)
99
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/interfax.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/interfax)
1010

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

1313
## Contents
1414

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

134134
## License
135135

136-
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
136+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2|^8.0",
15+
"php": "^7.2",
1616
"illuminate/notifications": "^6.0|^7.0|^8.0",
1717
"illuminate/support": "^6.0|^7.0|^8.0",
1818
"interfax/interfax": "^1.1"

0 commit comments

Comments
 (0)