We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e47ef commit bcf4313Copy full SHA for bcf4313
composer.json
@@ -23,6 +23,7 @@
23
"require": {
24
"php": "^8.2",
25
"ext-curl": "*",
26
+ "ext-sodium": "*",
27
28
"icanhazstring/composer-unused": "^0.9",
29
"maglnet/composer-require-checker": "^4.18.0",
@@ -37,7 +38,7 @@
37
38
"symfony/phpunit-bridge": "^7.3 || ^8.0"
39
},
40
"require-dev": {
- "simplesamlphp/simplesamlphp": "^2.4"
41
+ "simplesamlphp/simplesamlphp": "^2.5@dev"
42
43
"support": {
44
"issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",
0 commit comments