Yaffs site version 1.1
[yaffs-website] / vendor / j7mbo / twitter-api-php / composer.json
1 {
2     "require": {
3         "ext-curl": "*"
4     },
5     "require-dev": {
6         "phpunit/phpunit": "~4.5,>=4.5.1"
7     },
8     "name": "j7mbo/twitter-api-php",
9     "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
10     "type": "library",
11     "keywords": [
12         "twitter",
13         "PHP",
14         "API"
15     ],
16     "homepage": "https://github.com/j7mbo/twitter-api-php",
17     "license": "GNU Public License",
18     "authors": [
19         {
20             "name": "James Mallison",
21             "homepage": "https://github.com/j7mbo/twitter-api-php"
22         }
23     ],
24     "autoload": {
25         "classmap": ["TwitterAPIExchange.php"]
26     },
27     "extra": {
28         "branch-alias": {
29             "dev-master": "1.0-dev"
30         }
31     }
32 }