-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
38 lines (38 loc) · 1.12 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
{
"name": "andreassolberg/discojuice-backend",
"description": "A backend that generates DiscoJuice JSON Feeds.",
"type": "project",
"keywords": [ "saml2", "shibboleth", "metadata", "json", "authentication", "idpdiscovery", "discovery" ],
"homepage": "http://discojuice.org",
"license": "LGPL-2.1",
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"simplesamlphp/saml2": "~0.3",
"nategood/commando": "*",
"geoip2/geoip2": "0.6.*",
"fabpot/goutte": "~2.0"
},
"repositories": [
{
"type": "package",
"package": {
"name": "robrichards/xmlseclibs",
"version": "1.3.1",
"source": {
"type": "svn",
"url": "http://xmlseclibs.googlecode.com/svn",
"reference": "trunk@50"
},
"autoload": {
"files": ["xmlseclibs.php"]
}
}
}
]
}