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 d30469e commit 8742886Copy full SHA for 8742886
composer.json
@@ -8,7 +8,7 @@
8
"parser function"
9
],
10
"homepage": "https://github.com/SemanticMediaWiki/Mermaid",
11
- "license": "GPL-2.0+",
+ "license": "GPL-2.0-or-later",
12
"authors": [
13
{
14
"name": "mwjames",
extension.json
@@ -2,11 +2,11 @@
2
"name": "Mermaid",
3
"version": "1.0.0-alpha",
4
"author": [
5
- "James Hong Kong"
+ "James Hong Kong"
6
7
"url": "https://github.com/SemanticMediaWiki/Mermaid/",
"descriptionmsg": "mermaid-desc",
- "license-name": "GPL-2.0+",
+ "license-name": "GPL-2.0-or-later",
"type": "parserhook",
"requires": {
"MediaWiki": ">= 1.27"
@@ -22,4 +22,4 @@
22
23
"load_composer_autoloader":true,
24
"manifest_version": 1
25
-}
+}
0 commit comments