forked from authbucket/oauth2-symfony-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.59 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
47
48
49
50
51
52
53
54
{
"authors": [
{
"email": "[email protected]",
"homepage": "http://hswong3i.net",
"name": "Wong Hoi Sing Edison"
}
],
"autoload": {
"psr-0": {
"AuthBucket\\Bundle\\OAuth2Bundle": ""
}
},
"description": "Symfony OAuth2Bundle",
"extra": {
"branch-alias": {
"dev-develop": "2.x-dev",
"dev-master": "2.4.x-dev"
}
},
"homepage": "https://github.com/authbucket/oauth2-symfony-bundle",
"keywords": [
"oauth2",
"symfony"
],
"license": "MIT",
"name": "authbucket/oauth2-symfony-bundle",
"require": {
"authbucket/oauth2-php": "~2.4",
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.3",
"symfony/security-bundle": "~2.3"
},
"require-dev": {
"doctrine/doctrine-bundle": "~1.2",
"doctrine/doctrine-fixtures-bundle": "~2.2",
"doctrine/orm": "~2.2",
"ext-pdo_sqlite": "*",
"fabpot/php-cs-fixer": "@stable",
"incenteev/composer-parameter-handler": "~2.0",
"phpunit/phpunit": "@stable",
"sami/sami": "@stable",
"satooshi/php-coveralls": "dev-master",
"sensio/distribution-bundle": "~3.0",
"sensio/framework-extra-bundle": "~3.0",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/symfony": "~2.3",
"twig/extensions": "~1.0"
},
"target-dir": "AuthBucket/Bundle/OAuth2Bundle",
"type": "symfony-bundle"
}