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

Commit 64517de

Browse files
erispredbu
authored andcommitted
Changed the quick tour to use version 1.2.1 of the Standard Edition. (#766)
Changed the quick tour to use version 1.2.1 of the Standard Edition. The quick tour references the AcmeDemoBundle of the CMF Standard Edition a lot, but this bundle was removed in version 1.3. Hence, specific versioning should be used, instead of tilde matching.
1 parent eef4ecf commit 64517de

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,16 @@ The best way to download the Symfony CMF Standard Edition is using Composer_:
4545

4646
.. code-block:: bash
4747
48-
$ composer create-project symfony-cmf/standard-edition cmf '~1.2'
48+
$ composer create-project symfony-cmf/standard-edition cmf '1.2.1'
4949
50+
.. note::
51+
52+
The `AcmeDemoBundle` that is used in this tour was removed in
53+
version 1.3 of the Symfony CMF Standard Edition. Since then it has
54+
become the skeleton for a simple CMS application. This is why we
55+
install version 1.2.1. If you insist on checking out the most
56+
recent versions of the CMF, check out `symfony-cmf/cmf-sandbox`.
57+
5058
Setting up the Database
5159
~~~~~~~~~~~~~~~~~~~~~~~
5260

0 commit comments

Comments
 (0)