From 3a0fb9f238d0bb11f0a1d9e3914fff0de97c93af Mon Sep 17 00:00:00 2001 From: jaswrks Date: Wed, 19 Apr 2017 22:59:36 -0800 Subject: [PATCH] Updating to latest HTML Compressor. See: websharks/comet-cache#871 --- composer.json | 2 +- composer.lock | 136 ++++++++++++++++++++++++++------------------------ 2 files changed, 72 insertions(+), 66 deletions(-) diff --git a/composer.json b/composer.json index f42acd46..708177a5 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require": { "php": ">=5.4", "websharks/wp-php-rv": "160824.6416", - "websharks/html-compressor": "161208", + "websharks/html-compressor": "170420.24924", "thadafinser/user-agent-parser": "1.5.0", "browscap/browscap-php": "3.0.0", "websharks/sharkicons": "160221" diff --git a/composer.lock b/composer.lock index ceeb7fd3..599f81d7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "dd21eaf363762e4445a0252181196837", - "content-hash": "ca0585e372fb408d23e557c00a67cd74", + "content-hash": "cd1bde320dd28301921a4312a82daa8b", "packages": [ { "name": "browscap/browscap-php", @@ -75,25 +74,25 @@ "get_browser", "user agent" ], - "time": "2016-07-12 10:51:44" + "time": "2016-07-12T10:51:44+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.2.2", + "version": "6.2.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", - "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.3.1", + "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { @@ -137,32 +136,32 @@ "rest", "web service" ], - "time": "2016-10-08 15:01:37" + "time": "2017-02-28T22:50:30+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.3.0", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "2693c101803ca78b27972d84081d027fca790a1e" + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/2693c101803ca78b27972d84081d027fca790a1e", - "reference": "2693c101803ca78b27972d84081d027fca790a1e", + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -188,20 +187,20 @@ "keywords": [ "promise" ], - "time": "2016-11-18 17:47:58" + "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.3.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { @@ -237,16 +236,23 @@ "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" } ], - "description": "PSR-7 message implementation", + "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", + "request", + "response", "stream", - "uri" + "uri", + "url" ], - "time": "2016-06-24 23:00:38" + "time": "2017-03-20T17:10:46+00:00" }, { "name": "mimmi20/wurfl-constants", @@ -290,7 +296,7 @@ "user agent", "user-agent" ], - "time": "2016-04-23 18:18:10" + "time": "2016-04-23T18:18:10+00:00" }, { "name": "mimmi20/wurflcache", @@ -354,20 +360,20 @@ "Wurfl", "cache" ], - "time": "2016-08-06 11:25:21" + "time": "2016-08-06T11:25:21+00:00" }, { "name": "monolog/monolog", - "version": "1.22.0", + "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" + "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", - "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", + "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", "shasum": "" }, "require": { @@ -432,7 +438,7 @@ "logging", "psr-3" ], - "time": "2016-11-26 00:15:39" + "time": "2017-03-13T07:08:03+00:00" }, { "name": "psr/http-message", @@ -482,7 +488,7 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", @@ -529,20 +535,20 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "symfony/console", - "version": "v3.2.0", + "version": "v3.2.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "09d0fd33560e3573185a2ea17614e37ba38716c5" + "reference": "c30243cc51f726812be3551316b109a2f5deaf8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/09d0fd33560e3573185a2ea17614e37ba38716c5", - "reference": "09d0fd33560e3573185a2ea17614e37ba38716c5", + "url": "https://api.github.com/repos/symfony/console/zipball/c30243cc51f726812be3551316b109a2f5deaf8d", + "reference": "c30243cc51f726812be3551316b109a2f5deaf8d", "shasum": "" }, "require": { @@ -592,20 +598,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2016-11-16 22:18:16" + "time": "2017-04-04T14:33:42+00:00" }, { "name": "symfony/debug", - "version": "v3.2.0", + "version": "v3.2.7", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231" + "reference": "56f613406446a4a0a031475cfd0a01751de22659" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/9f923e68d524a3095c5a2ae5fc7220c7cbc12231", - "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231", + "url": "https://api.github.com/repos/symfony/debug/zipball/56f613406446a4a0a031475cfd0a01751de22659", + "reference": "56f613406446a4a0a031475cfd0a01751de22659", "shasum": "" }, "require": { @@ -649,20 +655,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2016-11-16 22:18:16" + "time": "2017-03-28T21:38:24+00:00" }, { "name": "symfony/filesystem", - "version": "v3.2.0", + "version": "v3.2.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4" + "reference": "64421e6479c4a8e60d790fb666bd520992861b66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4", - "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/64421e6479c4a8e60d790fb666bd520992861b66", + "reference": "64421e6479c4a8e60d790fb666bd520992861b66", "shasum": "" }, "require": { @@ -698,20 +704,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2016-11-24 00:46:43" + "time": "2017-03-26T15:47:15+00:00" }, { "name": "symfony/finder", - "version": "v3.2.0", + "version": "v3.2.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "4263e35a1e342a0f195c9349c0dee38148f8a14f" + "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/4263e35a1e342a0f195c9349c0dee38148f8a14f", - "reference": "4263e35a1e342a0f195c9349c0dee38148f8a14f", + "url": "https://api.github.com/repos/symfony/finder/zipball/b20900ce5ea164cd9314af52725b0bb5a758217a", + "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a", "shasum": "" }, "require": { @@ -747,7 +753,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2016-11-03 08:11:03" + "time": "2017-03-20T09:32:19+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -806,7 +812,7 @@ "portable", "shim" ], - "time": "2016-11-14 01:06:16" + "time": "2016-11-14T01:06:16+00:00" }, { "name": "thadafinser/package-info", @@ -850,7 +856,7 @@ } ], "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", - "time": "2016-08-09 11:14:48" + "time": "2016-08-09T11:14:48+00:00" }, { "name": "thadafinser/user-agent-parser", @@ -972,7 +978,7 @@ "whichbrowser", "woothee" ], - "time": "2016-08-12 05:51:14" + "time": "2016-08-12T05:51:14+00:00" }, { "name": "websharks/css-minifier", @@ -1026,20 +1032,20 @@ "css", "websharks" ], - "time": "2015-08-21 03:19:25" + "time": "2015-08-21T03:19:25+00:00" }, { "name": "websharks/html-compressor", - "version": "161208", + "version": "170420.24924", "source": { "type": "git", "url": "https://github.com/websharks/html-compressor.git", - "reference": "3725ba080783c6e33337ed833ed939734af43fb2" + "reference": "6d448d3b11d6dfbfb88b0f39fe3fa2036d2450a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/websharks/html-compressor/zipball/3725ba080783c6e33337ed833ed939734af43fb2", - "reference": "3725ba080783c6e33337ed833ed939734af43fb2", + "url": "https://api.github.com/repos/websharks/html-compressor/zipball/6d448d3b11d6dfbfb88b0f39fe3fa2036d2450a5", + "reference": "6d448d3b11d6dfbfb88b0f39fe3fa2036d2450a5", "shasum": "" }, "require": { @@ -1084,7 +1090,7 @@ "html", "websharks" ], - "time": "2016-12-08 12:22:10" + "time": "2017-04-20T06:56:20+00:00" }, { "name": "websharks/js-minifier", @@ -1139,7 +1145,7 @@ "javascript", "websharks" ], - "time": "2015-05-11 20:53:04" + "time": "2015-05-11T20:53:04+00:00" }, { "name": "websharks/sharkicons", @@ -1190,7 +1196,7 @@ "websharks", "wordpress" ], - "time": "2016-02-21 15:16:12" + "time": "2016-02-21T15:16:12+00:00" }, { "name": "websharks/wp-php-rv", @@ -1239,7 +1245,7 @@ "wordpress", "wpsharks" ], - "time": "2016-08-24 01:47:28" + "time": "2016-08-24T01:47:28+00:00" } ], "packages-dev": [ @@ -1299,7 +1305,7 @@ "websharks", "wordpress" ], - "time": "2016-09-08 17:23:41" + "time": "2016-09-08T17:23:41+00:00" } ], "aliases": [],