From c87af30b1bf8ec0fee68fb334b5c97f15e0a10d6 Mon Sep 17 00:00:00 2001 From: Rafael Dohms Date: Fri, 31 Oct 2014 17:18:07 +0100 Subject: [PATCH] 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. --- Resources/doc/index.markdown | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Resources/doc/index.markdown b/Resources/doc/index.markdown index 3b48344..0d1b405 100644 --- a/Resources/doc/index.markdown +++ b/Resources/doc/index.markdown @@ -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):