diff --git a/composer.lock b/composer.lock index 83c8155..9f82137 100644 --- a/composer.lock +++ b/composer.lock @@ -1,11 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "cc8caaf910077fe00204cfa633350374", - "content-hash": "943bc08780e6118bea78c3c958e12ae8", + "content-hash": "f713d2342a5dcb2eac405b3f609629d6", "packages": [ { "name": "aura/installer-default", @@ -46,7 +45,7 @@ "aura", "installer" ], - "time": "2012-11-26 21:35:57" + "time": "2012-11-26T21:35:57+00:00" }, { "name": "aura/intl", @@ -124,7 +123,7 @@ "l10n", "localization" ], - "time": "2014-08-24 00:00:00" + "time": "2014-08-24T00:00:00+00:00" }, { "name": "cakephp/cakephp", @@ -171,15 +170,15 @@ }, "type": "library", "autoload": { - "psr-4": { - "Cake\\": "src" - }, "files": [ "src/Core/functions.php", "src/Collection/functions.php", "src/I18n/functions.php", "src/Utility/bootstrap.php" - ] + ], + "psr-4": { + "Cake\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -196,7 +195,7 @@ "keywords": [ "framework" ], - "time": "2016-04-11 01:25:26" + "time": "2016-04-11T01:25:26+00:00" }, { "name": "cakephp/chronos", @@ -222,12 +221,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "Cake\\Chronos\\": "src" - }, "files": [ "src/carbon_compat.php" - ] + ], + "psr-4": { + "Cake\\Chronos\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -251,7 +250,7 @@ "datetime", "time" ], - "time": "2016-04-16 18:14:39" + "time": "2016-04-16T18:14:39+00:00" }, { "name": "cakephp/migrations", @@ -301,7 +300,7 @@ "cakephp", "migrations" ], - "time": "2016-03-02 07:47:34" + "time": "2016-03-02T07:47:34+00:00" }, { "name": "cakephp/plugin-installer", @@ -341,7 +340,7 @@ } ], "description": "A composer installer for CakePHP 3.0+ plugins.", - "time": "2015-06-10 10:35:13" + "time": "2015-06-10T10:35:13+00:00" }, { "name": "ceeram/cakephp-blame", @@ -383,7 +382,7 @@ ], "description": "CakePHP plugin to update created_by and modified_by fields", "abandoned": "muffin/footprint", - "time": "2015-03-28 11:00:24" + "time": "2015-03-28T11:00:24+00:00" }, { "name": "egeloen/http-adapter", @@ -469,7 +468,7 @@ "psr-7" ], "abandoned": "php-http/httplug", - "time": "2016-05-06 21:07:48" + "time": "2016-05-06T21:07:48+00:00" }, { "name": "friendsofcake/bootstrap-ui", @@ -520,7 +519,7 @@ "cakephp", "twitter" ], - "time": "2016-04-06 12:22:58" + "time": "2016-04-06T12:22:58+00:00" }, { "name": "friendsofcake/cakephp-csvview", @@ -591,38 +590,132 @@ "export", "view" ], - "time": "2016-01-20 20:59:55" + "time": "2016-01-20T20:59:55+00:00" + }, + { + "name": "guzzle/guzzle", + "version": "v3.9.3", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle3.git", + "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", + "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.3.3", + "symfony/event-dispatcher": "~2.1" + }, + "replace": { + "guzzle/batch": "self.version", + "guzzle/cache": "self.version", + "guzzle/common": "self.version", + "guzzle/http": "self.version", + "guzzle/inflection": "self.version", + "guzzle/iterator": "self.version", + "guzzle/log": "self.version", + "guzzle/parser": "self.version", + "guzzle/plugin": "self.version", + "guzzle/plugin-async": "self.version", + "guzzle/plugin-backoff": "self.version", + "guzzle/plugin-cache": "self.version", + "guzzle/plugin-cookie": "self.version", + "guzzle/plugin-curlauth": "self.version", + "guzzle/plugin-error-response": "self.version", + "guzzle/plugin-history": "self.version", + "guzzle/plugin-log": "self.version", + "guzzle/plugin-md5": "self.version", + "guzzle/plugin-mock": "self.version", + "guzzle/plugin-oauth": "self.version", + "guzzle/service": "self.version", + "guzzle/stream": "self.version" + }, + "require-dev": { + "doctrine/cache": "~1.3", + "monolog/monolog": "~1.0", + "phpunit/phpunit": "3.7.*", + "psr/log": "~1.0", + "symfony/class-loader": "~2.1", + "zendframework/zend-cache": "2.*,<2.3", + "zendframework/zend-log": "2.*,<2.3" + }, + "suggest": { + "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.9-dev" + } + }, + "autoload": { + "psr-0": { + "Guzzle": "src/", + "Guzzle\\Tests": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Guzzle Community", + "homepage": "https://github.com/guzzle/guzzle/contributors" + } + ], + "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "abandoned": "guzzlehttp/guzzle", + "time": "2015-03-18T18:23:50+00:00" }, { "name": "mobiledetect/mobiledetectlib", - "version": "2.8.21", + "version": "2.8.32", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "edf31d000b1166e0f78f3498b688c7b11a849499" + "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/edf31d000b1166e0f78f3498b688c7b11a849499", - "reference": "edf31d000b1166e0f78f3498b688c7b11a849499", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/ec69a0c381b5fe44547680d3c7db6ced08e5abb3", + "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { - "codeclimate/php-test-reporter": "dev-master", - "johnkary/phpunit-speedtrap": "~1.0@dev", - "phpunit/phpunit": "*" + "phpunit/phpunit": "~4.8.35||~5.7" }, "type": "library", "autoload": { - "classmap": [ - "Mobile_Detect.php" - ], "psr-0": { "Detection": "namespaced/" - } + }, + "classmap": [ + "Mobile_Detect.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -645,7 +738,7 @@ "mobile detector", "php mobile detect" ], - "time": "2016-04-18 15:04:00" + "time": "2018-06-03T13:13:04+00:00" }, { "name": "muffin/footprint", @@ -704,7 +797,68 @@ "footprint", "muffin" ], - "time": "2016-04-08 11:18:48" + "time": "2016-04-08T11:18:48+00:00" + }, + { + "name": "php-coveralls/php-coveralls", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-coveralls/php-coveralls.git", + "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", + "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-simplexml": "*", + "guzzle/guzzle": "^2.8 || ^3.0", + "php": "^5.3.3 || ^7.0", + "psr/log": "^1.0", + "symfony/config": "^2.1 || ^3.0 || ^4.0", + "symfony/console": "^2.1 || ^3.0 || ^4.0", + "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", + "symfony/yaml": "^2.0 || ^3.0 || ^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" + }, + "suggest": { + "symfony/http-kernel": "Allows Symfony integration" + }, + "bin": [ + "bin/coveralls" + ], + "type": "library", + "autoload": { + "psr-4": { + "Satooshi\\": "src/Satooshi/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kitamura Satoshi", + "email": "with.no.parachute@gmail.com", + "homepage": "https://www.facebook.com/satooshi.jp" + } + ], + "description": "PHP client library for Coveralls API", + "homepage": "https://github.com/php-coveralls/php-coveralls", + "keywords": [ + "ci", + "coverage", + "github", + "test" + ], + "time": "2017-12-06T23:17:56+00:00" }, { "name": "psr/http-message", @@ -753,7 +907,7 @@ "request", "response" ], - "time": "2015-05-04 20:22:00" + "time": "2015-05-04T20:22:00+00:00" }, { "name": "psr/log", @@ -791,19 +945,19 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "robmorgan/phinx", "version": "v0.5.1", "source": { "type": "git", - "url": "https://github.com/robmorgan/phinx.git", + "url": "https://github.com/cakephp/phinx.git", "reference": "9e41ae609670645546e08e3907a68b3b8fb60f31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robmorgan/phinx/zipball/9e41ae609670645546e08e3907a68b3b8fb60f31", + "url": "https://api.github.com/repos/cakephp/phinx/zipball/9e41ae609670645546e08e3907a68b3b8fb60f31", "reference": "9e41ae609670645546e08e3907a68b3b8fb60f31", "shasum": "" }, @@ -852,7 +1006,7 @@ "migrations", "phinx" ], - "time": "2015-12-30 21:16:52" + "time": "2015-12-30T21:16:52+00:00" }, { "name": "sparkpost/php-sparkpost", @@ -897,7 +1051,8 @@ } ], "description": "Client library for interfacing with the SparkPost API.", - "time": "2016-05-04 13:37:09" + "abandoned": "sparkpost/sparkpost", + "time": "2016-05-04T13:37:09+00:00" }, { "name": "symfony/config", @@ -950,7 +1105,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2016-03-04 07:55:57" + "time": "2016-03-04T07:55:57+00:00" }, { "name": "symfony/console", @@ -1010,7 +1165,67 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2016-03-16 17:00:50" + "time": "2016-03-16T17:00:50+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v2.8.52", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0", + "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^2.0.5|~3.0.0", + "symfony/dependency-injection": "~2.6|~3.0.0", + "symfony/expression-language": "~2.6|~3.0.0", + "symfony/stopwatch": "~2.3|~3.0.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com", + "time": "2018-11-21T14:20:20+00:00" }, { "name": "symfony/filesystem", @@ -1059,7 +1274,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2016-03-27 10:24:39" + "time": "2016-03-27T10:24:39+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -1088,12 +1303,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1118,7 +1333,65 @@ "portable", "shim" ], - "time": "2016-01-20 09:13:37" + "time": "2016-01-20T09:13:37+00:00" + }, + { + "name": "symfony/stopwatch", + "version": "v3.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/stopwatch.git", + "reference": "298b81faad4ce60e94466226b2abbb8c9bca7462" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/298b81faad4ce60e94466226b2abbb8c9bca7462", + "reference": "298b81faad4ce60e94466226b2abbb8c9bca7462", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Stopwatch Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/yaml", @@ -1167,19 +1440,19 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2016-03-04 07:55:57" + "time": "2016-03-04T07:55:57+00:00" }, { "name": "syntaxera/cakephp-sparkpost-plugin", "version": "v0.4.5", "source": { "type": "git", - "url": "https://github.com/syntaxera/cakephp-sparkpost-plugin.git", + "url": "git@gitlab.com:jamisonbryant/cakephp-sparkpost-plugin.git", "reference": "5211903f9f0fbc54eda2fdb8421d4676ff0cabb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/syntaxera/cakephp-sparkpost-plugin/zipball/5211903f9f0fbc54eda2fdb8421d4676ff0cabb1", + "url": "https://gitlab.com/api/v4/projects/jamisonbryant%2Fcakephp-sparkpost-plugin/repository/archive.zip?sha=5211903f9f0fbc54eda2fdb8421d4676ff0cabb1", "reference": "5211903f9f0fbc54eda2fdb8421d4676ff0cabb1", "shasum": "" }, @@ -1221,7 +1494,7 @@ "plugin", "sparkpost" ], - "time": "2016-05-06 19:31:52" + "time": "2016-05-06T19:31:52+00:00" }, { "name": "zendframework/zend-diactoros", @@ -1271,7 +1544,8 @@ "psr", "psr-7" ], - "time": "2016-03-17 18:02:05" + "abandoned": "laminas/laminas-diactoros", + "time": "2016-03-17T18:02:05+00:00" } ], "packages-dev": [ @@ -1319,7 +1593,7 @@ "bake", "cakephp" ], - "time": "2016-03-11 14:52:08" + "time": "2016-03-11T14:52:08+00:00" }, { "name": "cakephp/debug_kit", @@ -1375,7 +1649,7 @@ "debug", "kit" ], - "time": "2016-04-16 02:05:51" + "time": "2016-04-16T02:05:51+00:00" }, { "name": "dnoegel/php-xdg-base-dir", @@ -1408,7 +1682,7 @@ "MIT" ], "description": "implementation of xdg base directory specification for php", - "time": "2014-10-24 07:27:01" + "time": "2014-10-24T07:27:01+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -1451,7 +1725,8 @@ "homepage": "http://www.acci.cz" } ], - "time": "2014-04-08 15:00:19" + "abandoned": "php-parallel-lint/php-console-color", + "time": "2014-04-08T15:00:19+00:00" }, { "name": "jakub-onderka/php-console-highlighter", @@ -1495,7 +1770,8 @@ "homepage": "http://www.acci.cz/" } ], - "time": "2015-04-20 18:58:01" + "abandoned": "php-parallel-lint/php-console-highlighter", + "time": "2015-04-20T18:58:01+00:00" }, { "name": "jdorn/sql-formatter", @@ -1545,7 +1821,7 @@ "highlight", "sql" ], - "time": "2014-01-12 16:20:24" + "time": "2014-01-12T16:20:24+00:00" }, { "name": "nikic/php-parser", @@ -1596,7 +1872,7 @@ "parser", "php" ], - "time": "2016-04-19 13:41:41" + "time": "2016-04-19T13:41:41+00:00" }, { "name": "psy/psysh", @@ -1668,7 +1944,7 @@ "interactive", "shell" ], - "time": "2016-03-09 05:03:14" + "time": "2016-03-09T05:03:14+00:00" }, { "name": "symfony/var-dumper", @@ -1731,7 +2007,7 @@ "debug", "dump" ], - "time": "2016-03-10 10:34:12" + "time": "2016-03-10T10:34:12+00:00" } ], "aliases": [], @@ -1745,5 +2021,6 @@ "platform": { "php": ">=5.5.9" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }