Update after stream
This commit is contained in:
parent
177e19f7d2
commit
d6a3263436
42 changed files with 1678 additions and 11 deletions
142
composer.lock
generated
142
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": "43ce8b88977642a290cb6071237e5561",
|
||||
"content-hash": "6bd5fb3544d4f665e670b7a7695f1b13",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
|
@ -1766,6 +1766,146 @@
|
|||
"description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
|
||||
"time": "2020-07-08T18:31:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/entity_reference_revisions",
|
||||
"version": "1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
|
||||
"reference": "8.x-1.8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.8.zip",
|
||||
"reference": "8.x-1.8",
|
||||
"shasum": "c1279e6c683edc2dbccedba8de1505340c8a62b6"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.7.7 || ^9"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/diff": "1.x-dev"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.8",
|
||||
"datestamp": "1583961846",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Berdir",
|
||||
"homepage": "https://www.drupal.org/user/214652"
|
||||
},
|
||||
{
|
||||
"name": "Frans",
|
||||
"homepage": "https://www.drupal.org/user/514222"
|
||||
},
|
||||
{
|
||||
"name": "jeroen.b",
|
||||
"homepage": "https://www.drupal.org/user/1853532"
|
||||
},
|
||||
{
|
||||
"name": "miro_dietiker",
|
||||
"homepage": "https://www.drupal.org/user/227761"
|
||||
}
|
||||
],
|
||||
"description": "Entity Reference Revisions",
|
||||
"homepage": "https://www.drupal.org/project/entity_reference_revisions",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/entity_reference_revisions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/paragraphs",
|
||||
"version": "1.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/paragraphs.git",
|
||||
"reference": "8.x-1.12"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.12.zip",
|
||||
"reference": "8.x-1.12",
|
||||
"shasum": "3b67d8af1160af42d93a4610be1e02869e428965"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9",
|
||||
"drupal/entity_reference_revisions": "~1.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/block_field": "~1.0",
|
||||
"drupal/ctools": "3.x-dev",
|
||||
"drupal/diff": "~1.0",
|
||||
"drupal/entity_browser": "2.x-dev",
|
||||
"drupal/entity_usage": "2.x-dev",
|
||||
"drupal/field_group": "3.x-dev",
|
||||
"drupal/inline_entity_form": "~1.0",
|
||||
"drupal/paragraphs-paragraphs_library": "*",
|
||||
"drupal/replicate": "~1.0",
|
||||
"drupal/search_api": "~1.0",
|
||||
"drupal/search_api_db": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.12",
|
||||
"datestamp": "1590140081",
|
||||
"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": "Berdir",
|
||||
"homepage": "https://www.drupal.org/user/214652"
|
||||
},
|
||||
{
|
||||
"name": "Frans",
|
||||
"homepage": "https://www.drupal.org/user/514222"
|
||||
},
|
||||
{
|
||||
"name": "Primsi",
|
||||
"homepage": "https://www.drupal.org/user/282629"
|
||||
},
|
||||
{
|
||||
"name": "jeroen.b",
|
||||
"homepage": "https://www.drupal.org/user/1853532"
|
||||
},
|
||||
{
|
||||
"name": "jstoller",
|
||||
"homepage": "https://www.drupal.org/user/99012"
|
||||
},
|
||||
{
|
||||
"name": "miro_dietiker",
|
||||
"homepage": "https://www.drupal.org/user/227761"
|
||||
}
|
||||
],
|
||||
"description": "Enables the creation of Paragraphs entities.",
|
||||
"homepage": "https://www.drupal.org/project/paragraphs",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/paragraphs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/simple_message",
|
||||
"version": "2.0.0",
|
||||
|
|
|
|||
Reference in a new issue