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

Commit b562493

Browse files
committed
Upgrade all dependencies
1 parent 00c7ab8 commit b562493

File tree

2 files changed

+1359
-748
lines changed

2 files changed

+1359
-748
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"package": {
88
"name": "matomo/matomo-icons",
99
"type": "piwik-plugin",
10-
"version": "0.0.5",
10+
"version": "0.0.6",
1111
"dist": {
1212
"url": "https://github.com/matomo-org/matomo-icons/archive/master.zip",
1313
"type": "zip"
1414
},
1515
"require": {
16-
"composer/installers": "~1.0"
16+
"composer/installers": "~2.0"
1717
},
1818
"extra": {
1919
"installer-name": "icons"
@@ -25,7 +25,7 @@
2525
"package": {
2626
"name": "matomo/matomo-log-analytics",
2727
"type": "piwik-plugin",
28-
"version": "0.0.3",
28+
"version": "4.0.0",
2929
"dist": {
3030
"url": "https://github.com/matomo-org/matomo-log-analytics/archive/master.zip",
3131
"type": "zip"
@@ -39,14 +39,14 @@
3939
"type": "package",
4040
"package": {
4141
"name": "matomo/plugin-security-info",
42-
"version": "3.0.7",
42+
"version": "4.0.2",
4343
"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",
4545
"type": "zip"
4646
},
4747
"type": "piwik-plugin",
4848
"require": {
49-
"composer/installers": "~1.0"
49+
"composer/installers": "~2.0"
5050
},
5151
"extra": {
5252
"installer-name": "SecurityInfo"
@@ -84,17 +84,17 @@
8484
}
8585
],
8686
"require": {
87-
"piwik/piwik": "^3.11",
87+
"matomo/matomo": "^4.5.0",
8888
"php": "^7.3",
8989
"ext-curl": "*",
9090
"ext-gd": "*",
9191
"ext-xml": "*",
9292
"ext-mbstring": "*",
93-
"matomo/plugin-security-info": "^3.0",
93+
"matomo/plugin-security-info": "^4.0.0",
9494
"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"
9898
},
9999
"license": "GPL-3.0",
100100
"authors": [
@@ -105,7 +105,7 @@
105105
],
106106
"minimum-stability": "stable",
107107
"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"
109109
},
110110
"extra": {
111111
"installer-paths": {

0 commit comments

Comments
 (0)