From ae2a047a03cb6dc1d1eddddb2121b7d70e4fa6dd Mon Sep 17 00:00:00 2001 From: Severin J <48485375+sevjan@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:36:28 +0200 Subject: [PATCH] docs: Update minimal php version to 8.5+ --- docs/5-extra-topics/03-deployments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/5-extra-topics/03-deployments.md b/docs/5-extra-topics/03-deployments.md index a4440e68de..e86e888f2b 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).