Issue #3455891 by John Franklin: Remove composer.json per Drupal's guidelines.
composer.json
deleted
100644 → 0
{ | ||
"name": "drupal/database_ssl_check", | ||
"type": "drupal-module", | ||
"description": "Displays the SSL connection parameters to your database.", | ||
"keywords": [ | ||
"Drupal", | ||
"Database", | ||
"SSL" | ||
], | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
"name": "John Franklin", | ||
"homepage": "https://www.drupal.org/u/john-franklin", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "John Shortess", | ||
"homepage": "https://www.drupal.org/u/johnshortess", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"homepage": "https://www.drupal.org/project/database_ssl_check", | ||
"minimum-stability": "dev", | ||
"support": { | ||
"issues": "https://drupal.org/project/issues/database_ssl_check", | ||
"source": "https://git.drupalcode.org/project/database_ssl_check" | ||
}, | ||
"require": { | ||
"drupal/core": "^9 || ^10 || ^11" | ||
} | ||
} |
Please register or sign in to comment