From eee6e81f77754d18f9030d09a3520bc7956e4933 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Tue, 16 May 2017 14:37:12 +0800 Subject: [PATCH] Update composer --- composer.json | 2 +- composer.lock | 454 +++++++++++++++++++++++++++++++++++--------------- 2 files changed, 323 insertions(+), 133 deletions(-) diff --git a/composer.json b/composer.json index 6255851..e255564 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "slim/slim": "2.*", "entomb/slim-json-api": "dev-master", - "zurb/foundation": "^6.3" + "guzzlehttp/guzzle": "~6.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "^2.9" diff --git a/composer.lock b/composer.lock index 3cd11da..cdb667a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "21f9a7c45ae212ad7a7c412c60e0b911", + "hash": "45dd0f6c50b247fcb4a4aada6497fc47", + "content-hash": "1289183d1076ad7ec95bc1d368088fc6", "packages": [ { "name": "entomb/slim-json-api", @@ -12,12 +13,12 @@ "source": { "type": "git", "url": "https://github.com/entomb/slim-json-api.git", - "reference": "c11e001ab98e7df4dcb7b096fb1c9506d21c7e16" + "reference": "3c12e6ab03e365f8451c9eb716b08855d553c4dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/entomb/slim-json-api/zipball/c11e001ab98e7df4dcb7b096fb1c9506d21c7e16", - "reference": "c11e001ab98e7df4dcb7b096fb1c9506d21c7e16", + "url": "https://api.github.com/repos/entomb/slim-json-api/zipball/3c12e6ab03e365f8451c9eb716b08855d553c4dc", + "reference": "3c12e6ab03e365f8451c9eb716b08855d553c4dc", "shasum": "" }, "require": { @@ -50,7 +51,235 @@ "slim", "view" ], - "time": "2016-06-13 18:16:16" + "time": "2017-04-30 12:15:10" + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.2.3", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", + "shasum": "" + }, + "require": { + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=5.5" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.0", + "psr/log": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.2-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "time": "2017-02-28 22:50:30" + }, + { + "name": "guzzlehttp/promises", + "version": "v1.3.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "shasum": "" + }, + "require": { + "php": ">=5.5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "time": "2016-12-20 10:07:11" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.4.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "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 that also provides common utility methods", + "keywords": [ + "http", + "message", + "request", + "response", + "stream", + "uri", + "url" + ], + "time": "2017-03-20 17:10:46" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "time": "2016-08-06 14:39:51" }, { "name": "slim/slim", @@ -97,46 +326,7 @@ "rest", "router" ], - "time": "2017-01-07T12:21:41+00:00" - }, - { - "name": "zurb/foundation", - "version": "v6.3.1", - "source": { - "type": "git", - "url": "https://github.com/zurb/foundation-sites.git", - "reference": "9bdf0817e70fec15b1df643d6651ecdd5fe0ad02" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zurb/foundation-sites/zipball/9bdf0817e70fec15b1df643d6651ecdd5fe0ad02", - "reference": "9bdf0817e70fec15b1df643d6651ecdd5fe0ad02", - "shasum": "" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "ZURB, Inc.", - "email": "foundation@zurb.com", - "homepage": "http://zurb.com" - } - ], - "description": "The most advanced responsive front-end framework in the world.", - "homepage": "http://foundation.zurb.com", - "keywords": [ - "JS", - "css", - "framework", - "mobile-first", - "responsive", - "sass", - "scss" - ], - "time": "2017-02-28T19:18:09+00:00" + "time": "2017-01-07 12:21:41" } ], "packages-dev": [ @@ -197,7 +387,7 @@ "cli", "microframework" ], - "time": "2014-03-29T14:03:13+00:00" + "time": "2014-03-29 14:03:13" }, { "name": "cilex/console-service-provider", @@ -256,7 +446,7 @@ "service-provider", "silex" ], - "time": "2012-12-19T10:50:58+00:00" + "time": "2012-12-19 10:50:58" }, { "name": "container-interop/container-interop", @@ -287,7 +477,7 @@ ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", - "time": "2017-02-14T19:40:03+00:00" + "time": "2017-02-14 19:40:03" }, { "name": "doctrine/annotations", @@ -355,7 +545,7 @@ "docblock", "parser" ], - "time": "2017-02-24T16:22:25+00:00" + "time": "2017-02-24 16:22:25" }, { "name": "doctrine/instantiator", @@ -409,7 +599,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2015-06-14 21:17:01" }, { "name": "doctrine/lexer", @@ -463,7 +653,7 @@ "lexer", "parser" ], - "time": "2014-09-09T13:34:57+00:00" + "time": "2014-09-09 13:34:57" }, { "name": "erusev/parsedown", @@ -505,7 +695,7 @@ "markdown", "parser" ], - "time": "2017-03-29T16:04:15+00:00" + "time": "2017-03-29 16:04:15" }, { "name": "herrera-io/json", @@ -566,7 +756,7 @@ "validate" ], "abandoned": "kherge/json", - "time": "2013-10-30T16:51:34+00:00" + "time": "2013-10-30 16:51:34" }, { "name": "herrera-io/phar-update", @@ -624,7 +814,7 @@ "update" ], "abandoned": true, - "time": "2013-10-30T17:23:01+00:00" + "time": "2013-10-30 17:23:01" }, { "name": "jms/metadata", @@ -675,7 +865,7 @@ "xml", "yaml" ], - "time": "2016-12-05T10:18:33+00:00" + "time": "2016-12-05 10:18:33" }, { "name": "jms/parser-lib", @@ -710,20 +900,20 @@ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", - "time": "2012-11-18T18:08:43+00:00" + "time": "2012-11-18 18:08:43" }, { "name": "jms/serializer", - "version": "1.6.0", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "5e9008cbb0bac2986979d905a87ae48efcf578c4" + "reference": "b8683d206e7297f54034f67a877f966c14dc12ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/5e9008cbb0bac2986979d905a87ae48efcf578c4", - "reference": "5e9008cbb0bac2986979d905a87ae48efcf578c4", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/b8683d206e7297f54034f67a877f966c14dc12ea", + "reference": "b8683d206e7297f54034f67a877f966c14dc12ea", "shasum": "" }, "require": { @@ -789,7 +979,7 @@ "serialization", "xml" ], - "time": "2017-03-24T13:11:23+00:00" + "time": "2017-04-17 15:27:46" }, { "name": "justinrainbow/json-schema", @@ -855,7 +1045,7 @@ "json", "schema" ], - "time": "2016-01-25T15:43:01+00:00" + "time": "2016-01-25 15:43:01" }, { "name": "kherge/version", @@ -898,7 +1088,7 @@ "description": "A parsing and comparison library for semantic versioning.", "homepage": "http://github.com/kherge/Version", "abandoned": true, - "time": "2012-08-16T17:13:03+00:00" + "time": "2012-08-16 17:13:03" }, { "name": "monolog/monolog", @@ -976,7 +1166,7 @@ "logging", "psr-3" ], - "time": "2017-03-13T07:08:03+00:00" + "time": "2017-03-13 07:08:03" }, { "name": "nikic/php-parser", @@ -1021,7 +1211,7 @@ "parser", "php" ], - "time": "2015-09-19T14:15:08+00:00" + "time": "2015-09-19 14:15:08" }, { "name": "phpcollection/phpcollection", @@ -1069,7 +1259,7 @@ "sequence", "set" ], - "time": "2015-05-17T12:39:23+00:00" + "time": "2015-05-17 12:39:23" }, { "name": "phpdocumentor/fileset", @@ -1112,7 +1302,7 @@ "fileset", "phpdoc" ], - "time": "2013-08-06T21:07:42+00:00" + "time": "2013-08-06 21:07:42" }, { "name": "phpdocumentor/graphviz", @@ -1153,7 +1343,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2016-02-02T13:00:08+00:00" + "time": "2016-02-02 13:00:08" }, { "name": "phpdocumentor/phpdocumentor", @@ -1242,7 +1432,7 @@ "documentation", "phpdoc" ], - "time": "2016-05-22T09:50:56+00:00" + "time": "2016-05-22 09:50:56" }, { "name": "phpdocumentor/reflection", @@ -1296,7 +1486,7 @@ "reflection", "static analysis" ], - "time": "2016-05-21T08:42:32+00:00" + "time": "2016-05-21 08:42:32" }, { "name": "phpdocumentor/reflection-docblock", @@ -1345,7 +1535,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03T12:10:50+00:00" + "time": "2015-02-03 12:10:50" }, { "name": "phpoption/phpoption", @@ -1395,7 +1585,7 @@ "php", "type" ], - "time": "2015-07-25T16:39:46+00:00" + "time": "2015-07-25 16:39:46" }, { "name": "pimple/pimple", @@ -1441,7 +1631,7 @@ "container", "dependency injection" ], - "time": "2013-11-22T08:30:29+00:00" + "time": "2013-11-22 08:30:29" }, { "name": "psr/container", @@ -1490,7 +1680,7 @@ "container-interop", "psr" ], - "time": "2017-02-14T16:28:37+00:00" + "time": "2017-02-14 16:28:37" }, { "name": "psr/log", @@ -1537,7 +1727,7 @@ "psr", "psr-3" ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2016-10-10 12:19:37" }, { "name": "seld/jsonlint", @@ -1586,20 +1776,20 @@ "parser", "validator" ], - "time": "2017-03-06T16:42:24+00:00" + "time": "2017-03-06 16:42:24" }, { "name": "symfony/config", - "version": "v2.8.19", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "35b7dfa089d7605eb1fdd46281b3070fb9f38750" + "reference": "0b8541d18507d10204a08384640ff6df3c739ebe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/35b7dfa089d7605eb1fdd46281b3070fb9f38750", - "reference": "35b7dfa089d7605eb1fdd46281b3070fb9f38750", + "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe", + "reference": "0b8541d18507d10204a08384640ff6df3c739ebe", "shasum": "" }, "require": { @@ -1642,20 +1832,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2017-04-04T15:24:26+00:00" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/console", - "version": "v2.8.19", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e" + "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/86407ff20855a5eaa2a7219bd815e9c40a88633e", - "reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e", + "url": "https://api.github.com/repos/symfony/console/zipball/2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e", + "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e", "shasum": "" }, "require": { @@ -1703,7 +1893,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-04-03T20:37:06+00:00" + "time": "2017-04-26 01:38:53" }, { "name": "symfony/debug", @@ -1760,20 +1950,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2016-07-30T07:22:48+00:00" + "time": "2016-07-30 07:22:48" }, { "name": "symfony/event-dispatcher", - "version": "v2.8.19", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2" + "reference": "7fc8e2b4118ff316550596357325dfd92a51f531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/88b65f0ac25355090e524aba4ceb066025df8bd2", - "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fc8e2b4118ff316550596357325dfd92a51f531", + "reference": "7fc8e2b4118ff316550596357325dfd92a51f531", "shasum": "" }, "require": { @@ -1820,7 +2010,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2017-04-03T20:37:06+00:00" + "time": "2017-04-26 16:56:54" }, { "name": "symfony/filesystem", @@ -1869,20 +2059,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2016-07-20T05:43:46+00:00" + "time": "2016-07-20 05:43:46" }, { "name": "symfony/finder", - "version": "v2.8.19", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "7131327eb95d86d72039fd1216226c28f36fd02a" + "reference": "16d55394b31547e4a8494551b85c9b9915545347" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/7131327eb95d86d72039fd1216226c28f36fd02a", - "reference": "7131327eb95d86d72039fd1216226c28f36fd02a", + "url": "https://api.github.com/repos/symfony/finder/zipball/16d55394b31547e4a8494551b85c9b9915545347", + "reference": "16d55394b31547e4a8494551b85c9b9915545347", "shasum": "" }, "require": { @@ -1918,7 +2108,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-03-20T08:46:40+00:00" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/polyfill-mbstring", @@ -1977,20 +2167,20 @@ "portable", "shim" ], - "time": "2016-11-14T01:06:16+00:00" + "time": "2016-11-14 01:06:16" }, { "name": "symfony/process", - "version": "v2.8.19", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "41336b20b52f5fd5b42a227e394e673c8071118f" + "reference": "aff35fb3dee799c84a7313c576b72208b046ef8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/41336b20b52f5fd5b42a227e394e673c8071118f", - "reference": "41336b20b52f5fd5b42a227e394e673c8071118f", + "url": "https://api.github.com/repos/symfony/process/zipball/aff35fb3dee799c84a7313c576b72208b046ef8d", + "reference": "aff35fb3dee799c84a7313c576b72208b046ef8d", "shasum": "" }, "require": { @@ -2026,20 +2216,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-03-04T12:20:59+00:00" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/stopwatch", - "version": "v2.8.19", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "9e4369666d02ee9b8830da878b7f6a769eb96f4b" + "reference": "e02577b841394a78306d7b547701bb7bb705bad5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9e4369666d02ee9b8830da878b7f6a769eb96f4b", - "reference": "9e4369666d02ee9b8830da878b7f6a769eb96f4b", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e02577b841394a78306d7b547701bb7bb705bad5", + "reference": "e02577b841394a78306d7b547701bb7bb705bad5", "shasum": "" }, "require": { @@ -2075,7 +2265,7 @@ ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", - "time": "2017-02-18T17:06:33+00:00" + "time": "2017-04-12 14:07:15" }, { "name": "symfony/translation", @@ -2139,20 +2329,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2016-07-30T07:22:48+00:00" + "time": "2016-07-30 07:22:48" }, { "name": "symfony/validator", - "version": "v2.8.19", + "version": "v2.8.20", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "43f617ee200af4f4dedbb0782c6c689e06994286" + "reference": "e125c9ec86d615231817302115a1558cd74d9aa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/43f617ee200af4f4dedbb0782c6c689e06994286", - "reference": "43f617ee200af4f4dedbb0782c6c689e06994286", + "url": "https://api.github.com/repos/symfony/validator/zipball/e125c9ec86d615231817302115a1558cd74d9aa1", + "reference": "e125c9ec86d615231817302115a1558cd74d9aa1", "shasum": "" }, "require": { @@ -2212,20 +2402,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2017-03-23T16:08:03+00:00" + "time": "2017-04-12 14:07:15" }, { "name": "twig/twig", - "version": "v1.33.0", + "version": "v1.33.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a" + "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a", - "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927", + "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927", "shasum": "" }, "require": { @@ -2274,7 +2464,7 @@ "keywords": [ "templating" ], - "time": "2017-03-22T15:40:09+00:00" + "time": "2017-04-20 17:39:48" }, { "name": "zendframework/zend-cache", @@ -2343,7 +2533,7 @@ "cache", "zf2" ], - "time": "2016-12-16T11:35:47+00:00" + "time": "2016-12-16 11:35:47" }, { "name": "zendframework/zend-config", @@ -2399,7 +2589,7 @@ "config", "zf2" ], - "time": "2016-02-04T23:01:10+00:00" + "time": "2016-02-04 23:01:10" }, { "name": "zendframework/zend-eventmanager", @@ -2453,7 +2643,7 @@ "events", "zf2" ], - "time": "2016-12-19T21:47:12+00:00" + "time": "2016-12-19 21:47:12" }, { "name": "zendframework/zend-filter", @@ -2513,7 +2703,7 @@ "filter", "zf2" ], - "time": "2016-04-18T18:32:43+00:00" + "time": "2016-04-18 18:32:43" }, { "name": "zendframework/zend-hydrator", @@ -2571,7 +2761,7 @@ "hydrator", "zf2" ], - "time": "2016-02-18T22:38:26+00:00" + "time": "2016-02-18 22:38:26" }, { "name": "zendframework/zend-i18n", @@ -2638,7 +2828,7 @@ "i18n", "zf2" ], - "time": "2016-06-07T21:08:30+00:00" + "time": "2016-06-07 21:08:30" }, { "name": "zendframework/zend-json", @@ -2688,7 +2878,7 @@ "json", "zf2" ], - "time": "2016-04-01T02:34:00+00:00" + "time": "2016-04-01 02:34:00" }, { "name": "zendframework/zend-serializer", @@ -2745,7 +2935,7 @@ "serializer", "zf2" ], - "time": "2016-06-21T17:01:55+00:00" + "time": "2016-06-21 17:01:55" }, { "name": "zendframework/zend-servicemanager", @@ -2797,7 +2987,7 @@ "servicemanager", "zf2" ], - "time": "2016-12-19T19:14:29+00:00" + "time": "2016-12-19 19:14:29" }, { "name": "zendframework/zend-stdlib", @@ -2856,7 +3046,7 @@ "stdlib", "zf2" ], - "time": "2016-04-12T21:17:31+00:00" + "time": "2016-04-12 21:17:31" }, { "name": "zetacomponents/base", @@ -2919,7 +3109,7 @@ ], "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", "homepage": "https://github.com/zetacomponents", - "time": "2014-09-19T03:28:34+00:00" + "time": "2014-09-19 03:28:34" }, { "name": "zetacomponents/document", @@ -2970,7 +3160,7 @@ ], "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.", "homepage": "https://github.com/zetacomponents", - "time": "2013-12-19T11:40:00+00:00" + "time": "2013-12-19 11:40:00" } ], "aliases": [],