meemalabs / laravel-text-to-speech

💬 A wrapper for popular TTS services to create a more simple & uniform API. Currently, only AWS Polly is supported.
MIT License
36 stars 16 forks source link

Laravel 11 support #40

Open Sergiobop opened 6 months ago

Sergiobop commented 6 months ago

Package version

1.5.2

Laravel version

11

PHP version

8.3

Description

Hi, when will be able to use this package in Laravel 11?

Maybe we can change the composer.json file so any Laravel version is allowed somehow? @luigel (something like >= 6 instead of 6 | 7 | 8 ....)

Thanks.

Steps to reproduce

Try to install on a Laravel 11 app