Skip to content

Commit 8cdfe59

Browse files
authored
resolve #6 (#7)
improve documentation for v2
1 parent a23115d commit 8cdfe59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)