Skip to content

Commit

Permalink
feat: support laravel 8 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Sep 9, 2020
1 parent 982eb4e commit 966bafe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/trello/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/trello/?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/trello.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/trello)

This package makes it easy to create [Trello cards](https://developers.trello.com/) with Laravel 5.5+, 6.x and 7.x.
This package makes it easy to create [Trello cards](https://developers.trello.com/) with Laravel 6.x, 7.x & 8.x.

## Contents

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"require": {
"php": ">=7.2.5",
"guzzlehttp/guzzle": "~6.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0"
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "8.*",
"orchestra/testbench": "~4.2 || ~5.0",
"orchestra/database": "~4.0 || ~5.0"
"orchestra/testbench": "~4.2 || ~5.0 || ~6.0",
"orchestra/database": "~4.0 || ~5.0 || ~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 966bafe

Please sign in to comment.