From 446fa56fbbd727bd7643a3b78bffcf78d6600096 Mon Sep 17 00:00:00 2001 From: fredericgboutin-yapla <91906601+fredericgboutin-yapla@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:43:32 -0400 Subject: [PATCH 1/2] Specify supported PHP version in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59637e8..80ceedb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ for custom memory measurements. * Log: Timing information of current request, time spent in action controller and custom timers. Also average, min and max time for requests. * Variables: View variables, request info and contents of `$_COOKIE`, `$_POST` and `$_SESSION` +System Requirements +------------ +Zfdebug runs on any version of PHP between 5.3 and 8.1! (see composer.json) + Installation & Usage ------------ To install, place the folder 'ZFDebug' in your library path, next to the Zend @@ -78,4 +82,4 @@ Options ; Include file list filtered zfdebug.plugins.File.base_path = APPLICATION_PATH "/../" - zfdebug.plugins.File.library = Regnskab \ No newline at end of file + zfdebug.plugins.File.library = Regnskab From 6ac8536c7b6cfd8b788790d7672b4581c4efa23f Mon Sep 17 00:00:00 2001 From: fredericgboutin-yapla <91906601+fredericgboutin-yapla@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:44:12 -0400 Subject: [PATCH 2/2] Set php requirement in composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 4a1d826..568d779 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "library/" ], "require": { + "php": ">=5.3", "zendframework/zendframework1": "1.*" }, "authors": [