Skip to content

Commit

Permalink
Add the redis extension for dev dependency installation of `symfony/r…
Browse files Browse the repository at this point in the history
…edis-messenger`
  • Loading branch information
gsteel committed Apr 5, 2023
1 parent 91970a2 commit 0aa155d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,3 +9,4 @@
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/.laminas-ci.json export-ignore
6 changes: 6 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extensions": [
"redis",
"igbinary"
]
}

0 comments on commit 0aa155d

Please sign in to comment.