## 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>