Skip to content

Commit bcf4313

Browse files
committed
Fix dependency conflict
1 parent a1e47ef commit bcf4313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"require": {
2424
"php": "^8.2",
2525
"ext-curl": "*",
26+
"ext-sodium": "*",
2627

2728
"icanhazstring/composer-unused": "^0.9",
2829
"maglnet/composer-require-checker": "^4.18.0",
@@ -37,7 +38,7 @@
3738
"symfony/phpunit-bridge": "^7.3 || ^8.0"
3839
},
3940
"require-dev": {
40-
"simplesamlphp/simplesamlphp": "^2.4"
41+
"simplesamlphp/simplesamlphp": "^2.5@dev"
4142
},
4243
"support": {
4344
"issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",

0 commit comments

Comments
 (0)