contributte / rabbitmq

🐰 RabbitMQ (AMQP, STOMP, MQTT) using BunnyPHP for Nette Framework (@nette).
https://contributte.org/packages/contributte/rabbitmq.html
MIT License
24 stars 25 forks source link

Version 5.x and 6.x doesnt work on php 7.3 #31

Closed BigOHenry closed 3 years ago

BigOHenry commented 3 years ago

Version 5.x and 6.x should be compatible with php7.3, but there is a lot of syntax from php7.4. So it doesnt work.

paveljanda commented 3 years ago

Thanks, I will update composer.json to require >= 7.4

BigOHenry commented 3 years ago

Thank you!

f3l1x commented 3 years ago

Done. Closing here.