This repository was archived by the owner on Aug 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +59
-4
lines changed Expand file tree Collapse file tree 3 files changed +59
-4
lines changed Original file line number Diff line number Diff line change 45
45
.rvmrc
46
46
.vagrant
47
47
vendor
48
+ plugins /
Original file line number Diff line number Diff line change 3
3
"type" : " project" ,
4
4
"repositories" : [
5
5
{
6
- "type" :" package" ,
6
+ "type" : " package" ,
7
7
"package" : {
8
8
"name" : " piwik/plugin-SecurityInfo" ,
9
9
"version" : " 3.0.4" ,
20
20
"installer-name" : " SecurityInfo"
21
21
}
22
22
}
23
+ },
24
+ {
25
+ "type" : " package" ,
26
+ "package" : {
27
+ "name" : " diabl0/piwik-geoip2" ,
28
+ "version" : " 0.1.5" ,
29
+ "description" : " Plugin for Piwik adding support for MaxMind GeoIP2 database." ,
30
+ "license" : " GPL-3.0+" ,
31
+ "authors" : [
32
+ {
33
+ "name" : " Krzysztof Szatanik" ,
34
+ "homepage" : " https://github.com/diabl0/piwik-geoip2"
35
+ }
36
+ ],
37
+ "require" : {
38
+ "geoip2/geoip2" : " ^2.4"
39
+ },
40
+ "source" : {
41
+ "url" : " https://github.com/diabl0/piwik-geoip2.git" ,
42
+ "type" : " git" ,
43
+ "reference" : " v0.1.5"
44
+ },
45
+ "type" : " piwik-plugin" ,
46
+ "extra" : {
47
+ "installer-name" : " GeoIP2"
48
+ }
49
+ }
23
50
}
24
51
],
25
52
"require" : {
30
57
"ext-xml" : " *" ,
31
58
"ext-mbstring" : " *" ,
32
59
"piwik/plugin-SecurityInfo" : " ^3.0" ,
33
- "geoip2/geoip2" : " ^2.6"
60
+ "geoip2/geoip2" : " ^2.6" ,
61
+ "diabl0/piwik-geoip2" : " ^0.1.5"
34
62
},
35
63
"license" : " GPL-3.0" ,
36
64
"authors" : [
41
69
],
42
70
"minimum-stability" : " stable" ,
43
71
"scripts" : {
44
- "post-install-cmd" : " mv plugins/* vendor/piwik/piwik/plugins/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/"
72
+ "post-install-cmd" : " cp -Rf plugins/ vendor/piwik/piwik/plugins/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/"
45
73
}
46
74
}
You can’t perform that action at this time.
0 commit comments