Skip to content

Commit b836acb

Browse files
committed
Fix predis-tests
1 parent 3010f68 commit b836acb

File tree

3 files changed

+133
-81
lines changed

3 files changed

+133
-81
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"simplesamlphp/saml2-legacy": "^4.6",
7575
"simplesamlphp/simplesamlphp-assets-base": "^2.1.5",
7676
"simplesamlphp/simplesamlphp-module-adfs": "^2.1",
77-
"simplesamlphp/xml-common": "^1.12",
77+
"simplesamlphp/xml-common": "^1.13",
7878
"symfony/cache": "^6.4",
7979
"symfony/config": "^6.4",
8080
"symfony/console": "^6.4",
@@ -100,7 +100,8 @@
100100

101101
"gettext/php-scanner": "1.3.1",
102102
"mikey179/vfsstream": "~1.6",
103-
"simplesamlphp/simplesamlphp-test-framework": "^1.5.4",
103+
"predis/predis": "^2.2",
104+
"simplesamlphp/simplesamlphp-test-framework": "^1.5",
104105
"simplesamlphp/xml-security": "^1.6.12",
105106
"symfony/translation": "^6.4"
106107
},

0 commit comments

Comments
 (0)