Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 87f1c2b

Browse files
author
Grant Kinney
committed
Adds piwik security plugin
1 parent eccbd71 commit 87f1c2b

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

composer.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
{
22
"name": "creativecoder/piwik-analytics",
33
"type": "project",
4+
"repositories": [
5+
{
6+
"type":"package",
7+
"package": {
8+
"name": "piwik/plugin-SecurityInfo",
9+
"version": "3.0.4",
10+
"source": {
11+
"url": "https://github.com/piwik/plugin-SecurityInfo",
12+
"type": "git",
13+
"reference": "3.0.4"
14+
}
15+
}
16+
}
17+
],
418
"require": {
519
"piwik/piwik": "^3.0",
620
"php": "^7.1",
721
"ext-curl": "*",
822
"ext-gd": "*",
923
"ext-xml": "*",
10-
"ext-mbstring": "*"
24+
"ext-mbstring": "*",
25+
"piwik/plugin-SecurityInfo": "^3.0"
1126
},
1227
"license": "GPL-3.0",
1328
"authors": [
@@ -16,5 +31,8 @@
1631
"email": "[email protected]"
1732
}
1833
],
19-
"minimum-stability": "stable"
34+
"minimum-stability": "stable",
35+
"scripts": {
36+
"post-install-cmd": "cp -R vendor/piwik/plugin-SecurityInfo/ vendor/piwik/piwik/plugins/SecurityInfo"
37+
}
2038
}

composer.lock

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)