File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ This bundle was presented at [Symfony Live Paris 2011](http://www.symfony-live.c
2525
2626[ ![ Build Status] ( https://travis-ci.org/eMAGTechLabs/RabbitMqBundle.svg?branch=master )] ( https://travis-ci.org/eMAGTechLabs/RabbitMqBundle )
2727
28+ ## Version 2 ##
29+ Due to the breaking changes happened caused by Symfony >=4.4, a new tag was released, making the bundle compatible with Symfony >=4.4.
30+ Also it eliminates a lot notices caused by symfony event dispatcher in Symfony 4.3.
31+
2832## Installation ##
2933
3034### For Symfony Framework >= 4.3 ###
@@ -60,7 +64,7 @@ Require the bundle in your composer.json file:
6064```
6165{
6266 "require": {
63- "php-amqplib/rabbitmq-bundle": "~1.6 ",
67+ "php-amqplib/rabbitmq-bundle": "^2.0 ",
6468 }
6569}
6670```
You can’t perform that action at this time.
0 commit comments