Update composer lock file with Textarea widget module
This commit is contained in:
parent
a5f2e0fb72
commit
5f62040500
1 changed files with 52 additions and 1 deletions
53
composer.lock
generated
53
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": "1005cad3df2e8d967604adcf9f4cffbe",
|
||||
"content-hash": "cee6073ce49e12f073b6f10657049d93",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -7117,6 +7117,57 @@
|
|||
"source": "http://cgit.drupalcode.org/subprofiles"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/textarea_widget_for_text",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/textarea_widget_for_text",
|
||||
"reference": "8.x-1.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/textarea_widget_for_text-8.x-1.1.zip",
|
||||
"reference": "8.x-1.1",
|
||||
"shasum": "2b5dd3b90fb01695c8173aa37c5934f98527de7d"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.1",
|
||||
"datestamp": "1513904284",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "junaidpv",
|
||||
"homepage": "https://www.drupal.org/user/255728"
|
||||
},
|
||||
{
|
||||
"name": "mlncn",
|
||||
"homepage": "https://www.drupal.org/user/64383"
|
||||
}
|
||||
],
|
||||
"description": "Allows short (non-long) text fields to use the textarea widget on content entry forms.",
|
||||
"homepage": "https://www.drupal.org/project/textarea_widget_for_text",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/textarea_widget_for_text"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/token",
|
||||
"version": "1.5.0",
|
||||
|
|
Loading…
Reference in a new issue