Skip to content

Commit 07a520f

Browse files
committed
Fix CI
1 parent 04ea566 commit 07a520f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"predis/predis": "~3.3",
4949
"simplesamlphp/simplesamlphp-test-framework": "^1.11"
5050
},
51+
"suggest": {
52+
"predis/predis": "Needed if a Redis server is used to store session information"
53+
},
5154
"support": {
5255
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-consent/issues",
5356
"source": "https://github.com/simplesamlphp/simplesamlphp-module-consent"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"symbol-whitelist": [
3+
"Predis\\Client"
34
]
45
}

0 commit comments

Comments
 (0)