From 5f620405005ec2417e4bcb0e32c864cfc03807b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 18 Nov 2018 12:26:55 -0500 Subject: [PATCH] Update composer lock file with Textarea widget module --- composer.lock | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index b2b6371..d1afa81 100644 --- a/composer.lock +++ b/composer.lock @@ -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",