bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

Updated illuminate/support dep to 5.6.24 #43

Closed mirkojotic closed 6 years ago

mirkojotic commented 6 years ago

As per suggestion of @stevenklar I've tested if updating illuminate/support fixes the issue with using the package with Lumen. I understand there are issues with >= 7.0 and >= 7.1 and if there is anything l can do let me know!

stevenklar commented 6 years ago

See version suggestion to ">v5.5" which should solve the failing php version test. @mirkojotic

mirkojotic commented 6 years ago

@stevenklar thanks for the help - your solutions works great! It's now at >=5.5.28 and it installs just fine.

CorvinSteindl commented 6 years ago

@stevenklar when will this be merged?

stevenklar commented 6 years ago

@bschmitt

zachflower commented 6 years ago

I'd like an update on this as well, if possible. It's currently a blocker for a Laravel 5.6 upgrade.