Commit 6aa78157 authored by bmortier's avatar bmortier
Browse files

Merge branch '6233-update-the-php-min-version-2' into '1.3-fixes'

Resolve "update the php min version"

See merge request fusiondirectory/fd!988
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -73,7 +73,7 @@ define("CONFIGRDN", "cn=config,ou=fusiondirectory,"); /*! Define FusionDirectory ...@@ -73,7 +73,7 @@ define("CONFIGRDN", "cn=config,ou=fusiondirectory,"); /*! Define FusionDirectory
/*! /*!
* \brief Minimum PHP version * \brief Minimum PHP version
*/ */
define('PHP_MIN_VERSION', '5.6.0'); define('PHP_MIN_VERSION', '7.3.0');
/*! /*!
* \brief Toggle crashing on PHP error, used for test suites * \brief Toggle crashing on PHP error, used for test suites
......
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