X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fphp-instagram-api%2Fphp-instagram-api%2Fcomposer.json;fp=vendor%2Fphp-instagram-api%2Fphp-instagram-api%2Fcomposer.json;h=7613a4ae1c1f070615d9ce487eaa1dbeb6ddbdd6;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad 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 index 000000000..7613a4ae1 --- /dev/null +++ b/vendor/php-instagram-api/php-instagram-api/composer.json @@ -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