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

Commit b6d6715

Browse files
committed
The CMF is stable now, remove dev requirement
1 parent c811ae8 commit b6d6715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and then get the Symfony CMF code with it (this may take a while):
6060

6161
.. code-block:: bash
6262
63-
$ php composer.phar create-project symfony-cmf/standard-edition <path-to-install> --stability=dev
63+
$ php composer.phar create-project symfony-cmf/standard-edition <path-to-install>
6464
$ cd <path-to-install>
6565
6666
.. note::

0 commit comments

Comments
 (0)