Commit 0b405841 authored by Thalles Ferreira's avatar Thalles Ferreira Committed by Damien McKenna
Browse files

Issue #3120331 by thalles: Add directive docs into support section of composer file.

parent 1f5a10b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ By DamienMcKenna: Minor code readability tweak.
#3106870 by DamienMcKenna: Improve UX around OG "secure" meta tags.
#3120981 by DamienMcKenna: NodewordsFieldInstanceTest uses the wrong source
  plugin.
#3120331 by thalles: Add directive docs into support section of composer file.


Metatag 8.x-1.11, 2019-12-20
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
  "minimum-stability": "dev",
  "support": {
    "issues": "https://www.drupal.org/project/issues/metatag",
    "source": "https://git.drupalcode.org/project/metatag"
    "source": "https://git.drupalcode.org/project/metatag",
    "docs": "https://www.drupal.org/docs/8/modules/metatag"
  },
  "require": {
    "drupal/core": "^8 || ^9",