Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9118861

Browse files
committed
[#1688] Updating master to use dev-master when creating a project
1 parent e101015 commit 9118861

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

book/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Distribution:
6060

6161
.. code-block:: bash
6262
63-
php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.1.x-dev
63+
php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony dev-master
6464
6565
.. tip::
6666

67-
For an exact version, replace `2.1.x-dev` with the latest Symfony version
67+
For an exact version, replace `dev-master` with the latest Symfony version
6868
(e.g. 2.1.1). For details, see the `Symfony Installation Page`_
6969

7070
This command may take several minutes to run as Composer download the Standard

quick_tour/the_big_picture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ have a ``Symfony/`` directory that looks like this:
5959

6060
.. code-block:: bash
6161
62-
$ composer.phar create-project symfony/framework-standard-edition path/to/install 2.1.x-dev
62+
$ composer.phar create-project symfony/framework-standard-edition path/to/install dev-master
6363
6464
# remove the Git history
6565
$ rm -rf .git
6666
67-
For an exact version, replace `2.1.x-dev` with the latest Symfony version
67+
For an exact version, replace `dev-master` with the latest Symfony version
6868
(e.g. 2.1.1). For details, see the `Symfony Installation Page`_
6969

7070
.. tip::

0 commit comments

Comments
 (0)