From 0aa155d4227a3e21c4c090c508a3c81dc3e849de Mon Sep 17 00:00:00 2001 From: George Steel Date: Wed, 5 Apr 2023 16:32:05 +0100 Subject: [PATCH] Add the redis extension for dev dependency installation of `symfony/redis-messenger` --- .gitattributes | 3 ++- .laminas-ci.json | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .laminas-ci.json 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" + ] +}