diff --git a/.gitattributes b/.gitattributes index 38f57c8..d8f3260 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ /.github/ export-ignore -/tests/ export-ignore= +/tests/ export-ignore /composer.lock export-ignore /composer-require-checker.json export-ignore /renovate.json export-ignore @@ -9,3 +9,4 @@ /phpunit.xml.dist export-ignore /psalm.xml export-ignore /psalm-baseline.xml export-ignore +/.laminas-ci.json export-ignore diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..7f38f76 --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,6 @@ +{ + "extensions": [ + "redis", + "igbinary" + ] +}