forked from inoryy/InoriTwitterAppBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.15 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
{
"name": "inori/twitter-app-bundle",
"type": "symfony-bundle",
"description": "Clientless Twitter application instance to help automate project twitter updates",
"keywords": ["Twitter"],
"license": "MIT",
"authors": [
{
"name": "Roman Marintšenko",
"email": "inoryy@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"abraham/twitteroauth": "dev-master"
},
"repositories": [
{
"type": "package",
"package": {
"name": "abraham/twitteroauth",
"version": "dev-master",
"dist": {
"url": "https://github.com/abraham/twitteroauth/zipball/master",
"type": "zip"
},
"source": {
"url": "git://github.com/abraham/twitteroauth.git",
"type": "git",
"reference": "master"
}
}
}
],
"autoload": {
"psr-0": { "Inori\\TwitterAppBundle": "" }
},
"target-dir": "Inori/TwitterAppBundle"
}