Version 1
[yaffs-website] / vendor / php-instagram-api / php-instagram-api / composer.json
diff --git a/vendor/php-instagram-api/php-instagram-api/composer.json b/vendor/php-instagram-api/php-instagram-api/composer.json
new file mode 100644 (file)
index 0000000..7613a4a
--- /dev/null
@@ -0,0 +1,24 @@
+{
+    "name": "php-instagram-api/php-instagram-api",
+    "type": "library",
+    "description": "PHP Instagram API for PHP 5.3+",
+    "keywords": ["instagram"],
+    "homepage": "https://github.com/galen/PHP-Instagram-API",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Galen Grover",
+            "email": "galenjr@gmail.com",
+            "homepage": "http://www.galengrover.com",
+            "role": "Developer"
+        }
+    ],
+    "require": {
+        "php": ">=5.3.0"
+    },
+    "autoload": {
+        "psr-0": {
+            "Instagram": "."
+        }
+    }
+}
\ No newline at end of file