Would you please add support for php 8.4? Currently there are some BC breaks, like this one https://github.com/smsapi/smsapi-php-client/blob/master/src/Feature/Sms/Bag/SendSmsBag.php#L65 - error in type, should be ?bool if defaults to null or the default value should be false and keep type bool .. I haven't checked other possible issues with php8.4
Would you please add support for php 8.4? Currently there are some BC breaks, like this one https://github.com/smsapi/smsapi-php-client/blob/master/src/Feature/Sms/Bag/SendSmsBag.php#L65 - error in type, should be
?boolif defaults tonullor the default value should befalseand keep typebool.. I haven't checked other possible issues with php8.4