From a9446a0f29673e7f6e6d296620e3c57f1739b900 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 3 Nov 2024 15:02:42 +0100 Subject: [PATCH] Clarify php version --- source/baikal/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/baikal/install.md b/source/baikal/install.md index 47f5fd58..5756b7a1 100644 --- a/source/baikal/install.md +++ b/source/baikal/install.md @@ -9,7 +9,7 @@ Requirements Baikal requires: -* PHP 7 +* PHP (refer to the [source code][2] to view the supported version) * MySQL or SQLite * Apache or Nginx @@ -121,3 +121,4 @@ server { [1]: https://github.com/sabre-io/Baikal/releases +[2]: https://github.com/sabre-io/Baikal/blob/master/composer.json