ssi-anik / amqp

php-amqplib wrapper that eases the consumption of RabbitMQ. A painless way of using RabbitMQ
https://packagist.org/packages/anik/amqp
MIT License
134 stars 23 forks source link

Support for Laravel 6.x #2

Closed arcifius closed 4 years ago

arcifius commented 4 years ago

Hello! I was looking around for some way to use rabbitMQ with Laravel more conveniently way and found your repo! I've tried to use it with Laravel 6.x but got a compatibility error, do you have any plans for this support? "- anik/amqp v1.1 requires illuminate/container ^5.8"

ssi-anik commented 4 years ago

Sorry for replying late. Okay, I will try to release ASAP. but if you want you can send me PR by changing the composer.json. Things shouldn't break I assume.

ssi-anik commented 4 years ago

@arcifius just published v1.2 with laravel 6.x compatible.