Skip to content

Commit

Permalink
Update symfony_server.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
noniagriconomie authored Nov 24, 2021
1 parent bf1f6c5 commit 6b392f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/symfony_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ root directory:
$ cd my-project/
# use a specific PHP version
$ echo 7.2 > .php-version
$ echo 7.4 > .php-version
# use any PHP 7.x version available
$ echo 7 > .php-version
# use any PHP 8.x version available
$ echo 8 > .php-version
.. tip::

Expand Down

0 comments on commit 6b392f2

Please sign in to comment.