Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / composer.json
1 {
2   "name": "drupal/metatag",
3   "description": "Manage meta tags for all entities.",
4   "type": "drupal-module",
5   "license": "GPL-2.0+",
6   "keywords": [
7     "Drupal",
8     "seo"
9   ],
10   "homepage": "https://www.drupal.org/project/metatag",
11   "authors": [
12     {
13       "name": "See contributors",
14       "homepage": "https://www.drupal.org/node/640498/committers",
15       "role": "Developer"
16     }
17   ],
18   "support": {
19     "issues": "http://drupal.org/project/issues/metatag",
20     "source": "http://cgit.drupalcode.org/metatag"
21   },
22   "require": {
23     "drupal/token": "^1.0"
24   },
25   "require-dev": {
26     "drupal/devel": "^1.0",
27     "drupal/redirect": "^1.0",
28     "drupal/restui": "^1.0",
29     "drupal/page_manager": "^4.0",
30     "drupal/schema_metatag": "^1.0"
31   }
32 }