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

Commitf7a4bcf

Browse files
author
Romain GAUTIER
committed
Updated to 2.3.0
1 parentbf67517 commitf7a4bcf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎book/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ Distribution:
5757

5858
..code-block::bash
5959
60-
php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.2.0
60+
php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.0
6161
6262
..tip::
6363

64-
For an exact version, replace `2.2.0` with the latest Symfony version
64+
For an exact version, replace `2.3.0` with the latest Symfony version
6565
(e.g. 2.2.1). For details, see the `Symfony Installation Page`_
6666

6767
..tip::
@@ -109,10 +109,10 @@ one of the following commands (replacing ``###`` with your actual filename):
109109
..code-block::bash
110110
111111
# for .tgz file
112-
$ tar zxvf Symfony_Standard_Vendors_2.2.###.tgz
112+
$ tar zxvf Symfony_Standard_Vendors_2.3.###.tgz
113113
114114
# for a .zip file
115-
$ unzip Symfony_Standard_Vendors_2.2.###.zip
115+
$ unzip Symfony_Standard_Vendors_2.3.###.zip
116116
117117
If you've downloaded "without vendors", you'll definitely need to read the
118118
next section.

‎quick_tour/the_big_picture.rst

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

7777
..code-block::bash
7878
79-
$ composer.phar create-project symfony/framework-standard-edition path/to/install 2.2.0
79+
$ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3.0
8080
8181
# remove the Git history
8282
$ rm -rf .git
8383
84-
For an exact version, replace `2.2.0` with the latest Symfony version
84+
For an exact version, replace `2.3.0` with the latest Symfony version
8585
(e.g. 2.1.1). For details, see the `Symfony Installation Page`_
8686

8787
..tip::

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp