diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..31c86ba --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,8 @@ +{ + "ignore_php_platform_requirements": { + "7.4": false, + "8.0": false, + "8.1": false, + "8.2": true + } +}