-
- Downloads
fix: fix dependency on perun-module
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
"require": { | "require": { | ||
"simplesamlphp/composer-module-installer": "~1.0", | "simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "~1.17", | "simplesamlphp/simplesamlphp": "~1.17", | ||
"cesnet/simplesamlphp-module-perun": "~6.0", | "cesnet/simplesamlphp-module-perun": ">=6.0", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-curl": "*" | "ext-curl": "*" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment