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

Commit 8462495

Browse files
committed
Updates matamo and related composer packages
1 parent d00ddab commit 8462495

File tree

2 files changed

+195
-169
lines changed

2 files changed

+195
-169
lines changed

composer.json

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"package": {
88
"name": "matomo/matomo-icons",
99
"type": "piwik-plugin",
10-
"version": "0.0.4",
10+
"version": "0.0.5",
1111
"dist": {
1212
"url": "https://github.com/matomo-org/matomo-icons/archive/master.zip",
1313
"type": "zip"
@@ -38,10 +38,10 @@
3838
{
3939
"type": "package",
4040
"package": {
41-
"name": "matomo/plugin-SecurityInfo",
42-
"version": "3.0.6",
41+
"name": "matomo/plugin-security-info",
42+
"version": "3.0.7",
4343
"dist": {
44-
"url": "https://github.com/matomo-org/plugin-SecurityInfo/archive/3.0.6.zip",
44+
"url": "https://github.com/matomo-org/plugin-SecurityInfo/archive/3.0.7.zip",
4545
"type": "zip"
4646
},
4747
"type": "piwik-plugin",
@@ -52,16 +52,45 @@
5252
"installer-name": "SecurityInfo"
5353
}
5454
}
55+
},
56+
{
57+
"type": "package",
58+
"package": {
59+
"name": "matomo-org/jshrink",
60+
"description": "Javascript Minifier built in PHP",
61+
"keywords": ["minifier","javascript"],
62+
"homepage": "http://github.com/tedious/JShrink",
63+
"type": "library",
64+
"license": "BSD-3-Clause",
65+
"version": "1.3.1",
66+
"authors": [
67+
{
68+
"name": "Robert Hafner",
69+
"email": "[email protected]"
70+
}
71+
],
72+
"require": {
73+
"php": "*"
74+
},
75+
"autoload": {
76+
"psr-0": {"JShrink": "src/"}
77+
},
78+
"source": {
79+
"type": "git",
80+
"url": "https://github.com/tedious/JShrink",
81+
"reference": "v1.3.1"
82+
}
83+
}
5584
}
5685
],
5786
"require": {
58-
"piwik/piwik": "^3.8",
87+
"piwik/piwik": "^3.11",
5988
"php": "^7.3",
6089
"ext-curl": "*",
6190
"ext-gd": "*",
6291
"ext-xml": "*",
6392
"ext-mbstring": "*",
64-
"matomo/plugin-SecurityInfo": "^3.0",
93+
"matomo/plugin-security-info": "^3.0",
6594
"geoip2/geoip2": "^2.9",
6695
"matomo/matomo-icons": "^0.0.4",
6796
"matomo/matomo-log-analytics": "^0.0.3",

0 commit comments

Comments
 (0)