Skip to content

Commit a4d9a54

Browse files
committed
updated fields
1 parent 49a56e8 commit a4d9a54

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

plugin.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "HashUserId",
3-
"description": "Anonymize UserId using salt and sha1 hash.",
4-
"version": "0.1.0",
3+
"description": "Anonymize UserId using salt and sha1 hash.",
4+
"version": "0.1.0",
55
"license": "GPL v3+",
66
"theme": false,
7+
"homepage": "https://github.com/iMarkus/Piwik-HashUserId",
78
"require": {
8-
"piwik": ">=3.0.0,<4.0.0"
9+
"piwik": ">=3.0.0,<4.0.0",
10+
"php": ">=5.6.0"
911
},
1012
"authors": [
1113
{
@@ -14,9 +16,9 @@
1416
"homepage": "https://github.com/iMarkus"
1517
}
1618
],
17-
"support": {
19+
"support": {
1820
"issues": "https://github.com/iMarkus/Piwik-HashUserId/issues"
1921
},
2022
"license": "GPL v3+",
2123
"keywords": ["Anonymize", "Hash", "UserId"]
22-
}
24+
}

0 commit comments

Comments
 (0)