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 79291e0 commit e04cf86Copy full SHA for e04cf86
build/build-composer-json.php
@@ -100,7 +100,7 @@ public static function isValid($version) {
100
$composer = [
101
'name' => 'drupal-composer/drupal-security-advisories',
102
'type' => 'metapackage',
103
- 'license' => 'GPL-2.0+',
+ 'license' => 'GPL-2.0-or-later',
104
'conflict' => []
105
];
106
composer.json
@@ -1,5 +1,5 @@
1
{
2
"name": "drupal-composer/drupal-security-advisories",
3
"type": "metapackage",
4
- "license": "GPL-2.0+"
+ "license": "GPL-2.0-or-later"
5
}
0 commit comments