forked from gikoluo/SinaweiboBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 846 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
{
"name": "giko/sinaweibo-bundle",
"type": "symfony-bundle",
"description": "Giko Sina Weibo Bundle",
"keywords": ["Sina Weibo authentication"],
"homepage": "https://github.com/gikoluo/SinaWeiboBundle",
"license": "MIT",
"authors": [
{
"name": "LuoChunhui",
"homepage": "http://www.luochunhui.com/"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/FOSTwitterBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"symfony/security-bundle": ">=2.1,<2.3-dev",
"friendsofsymfony/user-bundle": "*"
},
"autoload": {
"psr-0": { "Giko\\SinaweiboBundle": "" }
},
"target-dir": "Giko/SinaweiboBundle"
}