Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaileu authored Mar 15, 2021
1 parent 4429f89 commit 1ef5bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emag-tech-labs/rabbitmq-bundle",
"name": "php-amqplib/rabbitmq-bundle",
"type": "symfony-bundle",
"description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly php-amqplib/rabbitmq-bundle, oldsound/rabbitmq-bundle.",
"description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.",
"keywords": ["symfony", "symfony4", "symfony5", "rabbitmq", "message", "queue", "amqp"],
"license": "MIT",
"authors": [{
Expand All @@ -28,7 +28,7 @@
},
"replace": {
"oldsound/rabbitmq-bundle": "self.version",
"php-amqplib/rabbitmq-bundle": "self.version"
"emag-tech-labs/rabbitmq-bundle": "self.version"
},
"suggest": {
"symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
Expand Down

0 comments on commit 1ef5bfa

Please sign in to comment.