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

Commitac4d9cd

Browse files
galdiolowouterj
authored andcommitted
Double-quotes instead of single quotes (UnexpectedValueException in Windows 8)
1 parent9dd3a77 commitac4d9cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎cookbook/workflow/new_project_git.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git repository:
2626

2727
..code-block::bash
2828
29-
$ php composer.phar create-project symfony/framework-standard-edition path/'~2.3'
29+
$ php composer.phar create-project symfony/framework-standard-edition path/"~2.3"
3030
3131
Composer will now download the Standard Distribution along with all of the
3232
required vendor libraries. For more information about downloading Symfony using

‎quick_tour/the_big_picture.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ directory:
2020

2121
..code-block::bash
2222
23-
$ composer create-project symfony/framework-standard-edition myproject/'~2.3'
23+
$ composer create-project symfony/framework-standard-edition myproject/"~2.3"
2424
2525
..note::
2626

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp