Update deprecated 'replace' function in .twig
parent
411d9754
Branches dev
No related tags found
{ | { | ||
"name": "drupal/cern-components", | "name": "drupal/cern-components", | ||
"description": "Defines a set of re-usable patterns for the CERN Drupal infrastructure", | "description": "Defines a set of re-usable patterns for the CERN Drupal infrastructure", | ||
"version": "2.7.13", | "version": "2.7.14", | ||
"type": "drupal-custom-module", | "type": "drupal-custom-module", | ||
"license": "GPL-2.0-or-later", | "license": "GPL-2.0-or-later", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "Konstantinos Platis", | "name": "Joachim Valdemar Yde", | ||
"email": "konstantinos.platis@cern.ch" | "email": "joachim.git@cern.ch" | ||
} | }, | ||
], | { | ||
"repositories": [ | "name": "Konstantinos Platis", | ||
{ | "email": "konstantinos.platis@cern.ch" | ||
"type": "composer", | |||
"url": "https://packages.drupal.org/8" | |||
}, | |||
{ | |||
"type": "vcs", | |||
"url": "https://gitlab.cern.ch/web-team/drupal/public/d8/modules/cern-full-html-format" | |||
} | |||
], | |||
"require": { | |||
"drupal/components": "^2.0", | |||
"drupal/ui_patterns": "^1.2", | |||
"drupal/cern-full-html-format": "^2.0.2", | |||
"drupal/twig_tweak": "^2.8", | |||
"drupal/ds": "^3.9", | |||
"drupal/field_group": "^3.1" | |||
} | } | ||
], | |||
"repositories": [ | |||
{ | |||
"type": "composer", | |||
"url": "https://packages.drupal.org/8" | |||
}, | |||
{ | |||
"type": "vcs", | |||
"url": "https://gitlab.cern.ch/web-team/drupal/public/d8/modules/cern-full-html-format" | |||
} | |||
], | |||
"require": { | |||
"drupal/components": "^2.0", | |||
"drupal/ui_patterns": "^1.2", | |||
"drupal/cern-full-html-format": "^2.0.2", | |||
"drupal/twig_tweak": "^2.8", | |||
"drupal/ds": "^3.9", | |||
"drupal/field_group": "^3.1" | |||
} | |||
} | } |
Please register or sign in to comment