Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / media_entity_document / composer.json
1 {
2   "name": "drupal/media_entity_document",
3   "type": "drupal-module",
4   "description": "Local documents integration for Drupal Media entity.",
5   "keywords": ["Drupal", "media", "document"],
6   "license": "GPL-2.0+",
7   "homepage": "https://www.drupal.org/project/media_entity_document",
8   "authors": [
9     {
10       "name": "NerOcrO",
11       "homepage": "https://www.drupal.org/user/1728164",
12       "role": "Maintainer"
13     }
14   ],
15   "minimum-stability": "dev",
16   "support": {
17     "issues": "https://www.drupal.org/project/issues/media_entity_document",
18     "source": "https://www.drupal.org/project/media_entity_document"
19   },
20   "repositories": [
21     {
22       "type": "composer",
23       "url": "https://packagist.drupal-composer.org"
24     }
25   ],
26   "require": {
27     "drupal/core": "~8.1",
28     "drupal/media_entity": "~1.0 || ~8.1.0"
29   }
30 }