Skip to content

Commit 2b91ed5

Browse files
authored
support for laravel 9 (#14)
* wip * Update composer.json * Update composer.json
1 parent d62baa7 commit 2b91ed5

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78

89
env:
910
matrix:

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,32 @@
22

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

5+
## 3.2.0 - 2022-02-09
6+
7+
## What's Changed
8+
9+
- Laravel 9 support
10+
11+
## 3.1.0 - 2021-09-24
12+
13+
## What's Changed
14+
15+
- Fix invalid sender issues
16+
17+
## 2.2.0 - 2020-10-30
18+
19+
## What's Changed
20+
21+
- Add PHP 8 support
22+
523
## 1.0.0 - 2020-03-17
624

25+
## What's Changed
26+
727
- fixed issue with dependency injection
828

929
## 0.0.1 - 2020-03-16
1030

31+
## What's Changed
32+
1133
- initial release

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"africastalking/africastalking": "^3.0",
21-
"guzzlehttp/guzzle": "^6.0 || ^7.0",
22-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
23-
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0"
21+
"guzzlehttp/guzzle": "^6.2 || ^7.0",
22+
"illuminate/notifications": "5.5 - 9",
23+
"illuminate/support": "5.5 - 9"
2424
},
2525
"require-dev": {
26-
"mockery/mockery": "^1.3.1",
27-
"phpunit/phpunit": "^8.0 || ^9.0",
28-
"orchestra/testbench": "~5.0"
26+
"mockery/mockery": "^1.3",
27+
"phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0",
28+
"orchestra/testbench": "~5.0 || ^6.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)