Skip to content

Commit

Permalink
minor #5662 Fixed wrong version of symfony with composer install (Nek-)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.7 branch.

Discussion
----------

Fixed wrong version of symfony with composer install

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | >2.7
| Fixed tickets | #5627 (comment)

Commits
-------

a775e38 Fixed wrong version of symfony with composer install
  • Loading branch information
wouterj committed Dec 18, 2015
2 parents d782c4b + a775e38 commit 9fe5455
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,12 @@ optional second argument of the ``new`` command:
.. code-block:: bash
# use the most recent version in any Symfony branch
$ symfony new my_project_name 2.3
$ symfony new my_project_name 2.5
$ symfony new my_project_name 2.6
$ symfony new my_project_name 2.7
# use a specific Symfony version
$ symfony new my_project_name 2.3.26
$ symfony new my_project_name 2.6.5
$ symfony new my_project_name 2.7.3
# use a beta or RC version (useful for testing new Symfony versions)
$ symfony new my_project 2.7.0-BETA1
Expand Down Expand Up @@ -151,7 +150,7 @@ version as the second argument of the ``create-project`` command:

.. code-block:: bash
$ composer create-project symfony/framework-standard-edition my_project_name "2.3.*"
$ composer create-project symfony/framework-standard-edition my_project_name "2.7.*"
.. tip::

Expand Down

0 comments on commit 9fe5455

Please sign in to comment.