-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
33 lines (33 loc) · 917 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
32
33
{
"name": "nmdev/twitter-api-bundle",
"keywords": ["Twitter", "Twitter API", "Symfony"],
"description": "Small and easy Twitter bundle for Symfony Project",
"license": "MIT",
"homepage": "https://github.com/rmed19/twitter-api-bundle",
"authors": [
{
"name": "Mohammed Rhamnia",
"email": "[email protected]",
"homepage": "http://nm-development.com/",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"guzzlehttp/guzzle": "4.*",
"guzzlehttp/log-subscriber": "1.*",
"monolog/monolog": "*",
"guzzlehttp/oauth-subscriber": "*"
},
"autoload": {
"psr-0": {
"Nm\\TwitterApiBundle": ""
}
},
"target-dir": "Nm/TwitterApiBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}