From 5a204aecffcfa1b7412cf1779899e60f49a5407d Mon Sep 17 00:00:00 2001 From: raymonsanches Date: Wed, 22 Feb 2017 13:00:10 -0300 Subject: [PATCH] Updating composer require packagist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd94774..909b5da 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To learn what you can do with the bundle, please read the bundle's [README](http Require the library with Composer: ``` -$ composer require fiunchinho/rabbitmq-service-provider +$ composer require williamespindola/rabbitmq-service-provider ``` Then, to activate the service, register the service provider after creating your Silex Application: