laravel-notification-channels / smsapi

Smsapi notification channel for Laravel 5.5+
http://laravel-notification-channels.com
MIT License
22 stars 18 forks source link

Not Working with Laravel 9 & Php 8 #20

Closed hoRacy closed 1 year ago

hoRacy commented 2 years ago

Hi, Please update package to work with Laravel 9 & PHP 8. Possible solution: composer.json (...) "require": { "php": ">=7.2", "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0", "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0", "smsapi/php-client": "^1.8" },

hoRacy commented 1 year ago

Hello. @atymic @pxlrbt Is there any chance to merge pull request with L9 to main repo?

https://github.com/laravel-notification-channels/smsapi/pull/21

Laravel 10 is coming soon ;)

pxlrbt commented 1 year ago

@hoRacy I don't have any rights on this repo. I just contributed to that package in the past 😅

imrodrigoalves commented 1 year ago

@mdrost @atymic Can the master version be tagged ?

atymic commented 1 year ago

Tagged

pxlrbt commented 1 year ago

Thanks guys