diff --git a/config/app.php b/config/app.php
index 9f1f03129be7af880baae960a3b4f6ee94f7ed75..0d5997133895924f82ff8ff394052d7400bea31b 100755
--- a/config/app.php
+++ b/config/app.php
@@ -279,7 +279,7 @@ return [
     |
     */
 
-    'min_php' => '7.1.3',
+    'min_php' => '7.2.5',
 
 
     /*
diff --git a/upgrade.php b/upgrade.php
index 960edbe06718d2603f490dbe844e6aaba0bd5cd3..e5d00aea23e1f11b11c21ef828cd0d634a569c22 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -1,7 +1,7 @@
 <?php
 (PHP_SAPI !== 'cli' || isset($_SERVER['HTTP_USER_AGENT'])) && die('Access denied.');
 
-$required_version = '7.2.0';
+$required_version = '7.2.5';
 
 if ((strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') || (!function_exists('posix_getpwuid'))) {
 	echo "Skipping user check as it is not supported on Windows or Posix is not installed on this server. \n";