From 96692a44975192661f906045207d9c89bbc75b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Demonchaux?= Date: Thu, 2 Nov 2023 11:33:15 +0100 Subject: [PATCH] ignore platform req in php 8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Demonchaux --- .laminas-ci.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.laminas-ci.json b/.laminas-ci.json index 2c63c085..c6aab18b 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,2 +1,5 @@ { + "ignore_php_platform_requirements": { + "8.3": true + } }