Commit composer lock file
This commit is contained in:
parent
44e1bbabe0
commit
1f27462853
1 changed files with 57 additions and 2 deletions
59
composer.lock
generated
59
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "0c115cef25647cf43d173697863b5001",
|
"content-hash": "b03aebc622e464e94a8a9daac90b1737",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -4061,6 +4061,60 @@
|
||||||
"issues": "https://gitlab.com/drutopia/drutopia_campaign/issues"
|
"issues": "https://gitlab.com/drutopia/drutopia_campaign/issues"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/drutopia_collection",
|
||||||
|
"version": "1.0.0-alpha1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/drutopia_collection.git",
|
||||||
|
"reference": "8.x-1.0-alpha1"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/drutopia_collection-8.x-1.0-alpha1.zip",
|
||||||
|
"reference": "8.x-1.0-alpha1",
|
||||||
|
"shasum": "2c7a078eac21f80aea4c5253a886ad5b32982a44"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/config_actions": "^1.0",
|
||||||
|
"drupal/core": "*",
|
||||||
|
"drupal/ctools": "^3.0",
|
||||||
|
"drupal/drutopia_core": "*",
|
||||||
|
"drupal/drutopia_people": "^1.0-beta3",
|
||||||
|
"drupal/drutopia_seo": "^1.0-beta2",
|
||||||
|
"drupal/ds": "^3.1",
|
||||||
|
"drupal/metatag": "^1.9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.0-alpha1",
|
||||||
|
"datestamp": "1564420981",
|
||||||
|
"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+"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "mlncn",
|
||||||
|
"homepage": "https://www.drupal.org/user/64383"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Drutopia Collection is a feature providing the ability to create collections to bring together ordered listings of Articles, Blog posts, or other content. This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people. an article content type and related configuration.",
|
||||||
|
"homepage": "https://gitlab.com/drutopia/drutopia_collection",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/drutopia_collection"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/drutopia_comment",
|
"name": "drupal/drutopia_comment",
|
||||||
"version": "1.0.0-beta1",
|
"version": "1.0.0-beta1",
|
||||||
|
@ -10802,7 +10856,8 @@
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"drupal/config_actions": 20,
|
"drupal/config_actions": 20,
|
||||||
"drupal/convert_bundles": 15
|
"drupal/convert_bundles": 15,
|
||||||
|
"drupal/drutopia_collection": 15
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue