From 125def8aadc302ad3f5fce1d09ef8c47daea200c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 22:15:02 +0000 Subject: [PATCH] Build(deps): Bump mpociot/laravel-apidoc-generator from 3.4.1 to 3.17.1 Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.4.1 to 3.17.1. - [Release notes](https://github.com/mpociot/laravel-apidoc-generator/releases) - [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpociot/laravel-apidoc-generator/compare/3.4.1...3.17.1) Signed-off-by: dependabot-preview[bot] --- composer.lock | 218 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 140 insertions(+), 78 deletions(-) diff --git a/composer.lock b/composer.lock index cdf732c..01997fd 100644 --- a/composer.lock +++ b/composer.lock @@ -588,16 +588,16 @@ }, { "name": "erusev/parsedown", - "version": "1.7.1", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" + "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", - "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7", + "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7", "shasum": "" }, "require": { @@ -630,7 +630,7 @@ "markdown", "parser" ], - "time": "2018-03-08T01:11:30+00:00" + "time": "2019-03-17T18:48:37+00:00" }, { "name": "fideloper/proxy", @@ -1697,20 +1697,20 @@ }, { "name": "mpociot/documentarian", - "version": "0.2.1", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/mpociot/documentarian.git", - "reference": "477f67a975f4ee6a496455938b5558d9f2a3cceb" + "reference": "6a9f227ec1d1d295d4d3ee91bca0a6a98585684f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mpociot/documentarian/zipball/477f67a975f4ee6a496455938b5558d9f2a3cceb", - "reference": "477f67a975f4ee6a496455938b5558d9f2a3cceb", + "url": "https://api.github.com/repos/mpociot/documentarian/zipball/6a9f227ec1d1d295d4d3ee91bca0a6a98585684f", + "reference": "6a9f227ec1d1d295d4d3ee91bca0a6a98585684f", "shasum": "" }, "require": { - "illuminate/view": "5.*", + "illuminate/view": "5.*|^6.0", "mnapoli/front-yaml": "^1.5", "mnapoli/silly": "~1.0", "php": ">=5.5.9", @@ -1741,28 +1741,29 @@ "email": "m.pociot@gmail.com" } ], - "time": "2016-08-26T21:14:19+00:00" + "time": "2019-09-04T22:15:39+00:00" }, { "name": "mpociot/laravel-apidoc-generator", - "version": "3.4.1", + "version": "3.17.1", "source": { "type": "git", "url": "https://github.com/mpociot/laravel-apidoc-generator.git", - "reference": "46e7a34b63f67d03951d49a8cfa61e8e1e817747" + "reference": "009d7603bf40262e37be329872c99a9ba97471c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mpociot/laravel-apidoc-generator/zipball/46e7a34b63f67d03951d49a8cfa61e8e1e817747", - "reference": "46e7a34b63f67d03951d49a8cfa61e8e1e817747", + "url": "https://api.github.com/repos/mpociot/laravel-apidoc-generator/zipball/009d7603bf40262e37be329872c99a9ba97471c8", + "reference": "009d7603bf40262e37be329872c99a9ba97471c8", "shasum": "" }, "require": { "fzaninotto/faker": "~1.8", - "illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.*", - "illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.*", - "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*", - "mpociot/documentarian": "^0.2.0", + "illuminate/console": "^5.5|^6.0", + "illuminate/routing": "^5.5|^6.0", + "illuminate/support": "^5.5|^6.0", + "league/flysystem": "^1.0", + "mpociot/documentarian": "^0.3.0", "mpociot/reflection-docblock": "^1.0.1", "php": ">=7.0.0", "ramsey/uuid": "^3.8" @@ -1772,10 +1773,12 @@ "league/fractal": "^0.17.0", "mockery/mockery": "^1.2.0", "orchestra/testbench": "3.5.* || 3.6.* || 3.7.*", + "phpstan/phpstan": "^0.9.0 || ^0.10.0 || ^0.11.15", "phpunit/phpunit": "^6.0.0 || ^7.4.0" }, "suggest": { - "league/fractal": "Required for transformers support" + "league/fractal": "Required for transformers support", + "nunomaduro/collision": "For better reporting of errors that are thrown when generating docs" }, "type": "library", "extra": { @@ -1807,7 +1810,7 @@ "documentation", "laravel" ], - "time": "2019-03-04T22:13:05+00:00" + "time": "2019-09-12T22:34:17+00:00" }, { "name": "mpociot/reflection-docblock", @@ -2236,9 +2239,9 @@ "authors": [ { "name": "Kitamura Satoshi", + "role": "Original creator", "email": "with.no.parachute@gmail.com", - "homepage": "https://www.facebook.com/satooshi.jp", - "role": "Original creator" + "homepage": "https://www.facebook.com/satooshi.jp" }, { "name": "Takashi Matsuo", @@ -2622,6 +2625,52 @@ ], "time": "2017-07-14T14:27:02+00:00" }, + { + "name": "psr/cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "time": "2016-08-06T20:24:11+00:00" + }, { "name": "psr/container", "version": "1.0.0", @@ -3136,16 +3185,16 @@ }, { "name": "symfony/console", - "version": "v4.2.4", + "version": "v4.2.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "9dc2299a016497f9ee620be94524e6c0af0280a9" + "reference": "fc2e274aade6567a750551942094b2145ade9b6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/9dc2299a016497f9ee620be94524e6c0af0280a9", - "reference": "9dc2299a016497f9ee620be94524e6c0af0280a9", + "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c", + "reference": "fc2e274aade6567a750551942094b2145ade9b6c", "shasum": "" }, "require": { @@ -3204,40 +3253,49 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-02-23T15:17:42+00:00" + "time": "2019-07-24T17:13:20+00:00" }, { "name": "symfony/contracts", - "version": "v1.0.2", + "version": "v1.1.6", "source": { "type": "git", "url": "https://github.com/symfony/contracts.git", - "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf" + "reference": "3692662d26cd9d204a69748792ae021c35313610" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf", - "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf", + "url": "https://api.github.com/repos/symfony/contracts/zipball/3692662d26cd9d204a69748792ae021c35313610", + "reference": "3692662d26cd9d204a69748792ae021c35313610", "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": { @@ -3272,7 +3330,7 @@ "interoperability", "standards" ], - "time": "2018-12-05T08:06:11+00:00" + "time": "2019-08-21T15:14:41+00:00" }, { "name": "symfony/css-selector", @@ -3691,16 +3749,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.10.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", "shasum": "" }, "require": { @@ -3712,7 +3770,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -3728,13 +3786,13 @@ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", @@ -3745,20 +3803,20 @@ "polyfill", "portable" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.10.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", "shasum": "" }, "require": { @@ -3770,7 +3828,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -3804,7 +3862,7 @@ "portable", "shim" ], - "time": "2018-09-21T13:07:52+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-php56", @@ -4296,16 +4354,16 @@ }, { "name": "symfony/yaml", - "version": "v4.2.4", + "version": "v4.3.4", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "761fa560a937fd7686e5274ff89dcfa87a5047df" + "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/761fa560a937fd7686e5274ff89dcfa87a5047df", - "reference": "761fa560a937fd7686e5274ff89dcfa87a5047df", + "url": "https://api.github.com/repos/symfony/yaml/zipball/5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686", + "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686", "shasum": "" }, "require": { @@ -4324,7 +4382,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.3-dev" } }, "autoload": { @@ -4351,7 +4409,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-02-23T15:17:42+00:00" + "time": "2019-08-20T14:27:59+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -4579,16 +4637,16 @@ }, { "name": "windwalker/renderer", - "version": "3.5.1", + "version": "3.5.12", "source": { "type": "git", "url": "https://github.com/ventoviro/windwalker-renderer.git", - "reference": "9999d99c1adbc6b82e7a158701c8689efb817687" + "reference": "c49ee2a473f565b5a428f86d3462f6637a40b35e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ventoviro/windwalker-renderer/zipball/9999d99c1adbc6b82e7a158701c8689efb817687", - "reference": "9999d99c1adbc6b82e7a158701c8689efb817687", + "url": "https://api.github.com/repos/ventoviro/windwalker-renderer/zipball/c49ee2a473f565b5a428f86d3462f6637a40b35e", + "reference": "c49ee2a473f565b5a428f86d3462f6637a40b35e", "shasum": "" }, "require": { @@ -4632,20 +4690,20 @@ "renderer", "windwalker" ], - "time": "2019-01-13T08:39:07+00:00" + "time": "2019-08-17T05:12:18+00:00" }, { "name": "windwalker/structure", - "version": "3.5.1", + "version": "3.5.12", "source": { "type": "git", "url": "https://github.com/ventoviro/windwalker-structure.git", - "reference": "c54090c14f1a9d1bd2a791d64d9aaceaa9440e90" + "reference": "efd8e765b6d57db395c23ba02948953b7d20dd86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ventoviro/windwalker-structure/zipball/c54090c14f1a9d1bd2a791d64d9aaceaa9440e90", - "reference": "c54090c14f1a9d1bd2a791d64d9aaceaa9440e90", + "url": "https://api.github.com/repos/ventoviro/windwalker-structure/zipball/efd8e765b6d57db395c23ba02948953b7d20dd86", + "reference": "efd8e765b6d57db395c23ba02948953b7d20dd86", "shasum": "" }, "require": { @@ -4653,11 +4711,15 @@ }, "require-dev": { "ext-json": "*", + "laktak/hjson": "^2.1", "symfony/yaml": "3.*", - "windwalker/test": "~3.0" + "windwalker/test": "~3.0", + "yosymfony/toml": "^1.0" }, "suggest": { - "symfony/yaml": "Install 3.* if you require YAML support." + "laktak/hjson": "Install ~2.0 if you require HJSON support.", + "symfony/yaml": "Install 3.* if you require YAML support.", + "yosymfony/toml": "Install ~1.0 if you require TOML support." }, "type": "windwalker-package", "extra": { @@ -4681,7 +4743,7 @@ "structure", "windwalker" ], - "time": "2019-02-05T05:54:56+00:00" + "time": "2019-07-26T17:11:14+00:00" }, { "name": "zendframework/zend-diactoros", @@ -6250,8 +6312,8 @@ "authors": [ { "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "role": "Developer", + "email": "arne@blankerts.de" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",