For more information about this repository, visit the project page at https://www.drupal.org/project/twig_tweak
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
621 B
18 lines
621 B
{ |
|
"name": "drupal/twig_tweak", |
|
"type": "drupal-module", |
|
"description": "A Twig extension with some useful functions and filters for Drupal development.", |
|
"keywords": ["Drupal", "Twig"], |
|
"license": "GPL-2.0+", |
|
"homepage": "https://www.drupal.org/project/twig_tweak", |
|
"support": { |
|
"issues": "https://www.drupal.org/project/issues/twig_tweak", |
|
"source": "https://git.drupalcode.org/project/twig_tweak" |
|
}, |
|
"require": { |
|
"drupal/core": "^8.7 || ^9.0" |
|
}, |
|
"suggest": { |
|
"symfony/var-dumper": "Better dump() function for debugging Twig variables" |
|
} |
|
}
|
|
|