Skip to content

Commit

Permalink
adding old bundle namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaileu authored Mar 15, 2021
1 parent 1ef5bfa commit c14ef94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RabbitMqBundle #

[![Latest Version](http://img.shields.io/packagist/v/emag-tech-labs/rabbitmq-bundle.svg?style=flat-square)](https://github.com/eMAGTechLabs/RabbitMqBundle/releases)
[![Test](https://github.com/eMAGTechLabs/RabbitMqBundle/actions/workflows/test.yaml/badge.svg)](https://github.com/eMAGTechLabs/RabbitMqBundle/actions/workflows/test.yaml)
[![Latest Version](http://img.shields.io/packagist/v/emag-tech-labs/rabbitmq-bundle.svg?style=flat-square)](https://github.com/php-amqplib/RabbitMqBundle/releases)
[![Test](https://github.com/php-amqplib/RabbitMqBundle/actions/workflows/test.yaml/badge.svg)](https://github.com/php-amqplib/RabbitMqBundle/actions/workflows/test.yaml)
[![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)
[![Code Coverage](https://scrutinizer-ci.com/g/eMAGTechLabs/RabbitMqBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/eMAGTechLabs/RabbitMqBundle/?branch=master)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)
Expand Down Expand Up @@ -38,7 +38,7 @@ Also it eliminates a lot notices caused by symfony event dispatcher in Symfony 4
Require the bundle and its dependencies with composer:

```bash
$ composer require emag-tech-labs/rabbitmq-bundle
$ composer require php-amqplib/rabbitmq-bundle
```

Register the bundle:
Expand Down Expand Up @@ -66,7 +66,7 @@ Require the bundle in your composer.json file:
```
{
"require": {
"emag-tech-labs/rabbitmq-bundle": "^2.0",
"php-amqplib/rabbitmq-bundle": "^2.0",
}
}
```
Expand Down

0 comments on commit c14ef94

Please sign in to comment.