Skip to content

Commit 791fee2

Browse files
committed
Add description property
1 parent 46dc7a4 commit 791fee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build-composer-json.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public static function isValid($version) {
113113
foreach ($conflict as $core => $packages) {
114114
$composer = [
115115
'name' => 'drupal-composer/drupal-security-advisories',
116+
'description' => 'Prevents installation of composer packages with known security vulnerabilities',
116117
'type' => 'metapackage',
117118
'license' => 'GPL-2.0-or-later',
118119
'conflict' => []

0 commit comments

Comments
 (0)