diff --git a/composer.lock b/composer.lock index d9a3ea9..98d8659 100644 --- a/composer.lock +++ b/composer.lock @@ -959,12 +959,12 @@ "source": { "type": "git", "url": "https://github.com/codex-project/git.git", - "reference": "35d6f7ed64a9b90ce645a08afa008b38a52858f6" + "reference": "68688fa13074df751c3ada957d709d0debb8fd0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codex-project/git/zipball/35d6f7ed64a9b90ce645a08afa008b38a52858f6", - "reference": "35d6f7ed64a9b90ce645a08afa008b38a52858f6", + "url": "https://api.github.com/repos/codex-project/git/zipball/68688fa13074df751c3ada957d709d0debb8fd0a", + "reference": "68688fa13074df751c3ada957d709d0debb8fd0a", "shasum": "" }, "require": { @@ -1033,7 +1033,7 @@ "tags", "webhook" ], - "time": "2019-04-27T07:24:19+00:00" + "time": "2019-04-27T13:27:30+00:00" }, { "name": "codex/packagist", @@ -1111,12 +1111,12 @@ "source": { "type": "git", "url": "https://github.com/codex-project/phpdoc.git", - "reference": "ad49dcbbff1428a25905f6cbcf7b4874e992f1ce" + "reference": "b323aadc80da184878544b066f7f7335cc3df8db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codex-project/phpdoc/zipball/ad49dcbbff1428a25905f6cbcf7b4874e992f1ce", - "reference": "ad49dcbbff1428a25905f6cbcf7b4874e992f1ce", + "url": "https://api.github.com/repos/codex-project/phpdoc/zipball/b323aadc80da184878544b066f7f7335cc3df8db", + "reference": "b323aadc80da184878544b066f7f7335cc3df8db", "shasum": "" }, "require": { @@ -1186,7 +1186,7 @@ "markdown", "phpdoc" ], - "time": "2019-04-27T07:24:19+00:00" + "time": "2019-04-27T13:14:50+00:00" }, { "name": "codex/sitemap", @@ -1497,6 +1497,7 @@ "graphql", "lighthouse" ], + "abandoned": true, "time": "2018-09-19T12:52:53+00:00" }, { @@ -2802,6 +2803,7 @@ "cache", "http" ], + "abandoned": "php-http/cache-plugin", "time": "2019-01-27T13:36:25+00:00" }, { @@ -5074,6 +5076,17 @@ { "name": "league/uri", "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "f2bceb755f1108758cf4cf925e4cd7699ce686aa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/f2bceb755f1108758cf4cf925e4cd7699ce686aa", + "reference": "f2bceb755f1108758cf4cf925e4cd7699ce686aa", + "shasum": "" + }, "require": { "ext-fileinfo": "*", "ext-intl": "*", @@ -7199,16 +7212,16 @@ }, { "name": "psr/log", - "version": "1.1.0", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", "shasum": "" }, "require": { @@ -7217,7 +7230,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -7242,7 +7255,7 @@ "psr", "psr-3" ], - "time": "2018-11-20T15:27:04+00:00" + "time": "2019-11-01T11:05:21+00:00" }, { "name": "psr/simple-cache", @@ -8771,24 +8784,24 @@ }, { "name": "symfony/cache", - "version": "v4.2.7", + "version": "v4.3.9", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "9e64db924324700e19ef4f21c2c279a35ff9bdff" + "reference": "2a7bcc592adcaab9efc165bbced5a91fe905fad4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/9e64db924324700e19ef4f21c2c279a35ff9bdff", - "reference": "9e64db924324700e19ef4f21c2c279a35ff9bdff", + "url": "https://api.github.com/repos/symfony/cache/zipball/2a7bcc592adcaab9efc165bbced5a91fe905fad4", + "reference": "2a7bcc592adcaab9efc165bbced5a91fe905fad4", "shasum": "" }, "require": { "php": "^7.1.3", "psr/cache": "~1.0", "psr/log": "~1.0", - "psr/simple-cache": "^1.0", - "symfony/contracts": "^1.0", + "symfony/cache-contracts": "^1.1", + "symfony/service-contracts": "^1.1", "symfony/var-exporter": "^4.2" }, "conflict": { @@ -8799,13 +8812,14 @@ "provide": { "psr/cache-implementation": "1.0", "psr/simple-cache-implementation": "1.0", - "symfony/cache-contracts-implementation": "1.0" + "symfony/cache-implementation": "1.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "~1.6", "doctrine/dbal": "~2.5", "predis/predis": "~1.1", + "psr/simple-cache": "^1.0", "symfony/config": "~4.2", "symfony/dependency-injection": "~3.4|~4.1", "symfony/var-dumper": "^4.1.1" @@ -8813,7 +8827,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.3-dev" } }, "autoload": { @@ -8844,7 +8858,7 @@ "caching", "psr6" ], - "time": "2019-04-16T09:36:45+00:00" + "time": "2019-12-01T10:50:31+00:00" }, { "name": "symfony/config", @@ -8983,36 +8997,45 @@ }, { "name": "symfony/contracts", - "version": "v1.0.2", + "version": "v1.1.8", "source": { "type": "git", "url": "https://github.com/symfony/contracts.git", - "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf" + "reference": "f51bca9de06b7a25b19a4155da7bebad099a5def" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf", - "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf", + "url": "https://api.github.com/repos/symfony/contracts/zipball/f51bca9de06b7a25b19a4155da7bebad099a5def", + "reference": "f51bca9de06b7a25b19a4155da7bebad099a5def", "shasum": "" }, "require": { - "php": "^7.1.3" - }, - "require-dev": { + "php": "^7.1.3", "psr/cache": "^1.0", "psr/container": "^1.0" }, + "replace": { + "symfony/cache-contracts": "self.version", + "symfony/event-dispatcher-contracts": "self.version", + "symfony/http-client-contracts": "self.version", + "symfony/service-contracts": "self.version", + "symfony/translation-contracts": "self.version" + }, + "require-dev": { + "symfony/polyfill-intl-idn": "^1.10" + }, "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": "" + "psr/event-dispatcher": "When using the EventDispatcher contracts", + "symfony/cache-implementation": "", + "symfony/event-dispatcher-implementation": "", + "symfony/http-client-implementation": "", + "symfony/service-implementation": "", + "symfony/translation-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -9047,7 +9070,7 @@ "interoperability", "standards" ], - "time": "2018-12-05T08:06:11+00:00" + "time": "2019-11-07T12:44:51+00:00" }, { "name": "symfony/css-selector", @@ -10270,28 +10293,28 @@ }, { "name": "symfony/var-exporter", - "version": "v4.2.7", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "57e00f3e0a3deee65b67cf971455b98afeacca46" + "reference": "e566070effe60b8d16b99e958cdbd92aa2e470cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/57e00f3e0a3deee65b67cf971455b98afeacca46", - "reference": "57e00f3e0a3deee65b67cf971455b98afeacca46", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/e566070effe60b8d16b99e958cdbd92aa2e470cb", + "reference": "e566070effe60b8d16b99e958cdbd92aa2e470cb", "shasum": "" }, "require": { "php": "^7.1.3" }, "require-dev": { - "symfony/var-dumper": "^4.1.1" + "symfony/var-dumper": "^4.1.1|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -10326,7 +10349,7 @@ "instantiate", "serialize" ], - "time": "2019-04-09T20:09:28+00:00" + "time": "2019-12-01T08:39:58+00:00" }, { "name": "symfony/yaml", @@ -10953,6 +10976,7 @@ "markdown", "table" ], + "abandoned": "league/commonmark-ext-table", "time": "2018-11-28T11:29:11+00:00" }, {