Update composer lock file
This commit is contained in:
parent
0cd08942b1
commit
a20e70df36
1 changed files with 45 additions and 2 deletions
47
composer.lock
generated
47
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": "be8221d5cb9fc189761fbf9b041a2492",
|
||||
"content-hash": "b36d5b26e5e4730e41b3274095f45155",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -6932,6 +6932,48 @@
|
|||
"source": "http://cgit.drupalcode.org/redirect"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/regionincontent",
|
||||
"version": "dev-1.x",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/regionincontent",
|
||||
"reference": "4fd0de51df740df35be37c41f3fb069405030245"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.x-dev",
|
||||
"datestamp": "1545088080",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Project has not opted into security advisory coverage!"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "mlncn",
|
||||
"homepage": "https://www.drupal.org/user/64383"
|
||||
}
|
||||
],
|
||||
"description": "Provides the ability to print regions (the building block of Drupal site building— where blocks are placed) within content (node) templates.",
|
||||
"homepage": "https://www.drupal.org/project/regionincontent",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/regionincontent"
|
||||
},
|
||||
"time": "2018-12-17T22:12:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/search404",
|
||||
"version": "1.0.0",
|
||||
|
@ -11232,7 +11274,8 @@
|
|||
"drupal/coffee": 20,
|
||||
"drupal/twigsuggest": 20,
|
||||
"drupal/ui_patterns": 5,
|
||||
"drupal/customerror": 20
|
||||
"drupal/customerror": 20,
|
||||
"drupal/regionincontent": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
|
|
Loading…
Reference in a new issue