diff --git a/composer.lock b/composer.lock index d9a3ea9..f8f6a16 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": "*", @@ -9504,30 +9517,31 @@ }, { "name": "symfony/http-foundation", - "version": "v4.2.7", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "6ebbe61f48069033225c9d3fa7eb5ed116d766d6" + "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6ebbe61f48069033225c9d3fa7eb5ed116d766d6", - "reference": "6ebbe61f48069033225c9d3fa7eb5ed116d766d6", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5", + "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5", "shasum": "" }, "require": { "php": "^7.1.3", + "symfony/mime": "^4.3|^5.0", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { "predis/predis": "~1.0", - "symfony/expression-language": "~3.4|~4.0" + "symfony/expression-language": "^3.4|^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -9554,7 +9568,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-04-17T14:56:00+00:00" + "time": "2019-11-28T13:33:56+00:00" }, { "name": "symfony/http-kernel", @@ -9645,6 +9659,68 @@ "homepage": "https://symfony.com", "time": "2019-04-17T16:17:13+00:00" }, + { + "name": "symfony/mime", + "version": "v4.4.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "010cc488e56cafe5f7494dea70aea93100c234df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df", + "reference": "010cc488e56cafe5f7494dea70aea93100c234df", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "conflict": { + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10", + "symfony/dependency-injection": "^3.4|^4.1|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "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": "A library to manipulate MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "time": "2019-11-30T08:27:26+00:00" + }, { "name": "symfony/options-resolver", "version": "v4.2.7", @@ -9880,16 +9956,16 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.11.0", + "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", "shasum": "" }, "require": { @@ -9901,7 +9977,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "1.13-dev" } }, "autoload": { @@ -9935,7 +10011,7 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "time": "2019-11-27T14:18:11+00:00" }, { "name": "symfony/polyfill-php72", @@ -10953,6 +11029,7 @@ "markdown", "table" ], + "abandoned": "league/commonmark-ext-table", "time": "2018-11-28T11:29:11+00:00" }, {