Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Oct 11, 2014
1 parent 955e8ec commit 0727edc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,16 @@ This instruction explain how to setup bundle on Symfony 2.1 and newer

### Step 1: Installation

You have a choice to install bundle of version 1.x (1.x branch, [documentation](https://github.com/helios-ag/FMElfinderBundle/blob/1.0/README.md)) or 2.x branch
You have a choice to install bundle of version 1.x (composer require helios-ag/fm-elfinder-bundle: ~1.0, [documentation](https://github.com/helios-ag/FMElfinderBundle/blob/1.0/README.md)) or 2.x branch
Add FMElfinderBundle in your composer.json:

For Symfony 2.4 and later use version 2.5
For Symfony between 2.1 and 2.3 (2.3 included) use version ~2.3

```js
{
"require": {
"helios-ag/fm-elfinder-bundle": "2.x"
"helios-ag/fm-elfinder-bundle": "~2.5"
}
}
```
Expand Down

0 comments on commit 0727edc

Please sign in to comment.