Skip to content

Commit b296f74

Browse files
committed
minor #16154 Update symfony_server.rst (noniagriconomie)
This PR was merged into the 4.4 branch. Discussion ---------- Update symfony_server.rst Small PR related to https://www.php.net/supported-versions.php Commits ------- 6b392f2 Update symfony_server.rst
2 parents bf1f6c5 + 6b392f2 commit b296f74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/symfony_server.rst

Lines 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)