forked from simplesamlphp/simplesamlphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
110 lines (110 loc) · 4.82 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "simplesamlphp/simplesamlphp",
"description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
"type": "project",
"keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ],
"homepage": "http://simplesamlphp.org",
"license": "LGPL-2.1-or-later",
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "[email protected]"
},
{
"name": "Olav Morken",
"email": "[email protected]"
},
{
"name": "Jaime Perez",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"SimpleSAML\\": "lib/SimpleSAML"
},
"files": ["lib/_autoload_modules.php"]
},
"autoload-dev": {
"psr-4": {
"SimpleSAML\\Test\\": ["tests", "tests/lib/SimpleSAML"]
},
"files": ["tests/_autoload_modules.php"]
},
"require": {
"php": ">=5.6",
"ext-SPL": "*",
"ext-zlib": "*",
"ext-pcre": "*",
"ext-openssl": "*",
"ext-dom": "*",
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"gettext/gettext": "^4.6",
"phpmailer/phpmailer": "^6.0",
"robrichards/xmlseclibs": "^3.0.4",
"simplesamlphp/saml2": "^3.4 || ^4.0",
"simplesamlphp/simplesamlphp-module-adfs": "^0.9",
"simplesamlphp/simplesamlphp-module-authcrypt": "^0.9",
"simplesamlphp/simplesamlphp-module-authfacebook": "^0.9",
"simplesamlphp/simplesamlphp-module-authorize": "^0.9",
"simplesamlphp/simplesamlphp-module-authtwitter": "^0.9",
"simplesamlphp/simplesamlphp-module-authwindowslive": "^0.9",
"simplesamlphp/simplesamlphp-module-authx509": "^0.9",
"simplesamlphp/simplesamlphp-module-authyubikey": "^0.9",
"simplesamlphp/simplesamlphp-module-cas": "^0.9",
"simplesamlphp/simplesamlphp-module-cdc": "^0.9",
"simplesamlphp/simplesamlphp-module-consent": "^0.9",
"simplesamlphp/simplesamlphp-module-consentadmin": "^0.9",
"simplesamlphp/simplesamlphp-module-discopower": "^0.9",
"simplesamlphp/simplesamlphp-module-exampleattributeserver": "^1.0",
"simplesamlphp/simplesamlphp-module-expirycheck": "^0.9",
"simplesamlphp/simplesamlphp-module-ldap": "^0.9",
"simplesamlphp/simplesamlphp-module-memcookie": "^1.2",
"simplesamlphp/simplesamlphp-module-memcachemonitor": "^0.9",
"simplesamlphp/simplesamlphp-module-metarefresh": "^0.9",
"simplesamlphp/simplesamlphp-module-negotiate": "^0.9",
"simplesamlphp/simplesamlphp-module-oauth": "^0.9",
"simplesamlphp/simplesamlphp-module-preprodwarning": "^0.9",
"simplesamlphp/simplesamlphp-module-radius": "^0.9",
"simplesamlphp/simplesamlphp-module-riak": "^0.9",
"simplesamlphp/simplesamlphp-module-smartattributes": "^0.9",
"simplesamlphp/simplesamlphp-module-sanitycheck": "^0.9",
"simplesamlphp/simplesamlphp-module-statistics": "^0.9",
"simplesamlphp/simplesamlphp-module-sqlauth": "^0.9",
"simplesamlphp/twig-configurable-i18n": "^2.1",
"symfony/routing": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.0",
"symfony/config": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/yaml": "^3.4 || ^4.0",
"twig/twig": "~1.0 || ~2.0",
"whitehat101/apr1-md5": "~1.0"
},
"require-dev": {
"ext-curl": "*",
"mikey179/vfsstream": "~1.6",
"phpunit/phpunit": "~5.7",
"sensiolabs/security-checker": "^5.0.3",
"simplesamlphp/simplesamlphp-test-framework": "^0.0.12",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "~1.1.9"
},
"suggest": {
"predis/predis": "Needed if a Redis server is used to store session information",
"ext-curl": "Needed in order to check for updates automatically",
"ext-ldap": "Needed if an LDAP backend is used",
"ext-radius": "Needed if a Radius backend is used",
"ext-memcache": "Needed if a Memcache server is used to store session information",
"ext-pdo": "Needed if a database backend is used, either for authentication or to store session information",
"ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information",
"ext-pgsql": "Needed if a PostgreSQL backend is used, either for authentication or to store session information"
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
"source": "https://github.com/simplesamlphp/simplesamlphp"
}
}