We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dc7a4 commit 791fee2Copy full SHA for 791fee2
build/build-composer-json.php
@@ -113,6 +113,7 @@ public static function isValid($version) {
113
foreach ($conflict as $core => $packages) {
114
$composer = [
115
'name' => 'drupal-composer/drupal-security-advisories',
116
+ 'description' => 'Prevents installation of composer packages with known security vulnerabilities',
117
'type' => 'metapackage',
118
'license' => 'GPL-2.0-or-later',
119
'conflict' => []
0 commit comments