thomasvargiu / RabbitMqModule

PHP implementation of AMQP protocol
15 stars 9 forks source link

Feature/zf3 support #6

Closed ksondz closed 7 years ago

ksondz commented 7 years ago

Could you look at my changes and think about supporting your module for zend framework 3

thomasvargiu commented 7 years ago

@ksondz The module is already compatible with ZF3. Use version ^2.0. At the moment the master branch is for zend-mvc 2 (compatible with other zf3 modules), 2.0 branch is for zend-mvc 3.

ksondz commented 7 years ago

@thomasvargiu Thank you for response.