diff --git a/.laminas-ci.json b/.laminas-ci.json index 623a8eca..df25c514 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,6 @@ { - "ignore_php_platform_requirements": { - "8.3": true - } + "ignore_php_platform_requirements": { + "8.3": false + }, + "backwardCompatibilityCheck": true }