File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 php : [7.4, 7.3]
12- laravel : [8.*, 7.* ]
12+ laravel : [8.*]
1313 include :
1414 - laravel : 8.*
1515 testbench : 6.*
16- - laravel : 7.*
17- testbench : ^5.2
1816
1917 name : PHP${{ matrix.php }} - L${{ matrix.laravel }}
2018
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This package provides an easy way of adding AWS SNS message handling to your Lar
55[ Instructions for creating an SNS topic in AWS can be found here] ( https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html )
66
77##How to add SNS Handler to your Application
8- ** Note: This package currently requires Laravel >= 7.0 .**
8+ ** Note: This package currently requires Laravel >= 8.0. Laravel 7 is no longer supported due to security concerns .**
99
1010Use composer to require the package:
1111
You can’t perform that action at this time.
0 commit comments