Skip to content

Commit

Permalink
support for laravel 9 (#14)
Browse files Browse the repository at this point in the history
* wip

* Update composer.json

* Update composer.json
  • Loading branch information
ossycodes authored Feb 10, 2022
1 parent d62baa7 commit 2b91ed5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
matrix:
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,32 @@

All notable changes to `AfricasTalking notification channel` will be documented in this file

## 3.2.0 - 2022-02-09

## What's Changed

- Laravel 9 support

## 3.1.0 - 2021-09-24

## What's Changed

- Fix invalid sender issues

## 2.2.0 - 2020-10-30

## What's Changed

- Add PHP 8 support

## 1.0.0 - 2020-03-17

## What's Changed

- fixed issue with dependency injection

## 0.0.1 - 2020-03-16

## What's Changed

- initial release
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"require": {
"php": ">=7.2.5",
"africastalking/africastalking": "^3.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0"
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "5.5 - 9",
"illuminate/support": "5.5 - 9"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.0 || ^9.0",
"orchestra/testbench": "~5.0"
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0",
"orchestra/testbench": "~5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2b91ed5

Please sign in to comment.