-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
33 lines (29 loc) · 858 Bytes
/
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
{
"name": "etcpasswd/oauth-bundle",
"type": "symfony-bundle",
"description": "An OAuth firewall for Symfony2",
"keywords": ["security", "firewall", "oauth"],
"homepage": "http://github.com/mazen/EtcpasswdOAuthBundle",
"license": "MIT",
"authors": [
{
"name": "Marcel Beerta",
"email": "[email protected]"
},
{
"name": "Community contributions",
"homepage": "https://github.com/mazen/EtcpasswdOAuthBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"kriswallsmith/buzz": "*"
},
"autoload": {
"psr-0": {
"Etcpasswd\\OAuthBundle": ""
}
},
"target-dir": "Etcpasswd/OAuthBundle"
}