SimpleSoftwareIO / simple-sqs-extended-client

A Laravel SQS driver that removes the 256KB payload limit by saving the payloads into S3.
MIT License
12 stars 9 forks source link

Update league/flysystem dependencies #4

Closed kokomomtl closed 1 year ago

kokomomtl commented 1 year ago

Hi, I am unable to install the client because the dependencies are too old and conflict with my other packages. Are you planning on updating the dependencies soon? Thank-you

SimplyCorey commented 1 year ago

Not sure what is wrong, but we use ^3 which includes the latest.

lfabordeos-fastfwd commented 8 months ago

For anyone that gets here, I believe the issue lies with the installation instructions that's stuck to v1 of the library. Use ~2 for newer laravel applications.