Added dbug module to composer (not sure why is required)

This commit is contained in:
2021-09-11 17:25:48 +01:00
parent 2391ba7f92
commit aed96370dc
3 changed files with 95 additions and 8 deletions

57
composer.lock generated
View File

@ -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": "d0070e8fa10b3ded0c8e176c517745ee",
"content-hash": "43ec7a793230f23f60b012dd15388fc6",
"packages": [
{
"name": "asm89/stack-cors",
@ -64,7 +64,7 @@
"source": {
"type": "git",
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/goodnightout_opencase.git",
"reference": "502c9e7394d54764177f99944adb5b7c67df81ad"
"reference": "809421c5a8af27c2792684ceb5ad36344f801731"
},
"require": {
"drupal/admin_toolbar": "*",
@ -81,7 +81,7 @@
"email": "helo@autonomic.zone"
}
],
"time": "2021-09-10T10:59:20+00:00"
"time": "2021-09-11T14:35:31+00:00"
},
{
"name": "autonomic/opencase",
@ -2207,6 +2207,54 @@
"issues": "https://www.drupal.org/project/issues/ctools"
}
},
{
"name": "drupal/dbug",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/dbug.git",
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/dbug-2.0.0.zip",
"reference": "2.0.0",
"shasum": "25dc98f97228da9852a08b7af876373b0e8e382d"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1613864836",
"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": "colan",
"homepage": "https://www.drupal.org/user/58704"
},
{
"name": "yuriseki",
"homepage": "https://www.drupal.org/user/1523064"
}
],
"description": "Drupal version of ColdFusion's cfdump",
"homepage": "https://www.drupal.org/project/dbug",
"support": {
"source": "https://git.drupalcode.org/project/dbug"
}
},
{
"name": "drupal/devel",
"version": "4.1.1",
@ -7721,5 +7769,6 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
"platform-dev": [],
"plugin-api-version": "1.1.0"
}