Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9fe5455

Browse files
committed
minor#5662 Fixed wrong version of symfony with composer install (Nek-)
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
2 parentsd782c4b +a775e38 commit9fe5455

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎book/installation.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,12 @@ optional second argument of the ``new`` command:
9595
..code-block::bash
9696
9797
# use the most recent version in any Symfony branch
98-
$ symfony new my_project_name 2.3
99-
$ symfony new my_project_name 2.5
10098
$ symfony new my_project_name 2.6
99+
$ symfony new my_project_name 2.7
101100
102101
# use a specific Symfony version
103-
$ symfony new my_project_name 2.3.26
104102
$ symfony new my_project_name 2.6.5
103+
$ symfony new my_project_name 2.7.3
105104
106105
# use a beta or RC version (useful for testing new Symfony versions)
107106
$ symfony new my_project 2.7.0-BETA1
@@ -151,7 +150,7 @@ version as the second argument of the ``create-project`` command:
151150

152151
..code-block::bash
153152
154-
$ composer create-project symfony/framework-standard-edition my_project_name"2.3.*"
153+
$ composer create-project symfony/framework-standard-edition my_project_name"2.7.*"
155154
156155
..tip::
157156

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp