forked from CESNET/einfra-aai-proxy-idp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 857 Bytes
/
composer.json
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": "cesnet/simplesamlphp-module-cesnet",
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for CESNET eInfra",
"type": "simplesamlphp-module",
"keywords": ["CESNET", "cesnet", "simplesamlphp", "template"],
"license": "BSD-2-Clause",
"authors": [
{
"name": "Pavel Vyskocil",
"email": "[email protected]"
},
{
"name": "Michal Prochazka",
"email": "[email protected]"
}
],
"require": {
"simplesamlphp/composer-module-installer": "~1.0",
"simplesamlphp/simplesamlphp": "~1.17",
"cesnet/simplesamlphp-module-perun": "~6.0",
"ext-json": "*",
"ext-curl": "*"
},
"require-dev": {
"symplify/easy-coding-standard": "^9.2"
}
}