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

Appearance settings

Commit 6b392f2

Browse filesBrowse files
Update symfony_server.rst
1 parent bf1f6c5 commit 6b392f2
Copy full SHA for 6b392f2

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎setup/symfony_server.rst

Copy file name to clipboardExpand all lines: setup/symfony_server.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ root directory:
114114
$ cd my-project/
115115
116116
# use a specific PHP version
117-
$ echo 7.2 > .php-version
117+
$ echo 7.4 > .php-version
118118
119-
# use any PHP 7.x version available
120-
$ echo 7 > .php-version
119+
# use any PHP 8.x version available
120+
$ echo 8 > .php-version
121121
122122
.. tip::
123123

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.