Create a testimonial component
This commit is contained in:
parent
a2a4d00aba
commit
e121a05f0f
6 changed files with 109 additions and 23 deletions
62
composer.lock
generated
62
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "9de034f4d257697188aeb2bb2216ee7e",
|
||||
"content-hash": "cb20390c3a438cf025c27f5250fc3a14",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -3073,6 +3073,66 @@
|
|||
"source": "https://git.drupalcode.org/project/tome"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/twig_tweak",
|
||||
"version": "3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/twig_tweak.git",
|
||||
"reference": "3.4.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/twig_tweak-3.4.0.zip",
|
||||
"reference": "3.4.0",
|
||||
"shasum": "1f47f71b4cfbad97fff11db1adc72c311bb1645e"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^10.3 || ^11.0",
|
||||
"ext-json": "*",
|
||||
"php": ">=8.1",
|
||||
"twig/twig": "^3.10.3"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/var-dumper": "Better dump() function for debugging Twig variables"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "3.4.0",
|
||||
"datestamp": "1721562308",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^10 || ^11"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "chi",
|
||||
"homepage": "https://www.drupal.org/user/556138"
|
||||
}
|
||||
],
|
||||
"description": "A Twig extension with some useful functions and filters for Drupal development.",
|
||||
"homepage": "https://www.drupal.org/project/twig_tweak",
|
||||
"keywords": [
|
||||
"Drupal",
|
||||
"Twig"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/twig_tweak",
|
||||
"issues": "https://www.drupal.org/project/issues/twig_tweak"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/weight",
|
||||
"version": "3.6.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue