Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Updated Composer.json
Browse files Browse the repository at this point in the history
* Added keywords and authors
  • Loading branch information
vyskocilpavel committed Sep 3, 2018
1 parent b8d7fea commit dfa6f37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for BBMRI",
"version": "1.0.0-rc",
"type": "simplesamlphp-module",
"keywords": ["BBMRI", "bbmri", "BBMRI-ERIC", "bbmri-eric", "simplesamlphp"],
"license": "BSD-2-Clause",
"authors": [
{
"name": "Pavel Vyskocil",
"email": "[email protected]"
},
{
"name": "Michal Prochazka",
"email": "[email protected]"
}
],
"require": {
"simplesamlphp/composer-module-installer": "~1.0"
}
Expand Down

0 comments on commit dfa6f37

Please sign in to comment.