Skip to content

Commit

Permalink
fix missing predis/predis library (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Sep 16, 2024
1 parent 5be1909 commit b39226e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"php": ">=7.4",
"ext-ldap": ">=7.4",
"phpmailer/phpmailer": "^6.5.0",
"symfony/cache": "^v5.4.42"
"symfony/cache": "^v5.4.42",
"predis/predis": "^v2.2.2"
},
"require-dev": {
"phpunit/phpunit": ">=8",
Expand Down

0 comments on commit b39226e

Please sign in to comment.