diff --git a/composer.json b/composer.json index ce155803..17ed94d7 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "drupal/core-composer-scaffold": "^10.2", "drupal/core-project-message": "^10.2", "drupal/core-recommended": "^10.2", + "drupal/database_ssl_check": "^2.0", "drupal/default_content": "^2.0@alpha", "drupal/disable_user_1_edit": "^1.6", "drupal/easy_breadcrumb": "^2.0", diff --git a/composer.lock b/composer.lock index b7234e70..1d3ae44f 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": "5d79b458c091c9b4746449fc93d1a7b5", + "content-hash": "657834f38210c6423fbd1810d0f31a4d", "packages": [ { "name": "asm89/stack-cors", @@ -2267,6 +2267,54 @@ "issues": "https://www.drupal.org/project/issues/ctools" } }, + { + "name": "drupal/database_ssl_check", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/database_ssl_check.git", + "reference": "2.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/database_ssl_check-2.0.1.zip", + "reference": "2.0.1", + "shasum": "83e0bc2fda8a809694324f399b89223b7bd0fda6" + }, + "require": { + "drupal/core": "^9 || ^10 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.1", + "datestamp": "1721831709", + "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": "john franklin", + "homepage": "https://www.drupal.org/user/683430" + }, + { + "name": "johnshortess", + "homepage": "https://www.drupal.org/user/1022888" + } + ], + "description": "Displays the SSL connection parameters to your database.", + "homepage": "https://www.drupal.org/project/database_ssl_check", + "support": { + "source": "https://git.drupalcode.org/project/database_ssl_check" + } + }, { "name": "drupal/default_content", "version": "2.0.0-alpha3", diff --git a/composer.log b/composer.log index 847ffc05..d53870a2 100644 --- a/composer.log +++ b/composer.log @@ -56,3 +56,4 @@ bd7840ebd67d69715dbd07eef9ceb742|cathybaptista|feature/DIGITAL-114-implement-ide b9a62f1676c64c163727b0feef5db80f|christian medders|feature/DIGITAL-40-gtm|Fri Dec 20 15:46:24 EST 2024|./composer.sh require drupal/google_tag:^2.0 04623e77b444f74a89e325204132f21e|Ray Estrada|develop|Thu Jan 2 15:57:40 PST 2025|./composer.sh require drupal/role_watchdog c6de2b39a10db6f14c638686bb0ca7bf|Ray Estrada|feature/DIGITAL-283-security-modules|Thu Jan 2 16:05:43 PST 2025|./composer.sh require drupal/upgrade_status +7807a44fd910d0a0d8974b0b285be490|Ray Estrada|feature/DIGITAL-283-security-modules|Thu Jan 2 16:10:28 PST 2025|./composer.sh require drupal/database_ssl_check diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 0ac8407f..2434e51e 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -13,6 +13,7 @@ module: content_moderation: 0 content_moderation_notifications: 0 convert_text: 0 + database_ssl_check: 0 datetime: 0 dblog: 0 default_content: 0