-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 2.25 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
{
"name": "simplesamlphp/simplesamlphp",
"description": "A PHP implementation of SAML 2.0 service provider and identity provider functionality. And is also compatible with Shibboleth 1.3 and 2.0.",
"type": "project",
"keywords": [ "saml2", "shibboleth","aselect","openid","oauth","ws-federation","sp","idp" ],
"homepage": "http://simplesamlphp.org",
"license": "LGPL-2.1",
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "[email protected]"
},
{
"name": "Olav Morken",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": {
"SimpleSAML": "lib/"
},
"files": ["lib/_autoload_modules.php"]
},
"require": {
"php": ">=5.3",
"simplesamlphp/saml2": "~1.9.0",
"robrichards/xmlseclibs": "~1.4.1",
"whitehat101/apr1-md5": "~1.0",
"ext-SPL": "*",
"ext-zlib": "*",
"ext-pcre": "*",
"ext-openssl": "*",
"ext-dom": "*",
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"simplesamlphp/simplesamlphp-module-infocard": "^1.0",
"simplesamlphp/simplesamlphp-module-aggregator": "^1.0",
"simplesamlphp/simplesamlphp-module-aggregator2": "^1.0",
"simplesamlphp/simplesamlphp-module-autotest": "^1.0",
"simplesamlphp/simplesamlphp-module-consentsimpleadmin": "^1.1",
"simplesamlphp/simplesamlphp-module-logpeek": "^1.0",
"simplesamlphp/simplesamlphp-module-metaedit": "^1.0",
"simplesamlphp/simplesamlphp-module-modinfo": "^1.0",
"openid/php-openid": "dev-master#ee669c6a9d4d95b58ecd9b6945627276807694fb",
"simplesamlphp/simplesamlphp-module-openid": "^1.0",
"simplesamlphp/simplesamlphp-module-openidprovider": "^1.0",
"rediris-es/simplesamlphp-module-papi": "^1.0",
"simplesamlphp/simplesamlphp-module-saml2debug": "^1.0"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"phpunit/phpunit": "~3.7",
"satooshi/php-coveralls": "^1.0"
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
"source": "https://github.com/simplesamlphp/simplesamlphp"
}
}