forked from KnpLabs/KnpOAuthBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (40 loc) · 1.1 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
{
"name": "knplabs/knp-oauth-bundle",
"type": "symfony-bundle",
"description": "An OAuth firewall for Symfony2",
"keywords": ["security", "firewall", "oauth"],
"homepage": "http://github.com/KnpLabs/KnpOAuthBundle",
"license": "MIT",
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com/"
},
{
"name": "Geoffrey Bachelet",
"email": "[email protected]"
},
{
"name": "Contributors",
"homepage": "https://github.com/KnpLabs/KnpOAuthBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.0.*",
"sensio/buzz-bundle": "*"
},
"suggest": {
"symfony/doctrine-bundle": "*"
},
"autoload": {
"psr-0": {
"Knp\\Bundle\\OAuthBundle": ""
}
},
<<<<<<< HEAD
"target-dir": "Knp/Bundle/OAuthBundle",
=======
"target-dir": "Knp/Bundle/OAuthBundle"
>>>>>>> refs/remotes/origin/master
}