This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
70 lines (70 loc) · 2.09 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "cesnet/simplesamlphp-module-perun",
"description": "Module which allows SSP to communicate with Perun IAM https://perun.cesnet.cz",
"type": "simplesamlphp-module",
"keywords": ["Perun", "perun", "simplesamlphp"],
"license": "BSD-2-Clause",
"authors": [
{
"name": "Pavel Vyskocil",
"email": "vyskocilpavel@muni.cz"
},
{
"name": "Ondrej Velisek",
"email": "ondrejvelisek@gmail.com"
},
{
"name": "Michal Prochazka",
"email": "michalp@ics.muni.cz"
},
{
"name": "Pavel Brousek",
"email": "brousek@ics.muni.cz"
},
{
"name": "Dominik Frantisek Bucik",
"email": "bucik@ics.muni.cz"
},
{
"name": "Dominik Baranek",
"email": "baranek@ics.muni.cz"
}
],
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"simplesamlphp/composer-module-installer": true
}
},
"require": {
"php": "^7.1 || ^8",
"simplesamlphp/composer-module-installer": "~1.0",
"simplesamlphp/simplesamlphp": "^1.19",
"simplesamlphp/saml2": "^4.2.5",
"simplesamlphp/simplesamlphp-module-discopower": "^0.10",
"symfony/var-exporter": "^5.0",
"phpseclib/phpseclib": "~3.0",
"ext-curl": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-ldap": "*",
"ext-SimpleXML": "*",
"web-token/jwt-key-mgmt": "^2.2",
"web-token/jwt-signature": "^2.2",
"web-token/jwt-signature-algorithm-rsa": "^2.2",
"web-token/jwt-checker": "^2.2",
"web-token/jwt-core": "^2.2",
"cesnet/simplesamlphp-module-authswitcher": "^10.6"
},
"require-dev": {
"symplify/easy-coding-standard": "^11.1"
},
"suggest": {
"cesnet/simplesamlphp-module-privacyidea": "included privacyIDEA template is for this module"
}
}