We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ea9059 + 37ac6fd commit 66cc75aCopy full SHA for 66cc75a
README.md
@@ -27,14 +27,10 @@ This bundle was presented at [Symfony Live Paris 2011](http://www.symfony-live.c
27
28
### For Symfony Framework >= 2.3 ###
29
30
-Require the bundle in your composer.json file:
+Require the bundle and its dependencies with composer:
31
32
-````
33
-{
34
- "require": {
35
- "oldsound/rabbitmq-bundle": "1.*",
36
- }
37
-}
+```bash
+$ composer require oldsound/rabbitmq-bundle
38
```
39
40
Register the bundle:
@@ -50,12 +46,6 @@ public function registerBundles()
50
46
}
51
47
52
48
53
-Install the bundle:
54
-
55
-```
56
-$ composer update oldsound/rabbitmq-bundle
57
58
59
49
Enjoy !
60
61
### For a console application that uses Symfony Console, Dependency Injection and Config components ###
0 commit comments