Commit 23e3e030 authored by bmortier's avatar bmortier
Browse files

Merge branch '201-bump-php-version-for-centos-to-7-3' into '1.4'

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