62b5c9dd5f9f6de01e1e43c3c8bb4da72fb0f421
[yaffs-website] / web / modules / contrib / media_entity_image / composer.json
1 {
2   "name": "drupal/media_entity_image",
3   "type": "drupal-module",
4   "description": "Local images integration for Drupal Media entity.",
5   "keywords": ["Drupal", "media", "image"],
6   "license": "GPL-2.0+",
7   "homepage": "https://www.drupal.org/project/media_entity_image",
8   "minimum-stability": "dev",
9   "support": {
10     "issues": "https://www.drupal.org/project/issues/media_entity_image",
11     "source": "https://www.drupal.org/project/media_entity_image"
12   },
13   "repositories": [
14     {
15       "type": "composer",
16       "url": "https://packages.drupal.org/8"
17     }
18   ],
19   "require": {
20     "drupal/core": "~8.1",
21     "drupal/media_entity": "~1.0 || ~8.1.0 || ~2.0"
22   }
23 }