-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
46 lines (46 loc) · 1.21 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
{
"name": "universibo/shibboleth-bundle",
"type": "symfony-bundle",
"description": "Shibboleth Integration for FOSUserBundle",
"keywords": [
"authentication",
"shibboleth"
],
"homepage": "http://github.com/UniversiBO",
"license": "MIT",
"authors": [
{
"name": "Davide Bellettini",
"email": "[email protected]"
},
{
"name": "UniversiboShibbolethBundle Contributors",
"homepage": "https://github.com/UniversiBO/UniversiboShibbolethBundle/graphs/contributors"
}
],
"require": {
"friendsofsymfony/user-bundle": "*",
"symfony/framework-bundle": "~2.1",
"symfony/security-bundle": "~2.1",
"zendframework/zend-uri": "~2.0"
},
"require-dev": {
"symfony/yaml": "~2.3",
"phpunit/phpunit": "~3.7"
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {
"Universibo\\Bundle\\ShibbolethBundle": ""
}
},
"target-dir": "Universibo/Bundle/ShibbolethBundle"
}