File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# RabbitMqBundle #
2
2
3
- [ ![ Latest Version] ( http://img.shields.io/packagist/v/emag-tech-labs/rabbitmq-bundle.svg?style=flat-square )] ( https://github.com/eMAGTechLabs /RabbitMqBundle/releases )
4
- [ ![ Test] ( https://github.com/eMAGTechLabs /RabbitMqBundle/actions/workflows/test.yaml/badge.svg )] ( https://github.com/eMAGTechLabs /RabbitMqBundle/actions/workflows/test.yaml )
3
+ [ ![ Latest Version] ( http://img.shields.io/packagist/v/emag-tech-labs/rabbitmq-bundle.svg?style=flat-square )] ( https://github.com/php-amqplib /RabbitMqBundle/releases )
4
+ [ ![ Test] ( https://github.com/php-amqplib /RabbitMqBundle/actions/workflows/test.yaml/badge.svg )] ( https://github.com/php-amqplib /RabbitMqBundle/actions/workflows/test.yaml )
5
5
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/eMAGTechLabs/RabbitMqBundle/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/eMAGTechLabs/RabbitMqBundle/?branch=master )
6
6
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/eMAGTechLabs/RabbitMqBundle/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/eMAGTechLabs/RabbitMqBundle/?branch=master )
7
7
[ ![ PHPStan] ( https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square )] ( https://github.com/phpstan/phpstan )
@@ -38,7 +38,7 @@ Also it eliminates a lot notices caused by symfony event dispatcher in Symfony 4
38
38
Require the bundle and its dependencies with composer:
39
39
40
40
``` bash
41
- $ composer require emag-tech-labs /rabbitmq-bundle
41
+ $ composer require php-amqplib /rabbitmq-bundle
42
42
```
43
43
44
44
Register the bundle:
@@ -66,7 +66,7 @@ Require the bundle in your composer.json file:
66
66
```
67
67
{
68
68
"require": {
69
- "emag-tech-labs /rabbitmq-bundle": "^2.0",
69
+ "php-amqplib /rabbitmq-bundle": "^2.0",
70
70
}
71
71
}
72
72
```
You can’t perform that action at this time.
0 commit comments