-
- Downloads
Changes in composer.json
* Allow use SSP module Perun in version v4.x * Remove version field
{ | { | ||
"name": "elixir/simplesamlphp-module-elixir", | "name": "elixir/simplesamlphp-module-elixir", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for ELIXIR", | "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for ELIXIR", | ||
"version": "2.2.0-dev", | |||
"type": "simplesamlphp-module", | "type": "simplesamlphp-module", | ||
"keywords": ["ELIXIR", "elixir", "simplesamlphp"], | "keywords": ["ELIXIR", "elixir", "simplesamlphp"], | ||
"license": "BSD-2-Clause", | "license": "BSD-2-Clause", | ||
... | @@ -18,7 +17,7 @@ | ... | @@ -18,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": "~3.0", | "cesnet/simplesamlphp-module-perun": "~4.0", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-curl": "*" | "ext-curl": "*" | ||
} | } | ||
... | ... |
Please register or sign in to comment