diff --git a/docs/5-extra-topics/03-deployments.md b/docs/5-extra-topics/03-deployments.md index a4440e68d..e86e888f2 100644 --- a/docs/5-extra-topics/03-deployments.md +++ b/docs/5-extra-topics/03-deployments.md @@ -7,7 +7,7 @@ There are many ways to deploy a PHP application. This page will list the most ba ## Prerequisites -Your server will need PHP [8.4+](https://www.php.net/downloads.php) and [Composer](https://getcomposer.org/) at the minimum. You should also have either [Bun](https://bun.sh) or [Node](https://nodejs.org) available if you chose to bundle front-end assets. While shared servers will probably work given enough configuration, it is recommended to use a dedicated server for production. The rest of this page will assume you have a server with SSH access available. +Your server will need PHP [8.5+](https://www.php.net/downloads.php) and [Composer](https://getcomposer.org/) at the minimum. You should also have either [Bun](https://bun.sh) or [Node](https://nodejs.org) available if you chose to bundle front-end assets. While shared servers will probably work given enough configuration, it is recommended to use a dedicated server for production. The rest of this page will assume you have a server with SSH access available. ## Deployment scripts @@ -82,4 +82,4 @@ Next, make sure that the `.tempest` directory is writable by the web server, thi ## In closing -If you find that there is anything missing from this page, please let us know by opening an issue [on GitHub](https://github.com/tempestphp/tempest-framework). \ No newline at end of file +If you find that there is anything missing from this page, please let us know by opening an issue [on GitHub](https://github.com/tempestphp/tempest-framework).