Skip to content

Commit c14ef94

Browse files
authored
adding old bundle namespace
1 parent 1ef5bfa commit c14ef94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
3838
Require 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

4444
Register 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
```

0 commit comments

Comments
 (0)