From 65868f71fa5f49dcb40b5c6dd47107327ad0488f Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 22:03:22 +0000 Subject: [PATCH] Ignore platform reqs on 8.4 Signed-off-by: George Steel --- .laminas-ci.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .laminas-ci.json diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..6238f6f --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,6 @@ +{ + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true +}