Update index.markdown

Updated installation instructions via composer to use the `composer require` command without specifying a version.
This is the new recommended way of providing this information and it leads to composer picking the proper version constraint (i.e ~1.2), updating the `composer.json` and running install, all in one command.
This commit is contained in:
Rafael Dohms 2014-10-31 17:18:07 +01:00
parent 81c940b4e6
commit c87af30b1b

View file

@ -8,13 +8,8 @@ This is the official implementation of [Propel](http://www.propelorm.org/) in Sy
The recommended way to install this bundle is to rely on [Composer](http://getcomposer.org):
``` javascript
{
"require": {
// ...
"propel/propel-bundle": "1.1.*"
}
}
```sh
composer require propel/propel-bundle
```
Otherwise you can use Git, SVN, Git submodules, or the Symfony vendor management (deps file):