|
7 | 7 | "package": { |
8 | 8 | "name": "matomo/matomo-icons", |
9 | 9 | "type": "piwik-plugin", |
10 | | - "version": "0.0.4", |
| 10 | + "version": "0.0.5", |
11 | 11 | "dist": { |
12 | 12 | "url": "https://github.com/matomo-org/matomo-icons/archive/master.zip", |
13 | 13 | "type": "zip" |
|
38 | 38 | { |
39 | 39 | "type": "package", |
40 | 40 | "package": { |
41 | | - "name": "matomo/plugin-SecurityInfo", |
42 | | - "version": "3.0.6", |
| 41 | + "name": "matomo/plugin-security-info", |
| 42 | + "version": "3.0.7", |
43 | 43 | "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", |
45 | 45 | "type": "zip" |
46 | 46 | }, |
47 | 47 | "type": "piwik-plugin", |
|
52 | 52 | "installer-name": "SecurityInfo" |
53 | 53 | } |
54 | 54 | } |
| 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": "tedivm@tedivm.com" |
| 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 | + } |
55 | 84 | } |
56 | 85 | ], |
57 | 86 | "require": { |
58 | | - "piwik/piwik": "^3.8", |
| 87 | + "piwik/piwik": "^3.11", |
59 | 88 | "php": "^7.3", |
60 | 89 | "ext-curl": "*", |
61 | 90 | "ext-gd": "*", |
62 | 91 | "ext-xml": "*", |
63 | 92 | "ext-mbstring": "*", |
64 | | - "matomo/plugin-SecurityInfo": "^3.0", |
| 93 | + "matomo/plugin-security-info": "^3.0", |
65 | 94 | "geoip2/geoip2": "^2.9", |
66 | 95 | "matomo/matomo-icons": "^0.0.4", |
67 | 96 | "matomo/matomo-log-analytics": "^0.0.3", |
|
0 commit comments