|
7 | 7 | "package": { |
8 | 8 | "name": "matomo/matomo-icons", |
9 | 9 | "type": "piwik-plugin", |
10 | | - "version": "0.0.5", |
| 10 | + "version": "0.0.6", |
11 | 11 | "dist": { |
12 | 12 | "url": "https://github.com/matomo-org/matomo-icons/archive/master.zip", |
13 | 13 | "type": "zip" |
14 | 14 | }, |
15 | 15 | "require": { |
16 | | - "composer/installers": "~1.0" |
| 16 | + "composer/installers": "~2.0" |
17 | 17 | }, |
18 | 18 | "extra": { |
19 | 19 | "installer-name": "icons" |
|
25 | 25 | "package": { |
26 | 26 | "name": "matomo/matomo-log-analytics", |
27 | 27 | "type": "piwik-plugin", |
28 | | - "version": "0.0.3", |
| 28 | + "version": "4.0.0", |
29 | 29 | "dist": { |
30 | 30 | "url": "https://github.com/matomo-org/matomo-log-analytics/archive/master.zip", |
31 | 31 | "type": "zip" |
|
39 | 39 | "type": "package", |
40 | 40 | "package": { |
41 | 41 | "name": "matomo/plugin-security-info", |
42 | | - "version": "3.0.7", |
| 42 | + "version": "4.0.2", |
43 | 43 | "dist": { |
44 | | - "url": "https://github.com/matomo-org/plugin-SecurityInfo/archive/3.0.7.zip", |
| 44 | + "url": "https://github.com/matomo-org/plugin-SecurityInfo/archive/4.0.2.zip", |
45 | 45 | "type": "zip" |
46 | 46 | }, |
47 | 47 | "type": "piwik-plugin", |
48 | 48 | "require": { |
49 | | - "composer/installers": "~1.0" |
| 49 | + "composer/installers": "~2.0" |
50 | 50 | }, |
51 | 51 | "extra": { |
52 | 52 | "installer-name": "SecurityInfo" |
|
84 | 84 | } |
85 | 85 | ], |
86 | 86 | "require": { |
87 | | - "piwik/piwik": "^3.11", |
| 87 | + "matomo/matomo": "^4.5.0", |
88 | 88 | "php": "^7.3", |
89 | 89 | "ext-curl": "*", |
90 | 90 | "ext-gd": "*", |
91 | 91 | "ext-xml": "*", |
92 | 92 | "ext-mbstring": "*", |
93 | | - "matomo/plugin-security-info": "^3.0", |
| 93 | + "matomo/plugin-security-info": "^4.0.0", |
94 | 94 | "geoip2/geoip2": "^2.11", |
95 | | - "matomo/matomo-icons": "^0.0.4", |
96 | | - "matomo/matomo-log-analytics": "^0.0.3", |
97 | | - "composer/installers": "^1.7" |
| 95 | + "matomo/matomo-icons": "^0.0.6", |
| 96 | + "matomo/matomo-log-analytics": "^4.0.0", |
| 97 | + "composer/installers": "^2.0" |
98 | 98 | }, |
99 | 99 | "license": "GPL-3.0", |
100 | 100 | "authors": [ |
|
105 | 105 | ], |
106 | 106 | "minimum-stability": "stable", |
107 | 107 | "scripts": { |
108 | | - "post-install-cmd": "cp -R plugins/* vendor/piwik/piwik/plugins/ && cp -R misc/* vendor/piwik/piwik/misc/ && cp -R icons/* vendor/piwik/piwik/plugins/Morpheus/icons/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/ && if [ -d .heroku ]; then cp .geoip/share/GeoLite2-City.mmdb .geoip/share/GeoLite2-Country.mmdb vendor/piwik/piwik/misc/; fi" |
| 108 | + "post-install-cmd": "cp -R plugins/* vendor/matomo/matomo/plugins/ && cp -R misc/* vendor/matomo/matomo/misc/ && cp -R icons/* vendor/matomo/matomo/plugins/Morpheus/icons/ && cp index.php vendor/matomo/matomo/ && cp config.ini.php vendor/matomo/matomo/config/ && if [ -d .heroku ]; then cp .geoip/share/GeoLite2-City.mmdb .geoip/share/GeoLite2-Country.mmdb vendor/matomo/matomo/misc/; fi" |
109 | 109 | }, |
110 | 110 | "extra": { |
111 | 111 | "installer-paths": { |
|
0 commit comments