Skip to content

Commit

Permalink
Merge pull request #6 from saibotk/master
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Oct 31, 2022
2 parents 217b081 + a8c4176 commit c3616f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/sipgate/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/sipgate/?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/sipgate.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/sipgate)

This package makes it easy to send notifications using [sipgate](https://sipgate.de) with Laravel 5.5+, 6.X and 7.
This package makes it easy to send notifications using [sipgate](https://sipgate.de) with Laravel 5.5+, 6.x, 7.x, 8.x, 9.x.

## Contents

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.3",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0",
"guzzlehttp/guzzle": "^7.2",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit c3616f0

Please sign in to comment.