forked from mimaen/simplesamlphp-module-attributes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (27 loc) · 787 Bytes
/
composer.json
File metadata and controls
30 lines (27 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "simplesamlphp/simplesamlphp-module-hubandspoke",
"description": "Obtención atributo eduPersonTargetedID.",
"type": "simplesamlphp-module",
"keywords": ["simplesamlphp", "hubandspoke", "SAML", "SimpleSAMLphp", "Hub-and-Spoke", "IdP", "SP", "eduPersonTargetedId"],
"version": "2.0.0",
"license": "LGPL-2.1",
"authors": [
{
"name": "Miguel Macías Enguídanos",
"email": "mimaen@inf.upv.es"
},
{
"name": "Miguel Milla Arregui",
"email": "miguel@ual.es"
}
],
"require": {
"php": "^8.0",
"simplesamlphp/simplesamlphp": "^2.0"
},
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\hubandspoke\\": "src/"
}
}
}