diff --git a/composer.lock b/composer.lock index 6aab11b..f103dd2 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +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" ], - "content-hash": "649c6c1d9b159d2930679e77711edc3e", + "content-hash": "b1b28be3c2e5eba2f5dcb67079e91d33", "packages": [ { "name": "blocktrail/cryptojs-aes-php", @@ -456,12 +456,12 @@ "source": { "type": "git", "url": "https://github.com/jenssegers/php-proxy.git", - "reference": "9954a8cd904a53142ec32f0b39ba4784461c88d4" + "reference": "2f723629194a99c5609c1ecea540c1f465e143f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jenssegers/php-proxy/zipball/9954a8cd904a53142ec32f0b39ba4784461c88d4", - "reference": "9954a8cd904a53142ec32f0b39ba4784461c88d4", + "url": "https://api.github.com/repos/jenssegers/php-proxy/zipball/2f723629194a99c5609c1ecea540c1f465e143f8", + "reference": "2f723629194a99c5609c1ecea540c1f465e143f8", "shasum": "" }, "require": { @@ -471,9 +471,9 @@ "zendframework/zend-diactoros": "^1.0" }, "require-dev": { - "mockery/mockery": "^0.9", - "phpunit/phpunit": "^4.0|^5.0", - "satooshi/php-coveralls": "^0.6" + "mockery/mockery": "^1.1", + "phpunit/phpunit": "^5.0|^6.0|^7.0", + "satooshi/php-coveralls": "^2.0" }, "type": "library", "autoload": { @@ -501,20 +501,20 @@ "keywords": [ "proxy" ], - "time": "2015-11-02T09:24:44+00:00" + "time": "2018-05-12T21:30:07+00:00" }, { "name": "monolog/monolog", - "version": "1.23.0", + "version": "1.24.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" + "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", - "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", + "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "shasum": "" }, "require": { @@ -579,7 +579,7 @@ "logging", "psr-3" ], - "time": "2017-06-19T01:22:40+00:00" + "time": "2018-11-05T09:00:11+00:00" }, { "name": "php-di/invoker", @@ -825,16 +825,16 @@ }, { "name": "psr/log", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "shasum": "" }, "require": { @@ -868,7 +868,7 @@ "psr", "psr-3" ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2018-11-20T15:27:04+00:00" }, { "name": "relay/relay", @@ -972,6 +972,74 @@ "homepage": "https://symfony.com", "time": "2018-03-19T22:35:49+00:00" }, + { + "name": "symfony/contracts", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/contracts.git", + "reference": "4a33574d5771f4b04334cd4f7d43de96a92efb62" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/contracts/zipball/4a33574d5771f4b04334cd4f7d43de96a92efb62", + "reference": "4a33574d5771f4b04334cd4f7d43de96a92efb62", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "require-dev": { + "psr/cache": "^1.0", + "psr/container": "^1.0" + }, + "suggest": { + "psr/cache": "When using the Cache contracts", + "psr/container": "When using the Service contracts", + "symfony/cache-contracts-implementation": "", + "symfony/service-contracts-implementation": "", + "symfony/translation-contracts-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\": "" + }, + "exclude-from-classmap": [ + "**/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A set of abstractions extracted out of the Symfony components", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2018-10-31T08:00:32+00:00" + }, { "name": "symfony/css-selector", "version": "v4.0.8", @@ -1081,6 +1149,70 @@ "homepage": "https://symfony.com", "time": "2018-03-19T22:35:49+00:00" }, + { + "name": "symfony/event-dispatcher", + "version": "v4.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b788b5f7cd6be22918f3d18ee3ff0a78e060137", + "reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/contracts": "^1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/expression-language": "~3.4|~4.0", + "symfony/stopwatch": "~3.4|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.2-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-26T10:55:26+00:00" + }, { "name": "symfony/polyfill-mbstring", "version": "v1.7.0",