File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments