Version 1
[yaffs-website] / vendor / php-instagram-api / php-instagram-api / composer.json
1 {
2     "name": "php-instagram-api/php-instagram-api",
3     "type": "library",
4     "description": "PHP Instagram API for PHP 5.3+",
5     "keywords": ["instagram"],
6     "homepage": "https://github.com/galen/PHP-Instagram-API",
7     "license": "MIT",
8     "authors": [
9         {
10             "name": "Galen Grover",
11             "email": "galenjr@gmail.com",
12             "homepage": "http://www.galengrover.com",
13             "role": "Developer"
14         }
15     ],
16     "require": {
17         "php": ">=5.3.0"
18     },
19     "autoload": {
20         "psr-0": {
21             "Instagram": "."
22         }
23     }
24 }