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 11# RabbitMqBundle #
22
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 )
55[ ![ 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 )
66[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/eMAGTechLabs/RabbitMqBundle/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/eMAGTechLabs/RabbitMqBundle/?branch=master )
77[ ![ 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
3838Require the bundle and its dependencies with composer:
3939
4040``` bash
41- $ composer require emag-tech-labs /rabbitmq-bundle
41+ $ composer require php-amqplib /rabbitmq-bundle
4242```
4343
4444Register the bundle:
@@ -66,7 +66,7 @@ Require the bundle in your composer.json file:
6666```
6767{
6868 "require": {
69- "emag-tech-labs /rabbitmq-bundle": "^2.0",
69+ "php-amqplib /rabbitmq-bundle": "^2.0",
7070 }
7171}
7272```
You can’t perform that action at this time.
0 commit comments