From cad8dc4068863569820e9718ee409153512253b4 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Thu, 6 Dec 2012 17:26:18 +0100 Subject: [PATCH] added stability dev --- getting-started/installing-symfony-cmf.rst | 2 +- tutorials/installing-cmf-core.rst | 1 + tutorials/installing-configuring-doctrine-phpcr-odm.rst | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/getting-started/installing-symfony-cmf.rst b/getting-started/installing-symfony-cmf.rst index df22e52d..e2ec8431 100644 --- a/getting-started/installing-symfony-cmf.rst +++ b/getting-started/installing-symfony-cmf.rst @@ -54,7 +54,7 @@ and then get the Symfony CMF code with it (this may take a while) .. code-block:: bash - php composer.phar create-project symfony-cmf/standard-edition + php composer.phar create-project symfony-cmf/standard-edition --stability=dev cd The path ```` should either inside your web server doc root or configure diff --git a/tutorials/installing-cmf-core.rst b/tutorials/installing-cmf-core.rst index a911b830..e349fe51 100644 --- a/tutorials/installing-cmf-core.rst +++ b/tutorials/installing-cmf-core.rst @@ -28,6 +28,7 @@ Add the following to your ``composer.json`` file .. code-block:: javascript + "minimum-stability": "dev", "require": { ... "symfony-cmf/symfony-cmf": "1.0.*" diff --git a/tutorials/installing-configuring-doctrine-phpcr-odm.rst b/tutorials/installing-configuring-doctrine-phpcr-odm.rst index 5e1085af..6047d9c6 100644 --- a/tutorials/installing-configuring-doctrine-phpcr-odm.rst +++ b/tutorials/installing-configuring-doctrine-phpcr-odm.rst @@ -63,6 +63,7 @@ Add the following to your ``composer.json`` file, depending on your chosen conte .. code-block:: javascript + "minimum-stability": "dev", "require": { ... "jackalope/jackalope-jackrabbit": "1.0.*", @@ -74,6 +75,7 @@ Add the following to your ``composer.json`` file, depending on your chosen conte .. code-block:: javascript + "minimum-stability": "dev", "require": { ... "jackalope/jackalope-doctrine-dbal": "dev-master", @@ -85,6 +87,7 @@ Add the following to your ``composer.json`` file, depending on your chosen conte .. code-block:: javascript + "minimum-stability": "dev", "require": { ... "midgard/phpcr": "dev-master",