composer.json
0 → 100644
+26
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/custom_meta",
|
||
"description": "Builds on top of Metatag to deliver extra functionality.",
|
||
"type": "drupal-module",
|
||
"license": "GPL-2.0-or-later",
|
||
"keywords": [
|
||
"Drupal",
|
||
"SEO"
|
||
],
|
||
"homepage": "https://www.drupal.org/project/custom_meta",
|
||
"authors": [
|
||
{
|
||
"name": "See contributors",
|
||
"homepage": "https://www.drupal.org/node/1788408/committers",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"minimum-stability": "dev",
|
||
"support": {
|
||
"issues": "https://www.drupal.org/project/issues/custom_meta",
|
||
"source": "https://git.drupalcode.org/project/custom_meta"
|
||
},
|
||
"require": {
|
||
"drupal/metatag": "^1.21"
|
||
}
|
||
} |
+11
−0
+0
−1
Loading