Skip to content

Commit 77efed1

Browse files
authored
Merge 7efa999 into 078960f
2 parents 078960f + 7efa999 commit 77efed1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gitter.im notifications channel for Laravel 5.3+
1+
# Gitter.im notifications channel for Laravel
22

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

12-
This package makes it easy to send notifications using [Gitter.im](//gitter.im) with Laravel 5.3.
12+
This package makes it easy to send notifications using [Gitter.im](//gitter.im) with Laravel 5.5+, 6.x & 7.x.
1313

1414
## Contents
1515

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-notification-channels/gitter",
3-
"description": "Gitter Notifications channel for Laravel 5.3",
3+
"description": "Gitter Notifications channel for Laravel",
44
"keywords": ["laravel", "notifications", "gitter.im"],
55
"homepage": "https://github.com/laravel-notification-channels/gitter",
66
"license": "MIT",
@@ -13,11 +13,11 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.2",
16+
"php": "^7.2.5",
1717
"guzzlehttp/guzzle": "^6.2",
18-
"illuminate/queue": "5.1 - 5.8|^6.0",
19-
"illuminate/notifications": "5.1 - 5.8|^6.0",
20-
"illuminate/support": "5.1 - 5.8|^6.0"
18+
"illuminate/queue": "5.5 - 5.8 || ^6.0 || ^7.0",
19+
"illuminate/notifications": "5.5 - 5.8 || ^6.0 || ^7.0",
20+
"illuminate/support": "5.5 - 5.8 || ^6.0 || ^7.0"
2121

2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)