This repository was archived by the owner on Aug 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-32
lines changed Expand file tree Collapse file tree 2 files changed +33
-32
lines changed Original file line number Diff line number Diff line change 5
5
{
6
6
"type" :" package" ,
7
7
"package" : {
8
- "name" : " piwik/SecurityInfo" ,
9
- "version" : " 3.0.4" ,
10
- "source" : {
11
- "url" : " https://github.com/piwik/plugin-SecurityInfo" ,
12
- "type" : " git" ,
13
- "reference" : " 3.0.4"
8
+ "name" : " piwik/plugin- SecurityInfo" ,
9
+ "version" : " 3.0.4" ,
10
+ "source" : {
11
+ "url" : " https://github.com/piwik/plugin-SecurityInfo.git " ,
12
+ "type" : " git" ,
13
+ "reference" : " 3.0.4"
14
14
},
15
15
"type" : " piwik-plugin" ,
16
16
"require" : {
17
17
"composer/installers" : " ~1.0"
18
+ },
19
+ "extra" : {
20
+ "installer-name" : " SecurityInfo"
18
21
}
19
22
}
20
23
}
26
29
"ext-gd" : " *" ,
27
30
"ext-xml" : " *" ,
28
31
"ext-mbstring" : " *" ,
29
- "piwik/SecurityInfo" : " ^3.0" ,
32
+ "piwik/plugin- SecurityInfo" : " ^3.0" ,
30
33
"geoip2/geoip2" : " ^2.6"
31
34
},
32
35
"license" : " GPL-3.0" ,
38
41
],
39
42
"minimum-stability" : " stable" ,
40
43
"scripts" : {
41
- "post-install-cmd" : " cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/"
42
- },
43
- "extra" : {
44
- "installer-paths" : {
45
- "vendor/piwik/piwik/plugins/{$name}/" : [" type:piwik-plugin" ]
46
- }
44
+ "post-install-cmd" : " mv plugins/* vendor/piwik/piwik/plugins/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/"
47
45
}
48
46
}
You can’t perform that action at this time.
0 commit comments