mailersend / mailersend-php

The official MailerSend PHP SDK
https://developers.mailersend.com
MIT License
65 stars 21 forks source link

Remove collection dependency #119

Open fosron opened 7 months ago

fosron commented 7 months ago

https://github.com/mailersend/mailersend-php/blob/6c8f63a44966c59bf53b48a07c038c704c9f4f69/src/Endpoints/Sms.php#L14

We need to remove the dependency of this package (and future versions using illuminate/collect) as it causes compatibility problems for older version of Laravel.

Nyanko-sensei commented 5 months ago

remove on 2024 03 26 by

fosron commented 5 months ago

We will have to remove this dependency entirely, so not use collections all-together.