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
25
25
26
26
[ ![ Build Status] ( https://travis-ci.org/eMAGTechLabs/RabbitMqBundle.svg?branch=master )] ( https://travis-ci.org/eMAGTechLabs/RabbitMqBundle )
27
27
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
+
28
32
## Installation ##
29
33
30
34
### For Symfony Framework >= 4.3 ###
@@ -60,7 +64,7 @@ Require the bundle in your composer.json file:
60
64
```
61
65
{
62
66
"require": {
63
- "php-amqplib/rabbitmq-bundle": "~1.6 ",
67
+ "php-amqplib/rabbitmq-bundle": "^2.0 ",
64
68
}
65
69
}
66
70
```
You can’t perform that action at this time.
0 commit comments