Version 1
[yaffs-website] / vendor / j7mbo / twitter-api-php / composer.json
diff --git a/vendor/j7mbo/twitter-api-php/composer.json b/vendor/j7mbo/twitter-api-php/composer.json
new file mode 100644 (file)
index 0000000..0d99c99
--- /dev/null
@@ -0,0 +1,32 @@
+{
+    "require": {
+        "ext-curl": "*"
+    },
+    "require-dev": {
+        "phpunit/phpunit": "~4.5,>=4.5.1"
+    },
+    "name": "j7mbo/twitter-api-php",
+    "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
+    "type": "library",
+    "keywords": [
+        "twitter",
+        "PHP",
+        "API"
+    ],
+    "homepage": "https://github.com/j7mbo/twitter-api-php",
+    "license": "GNU Public License",
+    "authors": [
+        {
+            "name": "James Mallison",
+            "homepage": "https://github.com/j7mbo/twitter-api-php"
+        }
+    ],
+    "autoload": {
+        "files": ["TwitterAPIExchange.php"]
+    },
+    "extra": {
+        "branch-alias": {
+            "dev-master": "1.0-dev"
+        }
+    }
+}