Skip to content

Commit

Permalink
Add support for Laravel 9, 10, 11
Browse files Browse the repository at this point in the history
  • Loading branch information
natsumework committed May 22, 2024
1 parent e550e0c commit 309e4c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

All notable changes to `laravel-notification-mitake` will be documented in this file

## 1.0.0 - 2020-04-11
## 1.2.0 - 2024-05-22

- initial release
- Add support for Laravel 9, 10, 11

## 1.1.0 - 2020-10-04

- Add support for Laravel 8

## 1.0.1 - 2020-09-16

- Add new parameter 'dlvtime' for MitakeMessage

## 1.1.0 - 2020-10-04
## 1.0.0 - 2020-04-11

- Add support for Laravel 8
- initial release
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.3"
},
"autoload": {
Expand Down

0 comments on commit 309e4c3

Please sign in to comment.