Skip to content

Commit

Permalink
rename composer dependency to avoid deprecation warning (matomo-org#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Findus23 authored and diosmosis committed Feb 12, 2019
1 parent 92fa86c commit 8d59c5a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -28,7 +28,6 @@
"twig/twig": "~1.0",
"leafo/lessphp": "~0.5.0",
"symfony/console": "~2.6.0",
"JShrink": "=1.3.1",
"mustangostang/spyc": "~0.5.0",
"piwik/device-detector": "~3.0",
"piwik/decompress": "~1.0",
Expand All @@ -48,7 +47,8 @@
"composer/semver": "~1.3.0",
"szymach/c-pchart": "^2.0",
"geoip2/geoip2": "^2.8",
"davaxi/sparkline": "^1.1"
"davaxi/sparkline": "^1.1",
"matomo-org/jshrink": "1.3.1"
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",
Expand Down Expand Up @@ -88,7 +88,7 @@
{
"type": "package",
"package": {
"name": "JShrink",
"name": "matomo-org/jshrink",
"description": "Javascript Minifier built in PHP",
"keywords": ["minifier","javascript"],
"homepage": "http://github.com/tedious/JShrink",
Expand Down
68 changes: 34 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d59c5a

Please sign in to comment.