forked from FriendsOfSymfony/FOSOAuthServerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 905 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
{
"name": "friendsofsymfony/oauth-server-bundle",
"type": "symfony-bundle",
"description": "Symfony2 OAuth Server Bundle",
"keywords": ["oauth", "oauth2"],
"homepage": "http://friendsofsymfony.github.com",
"authors": [
{
"name": "Arnaud Le Blanc",
"email": "[email protected]"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"alb/oauth2-php": "*",
"symfony/framework-bundle": "2.*",
"symfony/security-bundle": "2.*"
},
"suggest": {
"symfony/doctrine-bundle": "*",
"symfony/mongodb-odm-bundle": "*"
},
"autoload": {
"psr-0": { "FOS\\OAuthServerBundle": "" }
},
"target-dir": "FOS/OAuthServerBundle"
}