Skip to content

Commit b83dd8d

Browse files
committed
Suggestion on the bundle install step 1
composer.phar require vs update
1 parent 3969d7f commit b83dd8d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,10 @@ Installation is a quick (I promise!) 7 step process:
4242
4343
### Step 1: Download FOSUserBundle using composer
4444
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:
45+
Add FOSUserBundle by running the command:
5646
5747
``` bash
58-
$ php composer.phar update friendsofsymfony/user-bundle
48+
$ php composer.phar require friendsofsymfony/user-bundle
5949
```
6050

6151
Composer will install the bundle to your project's `vendor/friendsofsymfony` directory.

0 commit comments

Comments
 (0)