e0ipso / amazon-sqs-php-extended-client-lib

An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
GNU General Public License v2.0
16 stars 9 forks source link

Updated the composer.json to allow use in updated projects #8

Closed joshmurrayeu closed 3 years ago

joshmurrayeu commented 3 years ago

I'm currently developing within a Laravel application and cannot use this package as ramsey/uuid it's locked to 3.4.*.

The changes will allow Composer to upgrade this as long as the version number is above 3.4.*.

e0ipso commented 3 years ago

Thanks for submitting this.