]> BookStack Code Mirror - website/blobdiff - content/docs/admin/updating-php.md
Updated v25.02 post time
[website] / content / docs / admin / updating-php.md
index f9043a2ea7d923b2ff4510f776c7fb41de35a4e7..48d1265209185059354f73cbb1ba01c3103679a2 100644 (file)
@@ -13,7 +13,7 @@ for BookStack. This page details the common steps required to update these both.
 
 ## Updating PHP
 
-Currently the minimum version of PHP required by BookStack is PHP 8.1. You'll need to update PHP if using a version lower than 8.1
+Currently the minimum version of PHP required by BookStack is PHP 8.2. You'll need to update PHP if using a version lower than 8.2
 You can usually check your installed PHP version by running `php -v` but in some cases your web-server could be running a different PHP version than what the command line reflects. 
 
 <details>