From 3f939ca62ade2039aa5db790dc7083ffdb1cb15a Mon Sep 17 00:00:00 2001 From: Gary Allan <github@gallan.co.uk> Date: Fri, 29 Apr 2022 20:45:47 +0000 Subject: [PATCH] Add PHP version info to README file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 485ad41d..77847363 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ to be able to display javascript quickly and correctly. - 1.2: Productional branch for 1.2.x release (obsolete) - Other branches: Feature testing +## Supported PHP versions + +phpIPAM has been developed and tested on the following PHP versions.\ +The use of untested PHP versions may result in compatibility issues and is unsupported. + +- 1.5.x: PHP versions 5.4 to 7.4 +- 1.4.x: PHP versions 5.4 to 7.4 +- 1.3.x: PHP versions 5.4 to 7.1 + ## I forgot my Admin password!? Just run `php functions/scripts/reset-admin-password.php` in the cli and enter your new password -- GitLab