-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 892 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 892 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
{
"name": "rediris-es/simplesamlphp-module-clave",
"description": "SimpleSAMLphp module to support an eIDAS IdP and SP (also Spanish eID Clave 1.0 and Clave 2.0)",
"type": "simplesamlphp-module",
"keywords": ["simplesamlphp", "eIDAS"],
"license": "MIT",
"authors": [
{
"name": "Francisco Aragó - ",
"email": "francisco.arago@externos.rediris.es"
}
],
"require": {
"php": ">=7.4",
"simplesamlphp/composer-module-installer": "~1.1",
"simplesamlphp/simplesamlphp": "^2.0.4",
"robrichards/xmlseclibs": "^3.0.4",
"ext-json": "*",
"ext-dom": "*",
"ext-openssl": "*",
"ext-simplexml": "*"
},
"support": {
"issues": "https://github.com/rediris-es/simplesamlphp-clave2/issues",
"source": "https://github.com/rediris-es/simplesamlphp-clave2"
}
}