Skip to content
Snippets Groups Projects
Unverified Commit 3c8f0e70 authored by Pavel Vyskočil's avatar Pavel Vyskočil
Browse files

Changes in composer.json

* Allow use SSP module Perun in version v4.x
* Remove version field
parent 295e01bc
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
#### Changed
- Allow use SSP module Perun in version v4.x
## [v2.1.0] ## [v2.1.0]
#### Added #### Added
......
{ {
"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": "*"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment