File tree Expand file tree Collapse file tree 3 files changed +29
-6
lines changed Expand file tree Collapse file tree 3 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 4
4
- 7.2
5
5
- 7.3
6
6
- 7.4
7
+ - 8.0
7
8
8
9
env :
9
10
matrix :
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` AfricasTalking notification channel ` will be documented in this file
4
4
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
+
5
23
## 1.0.0 - 2020-03-17
6
24
25
+ ## What's Changed
26
+
7
27
- fixed issue with dependency injection
8
28
9
29
## 0.0.1 - 2020-03-16
10
30
31
+ ## What's Changed
32
+
11
33
- initial release
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=7.2.5" ,
20
20
"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 "
24
24
},
25
25
"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 "
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments