Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <github@lw1.at>2019-02-12 05:04:08 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-02-12 05:04:08 +0300
commit8d59c5a6511d0cc98af4140761152de0be313285 (patch)
treee800134c7f5d3eda5ddc40f56294bfaa8b31d586 /composer.lock
parent92fa86c7b252e2469227b7d1e7f553f297c66898 (diff)
rename composer dependency to avoid deprecation warning (#14089)
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock68
1 files changed, 34 insertions, 34 deletions
diff --git a/composer.lock b/composer.lock
index 7727c91d5f..c5cf54b180 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,42 +4,9 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "c55b34f7e7a42a8670a831bcaf31972e",
+ "content-hash": "93fb13394d1cb02f14d3e74ab475702b",
"packages": [
{
- "name": "JShrink",
- "version": "1.3.1",
- "source": {
- "type": "git",
- "url": "https://github.com/tedious/JShrink",
- "reference": "v1.3.1"
- },
- "require": {
- "php": "*"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "JShrink": "src/"
- }
- },
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Robert Hafner",
- "email": "tedivm@tedivm.com"
- }
- ],
- "description": "Javascript Minifier built in PHP",
- "homepage": "http://github.com/tedious/JShrink",
- "keywords": [
- "javascript",
- "minifier"
- ]
- },
- {
"name": "composer/ca-bundle",
"version": "1.1.3",
"source": {
@@ -409,6 +376,39 @@
"time": "2014-11-24T18:39:20+00:00"
},
{
+ "name": "matomo-org/jshrink",
+ "version": "1.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/tedious/JShrink",
+ "reference": "v1.3.1"
+ },
+ "require": {
+ "php": "*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "JShrink": "src/"
+ }
+ },
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Robert Hafner",
+ "email": "tedivm@tedivm.com"
+ }
+ ],
+ "description": "Javascript Minifier built in PHP",
+ "homepage": "http://github.com/tedious/JShrink",
+ "keywords": [
+ "javascript",
+ "minifier"
+ ]
+ },
+ {
"name": "matomo/referrer-spam-blacklist",
"version": "1.1.2",
"source": {