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

Commit fc9b653

Browse files
author
Grant Kinney
committed
Fix issue with copying piwik plugins to vendor folder
1 parent 1699331 commit fc9b653

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"package": {
88
"name": "piwik/plugin-SecurityInfo",
99
"version": "3.0.4",
10-
"source": {
11-
"url": "https://github.com/piwik/plugin-SecurityInfo.git",
12-
"type": "git",
13-
"reference": "3.0.4"
10+
"dist": {
11+
"url": "https://github.com/piwik/plugin-SecurityInfo/archive/3.0.4.zip",
12+
"type": "zip"
1413
},
1514
"type": "piwik-plugin",
1615
"require": {
@@ -37,10 +36,9 @@
3736
"require": {
3837
"geoip2/geoip2": "^2.4"
3938
},
40-
"source": {
41-
"url": "https://github.com/diabl0/piwik-geoip2.git",
42-
"type": "git",
43-
"reference": "v0.1.5"
39+
"dist": {
40+
"url": "https://github.com/diabl0/piwik-geoip2/archive/v0.1.5.zip",
41+
"type": "zip"
4442
},
4543
"type": "piwik-plugin",
4644
"extra": {
@@ -69,6 +67,6 @@
6967
],
7068
"minimum-stability": "stable",
7169
"scripts": {
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/"
70+
"post-install-cmd": "cp -R plugins/* vendor/piwik/piwik/plugins/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/"
7371
}
7472
}

composer.lock

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

0 commit comments

Comments
 (0)