Skip to content

Commit 03ad5c2

Browse files
author
Connor Graham
committed
added temporary
1 parent a867a07 commit 03ad5c2

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

Resources/doc/01-installation.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,28 @@ Setting up FOSMessageBundle
77
> interfaces which can be swapped out if you're not using FOSUserBundle. See
88
> [Using other UserBundles][] for more information.
99
10-
The first step is to tell composer that you want to download FOSMessageBundle which can
11-
be achieved by typing the following at the command prompt:
10+
~~The first step is to tell composer that you want to download FOSMessageBundle which can
11+
be achieved by typing the following at the command prompt:~~
12+
13+
~~$ composer require friendsofsymfony/message-bundle~~
14+
15+
#### v2.0 (temporary installation instructions)
16+
17+
Still trying to get ahold of the packagist owner, for now add the following to your composer.json:
18+
19+
```json
20+
"repositories": [
21+
{
22+
"type": "vcs",
23+
"url": "https://github.com/FriendsOfSymfony/FOSMessageBundle"
24+
}
25+
]
26+
```
27+
28+
Then type the following in the command prompt (instead of the above step).
1229

1330
```bash
14-
$ composer require friendsofsymfony/message-bundle
31+
$ composer require friendsofsymfony/message-bundle:dev-master
1532
```
1633

1734
### Step 2 - Setting up your user class

0 commit comments

Comments
 (0)