Version 1
[yaffs-website] / web / modules / contrib / media_entity_instagram / composer.json
1 {
2   "name": "drupal/media_entity_instagram",
3   "description": "Provides a media entity instagram.",
4   "type": "drupal-module",
5   "license": "GPL-2.0+",
6   "require": {
7     "PHP-Instagram-API/PHP-Instagram-API": "dev-master"
8   },
9   "repositories": [
10     {
11       "type": "vcs",
12       "url": "https://github.com/designesse/PHP-Instagram-API.git"
13     }
14   ]
15 }