Chi
5 years ago
4 changed files with 23 additions and 26 deletions
@ -1,18 +1,18 @@ |
|||||||
{ |
{ |
||||||
"name": "drupal/twig_tweak", |
"name": "drupal/twig_tweak", |
||||||
"type": "drupal-module", |
"type": "drupal-module", |
||||||
"description": "A Twig extension with some useful functions and filters for Drupal development.", |
"description": "A Twig extension with some useful functions and filters for Drupal development.", |
||||||
"keywords": ["Drupal", "Twig"], |
"keywords": ["Drupal", "Twig"], |
||||||
"license": "GPL-2.0+", |
"license": "GPL-2.0+", |
||||||
"homepage": "https://www.drupal.org/project/twig_tweak", |
"homepage": "https://www.drupal.org/project/twig_tweak", |
||||||
"support": { |
"support": { |
||||||
"issues": "https://www.drupal.org/project/issues/twig_tweak", |
"issues": "https://www.drupal.org/project/issues/twig_tweak", |
||||||
"source": "https://git.drupalcode.org/project/twig_tweak" |
"source": "https://git.drupalcode.org/project/twig_tweak" |
||||||
}, |
}, |
||||||
"require": { |
"require": { |
||||||
"drupal/core": "^8.7 || ^9.0" |
"drupal/core": "^8.7 || ^9.0" |
||||||
}, |
}, |
||||||
"suggest": { |
"suggest": { |
||||||
"symfony/var-dumper": "Better dump() function for debugging Twig variables" |
"symfony/var-dumper": "Better dump() function for debugging Twig variables" |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue