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.
1 parent 3969d7f commit b83dd8dCopy full SHA for b83dd8d
Resources/doc/index.md
@@ -42,20 +42,10 @@ Installation is a quick (I promise!) 7 step process:
42
43
### Step 1: Download FOSUserBundle using composer
44
45
-Add FOSUserBundle in your composer.json:
46
-
47
-```js
48
-{
49
- "require": {
50
- "friendsofsymfony/user-bundle": "~2.0@dev"
51
- }
52
-}
53
-```
54
55
-Now tell composer to download the bundle by running the command:
+Add FOSUserBundle by running the command:
56
57
``` bash
58
-$ php composer.phar update friendsofsymfony/user-bundle
+$ php composer.phar require friendsofsymfony/user-bundle
59
```
60
61
Composer will install the bundle to your project's `vendor/friendsofsymfony` directory.
0 commit comments