From 865b15508fe38a128d6497bb7432f5d82ffec9c0 Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Tue, 8 Oct 2024 14:30:26 +0530 Subject: [PATCH] Updated PHP Platform Requirements --- .laminas-ci.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index f62c375c..683a9e0d 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -3,9 +3,6 @@ "tidy" ], "ignore_php_platform_requirements": { - "8.1": false, - "8.2": false, - "8.3": true, "8.4": true } }