Commit 2befe1ea authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(doc): Change php mention 7.1 to 7.3

Change php mention 7.1 to 7.3
parent b6ef7e75
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -2,7 +2,7 @@ Installing Dependencies ...@@ -2,7 +2,7 @@ Installing Dependencies
''''''''''''''''''''''' '''''''''''''''''''''''
FusionDirectory requires both the `EPEL`_ repository and FusionDirectory requires both the `EPEL`_ repository and
the `REMI`_ repository for PHP 7.1 the `REMI`_ repository for PHP 7.3
- To install epel - To install epel
...@@ -18,11 +18,11 @@ the `REMI`_ repository for PHP 7.1 ...@@ -18,11 +18,11 @@ the `REMI`_ repository for PHP 7.1
yum install yum-utils yum install yum-utils
- To enable Remi repo an PHP 7.1 - To enable Remi repo an PHP 7.3
.. code-block:: shell .. code-block:: shell
yum-config-manager --enable remi-php71 yum-config-manager --enable remi-php73
yum-config-manager --enable remi yum-config-manager --enable remi
yum update yum update
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment