Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
added stability dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Dec 6, 2012
1 parent 8fe70cc commit cad8dc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/installing-symfony-cmf.rst
Expand Up @@ -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 <path-to-install>
php composer.phar create-project symfony-cmf/standard-edition <path-to-install> --stability=dev
cd <path-to-install>
The path ``<path-to-install>`` should either inside your web server doc root or configure
Expand Down
1 change: 1 addition & 0 deletions tutorials/installing-cmf-core.rst
Expand Up @@ -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.*"
Expand Down
3 changes: 3 additions & 0 deletions tutorials/installing-configuring-doctrine-phpcr-odm.rst
Expand Up @@ -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.*",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit cad8dc4

Please sign in to comment.