Skip to content

Commit 1ef5bfa

Browse files
authored
Update composer.json
1 parent 4429f89 commit 1ef5bfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "emag-tech-labs/rabbitmq-bundle",
2+
"name": "php-amqplib/rabbitmq-bundle",
33
"type": "symfony-bundle",
4-
"description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly php-amqplib/rabbitmq-bundle, oldsound/rabbitmq-bundle.",
4+
"description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.",
55
"keywords": ["symfony", "symfony4", "symfony5", "rabbitmq", "message", "queue", "amqp"],
66
"license": "MIT",
77
"authors": [{
@@ -28,7 +28,7 @@
2828
},
2929
"replace": {
3030
"oldsound/rabbitmq-bundle": "self.version",
31-
"php-amqplib/rabbitmq-bundle": "self.version"
31+
"emag-tech-labs/rabbitmq-bundle": "self.version"
3232
},
3333
"suggest": {
3434
"symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"

0 commit comments

Comments
 (0)