laravel-notification-channels / aws-sns

AWS SNS notification channel for Laravel
https://laravel-notification-channels.com/aws-sns
MIT License
50 stars 9 forks source link

Adding tests and Laravel 9 support #21

Closed claudsonm closed 2 years ago

claudsonm commented 2 years ago

Adds support for Laravel 9 and automated tests to check compatibility with all versions supported by this package.

claudsonm commented 2 years ago

Took a couple of hours to make all tests pass, but due to this, future upgrades of this package will be a piece of cake.

A few dependencies had to be upgraded to support all the version ranges.

This feature will be available in 1.4.0 version