diff --git a/composer.lock b/composer.lock index 953182d8c5023ad0d5ae5ead9520e2bbdfb1c594..cb85615174ee6056591e59767a8d0144de390580 100644 --- a/composer.lock +++ b/composer.lock @@ -248,16 +248,16 @@ }, { "name": "doctrine/annotations", - "version": "1.10.1", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb" + "reference": "b9d758e831c70751155c698c2f7df4665314a1cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb", - "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb", + "reference": "b9d758e831c70751155c698c2f7df4665314a1cb", "shasum": "" }, "require": { @@ -313,7 +313,7 @@ "docblock", "parser" ], - "time": "2020-04-02T12:33:25+00:00" + "time": "2020-04-20T09:18:32+00:00" }, { "name": "doctrine/lexer", @@ -705,7 +705,7 @@ "dist": { "type": "path", "url": "composer/Plugin/ProjectMessage", - "reference": "b4efdbe26634b41a1b89e4f3770a8074769088a6" + "reference": "cad5c2853f5b733663dcc1be328f80ee233acc30" }, "require": { "composer-plugin-api": "^1.1 || ^2", @@ -735,7 +735,7 @@ "dist": { "type": "path", "url": "composer/Plugin/VendorHardening", - "reference": "d54f0b3cc8b4237f3a41a0860a808db242f9da9e" + "reference": "3732b3fa7c1db63f41bc72d847793ea8aebf7735" }, "require": { "composer-plugin-api": "^1.1 || ^2", @@ -1008,16 +1008,16 @@ }, { "name": "laminas/laminas-diactoros", - "version": "2.2.3", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "b596c7141f5093aefec94cb5e8745212299e290f" + "reference": "5ab185dba63ec655a2380c97711b09adc7061f89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/b596c7141f5093aefec94cb5e8745212299e290f", - "reference": "b596c7141f5093aefec94cb5e8745212299e290f", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5ab185dba63ec655a2380c97711b09adc7061f89", + "reference": "5ab185dba63ec655a2380c97711b09adc7061f89", "shasum": "" }, "require": { @@ -1048,9 +1048,12 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev", - "dev-develop": "2.2.x-dev", - "dev-release-1.8": "1.8.x-dev" + "dev-master": "2.3.x-dev", + "dev-develop": "2.4.x-dev" + }, + "laminas": { + "config-provider": "Laminas\\Diactoros\\ConfigProvider", + "module": "Laminas\\Diactoros" } }, "autoload": { @@ -1088,7 +1091,7 @@ "psr", "psr-7" ], - "time": "2020-03-29T12:30:54+00:00" + "time": "2020-04-27T17:07:01+00:00" }, { "name": "laminas/laminas-escaper", @@ -1877,38 +1880,38 @@ }, { "name": "symfony-cmf/routing", - "version": "2.2.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "12f3f64a0ab89ee0dc5ead8802167de762eac024" + "reference": "ab47aab7096db01fe40047e1d7597b181110d0f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/12f3f64a0ab89ee0dc5ead8802167de762eac024", - "reference": "12f3f64a0ab89ee0dc5ead8802167de762eac024", + "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/ab47aab7096db01fe40047e1d7597b181110d0f7", + "reference": "ab47aab7096db01fe40047e1d7597b181110d0f7", "shasum": "" }, "require": { - "php": "^7.1", + "php": "^7.2", "psr/log": "^1.0", - "symfony/http-kernel": "^3.4 || ^4.3", - "symfony/routing": "^3.4 || ^4.3" + "symfony/http-kernel": "^4.4 || ^5.0", + "symfony/routing": "^4.4 || ^5.0" }, "require-dev": { "symfony-cmf/testing": "^3@dev", - "symfony/config": "^3.4 || ^4.3", - "symfony/dependency-injection": "^3.4 || ^4.3", - "symfony/event-dispatcher": "^3.4 || ^4.3", - "symfony/phpunit-bridge": "^4.2.2" + "symfony/config": "^4.4 || ^5.0", + "symfony/dependency-injection": "^4.4 || ^5.0", + "symfony/event-dispatcher": "^4.4 || ^5.0", + "symfony/phpunit-bridge": "^5.0" }, "suggest": { - "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^3.4 || ^4.3)" + "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -1932,11 +1935,11 @@ "database", "routing" ], - "time": "2019-12-10T10:45:30+00:00" + "time": "2020-05-04T14:09:57+00:00" }, { "name": "symfony/console", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/console.git", @@ -2012,7 +2015,7 @@ }, { "name": "symfony/debug", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", @@ -2068,16 +2071,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "755b18859be26b90f4bf63753432d3387458bf31" + "reference": "9d0c2807962f7f12264ab459f48fb541dbd386bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/755b18859be26b90f4bf63753432d3387458bf31", - "reference": "755b18859be26b90f4bf63753432d3387458bf31", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9d0c2807962f7f12264ab459f48fb541dbd386bd", + "reference": "9d0c2807962f7f12264ab459f48fb541dbd386bd", "shasum": "" }, "require": { @@ -2137,11 +2140,11 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2020-03-30T10:09:30+00:00" + "time": "2020-04-16T16:36:56+00:00" }, { "name": "symfony/error-handler", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", @@ -2197,7 +2200,7 @@ }, { "name": "symfony/event-dispatcher", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -2325,16 +2328,16 @@ }, { "name": "symfony/http-foundation", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "62f92509c9abfd1f73e17b8cf1b72c0bdac6611b" + "reference": "ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/62f92509c9abfd1f73e17b8cf1b72c0bdac6611b", - "reference": "62f92509c9abfd1f73e17b8cf1b72c0bdac6611b", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2", + "reference": "ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2", "shasum": "" }, "require": { @@ -2376,20 +2379,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2020-03-30T14:07:33+00:00" + "time": "2020-04-18T20:40:08+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "f356a489e51856b99908005eb7f2c51a1dfc95dc" + "reference": "1799a6c01f0db5851f399151abdb5d6393fec277" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f356a489e51856b99908005eb7f2c51a1dfc95dc", - "reference": "f356a489e51856b99908005eb7f2c51a1dfc95dc", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1799a6c01f0db5851f399151abdb5d6393fec277", + "reference": "1799a6c01f0db5851f399151abdb5d6393fec277", "shasum": "" }, "require": { @@ -2466,20 +2469,20 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2020-03-30T14:59:15+00:00" + "time": "2020-04-28T18:47:42+00:00" }, { "name": "symfony/mime", - "version": "v5.0.7", + "version": "v5.0.8", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "481b7d6da88922fb1e0d86a943987722b08f3955" + "reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955", - "reference": "481b7d6da88922fb1e0d86a943987722b08f3955", + "url": "https://api.github.com/repos/symfony/mime/zipball/5d6c81c39225a750f3f43bee15f03093fb9aaa0b", + "reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b", "shasum": "" }, "require": { @@ -2528,7 +2531,7 @@ "mime", "mime-type" ], - "time": "2020-03-27T16:56:45+00:00" + "time": "2020-04-17T03:29:44+00:00" }, { "name": "symfony/polyfill-ctype", @@ -2883,16 +2886,16 @@ }, { "name": "symfony/process", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3" + "reference": "4b6a9a4013baa65d409153cbb5a895bf093dc7f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/3e40e87a20eaf83a1db825e1fa5097ae89042db3", - "reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3", + "url": "https://api.github.com/repos/symfony/process/zipball/4b6a9a4013baa65d409153cbb5a895bf093dc7f4", + "reference": "4b6a9a4013baa65d409153cbb5a895bf093dc7f4", "shasum": "" }, "require": { @@ -2928,7 +2931,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2020-03-27T16:54:36+00:00" + "time": "2020-04-15T15:56:18+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -2996,16 +2999,16 @@ }, { "name": "symfony/routing", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "0f562fa613e288d7dbae6c63abbc9b33ed75a8f8" + "reference": "67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/0f562fa613e288d7dbae6c63abbc9b33ed75a8f8", - "reference": "0f562fa613e288d7dbae6c63abbc9b33ed75a8f8", + "url": "https://api.github.com/repos/symfony/routing/zipball/67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c", + "reference": "67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c", "shasum": "" }, "require": { @@ -3068,20 +3071,20 @@ "uri", "url" ], - "time": "2020-03-30T11:41:10+00:00" + "time": "2020-04-21T19:59:53+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "2a508a535f2323defb325cf28301064fcbb061b9" + "reference": "067b6a064ffc53b48d3854c7b408b1ea26017a50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/2a508a535f2323defb325cf28301064fcbb061b9", - "reference": "2a508a535f2323defb325cf28301064fcbb061b9", + "url": "https://api.github.com/repos/symfony/serializer/zipball/067b6a064ffc53b48d3854c7b408b1ea26017a50", + "reference": "067b6a064ffc53b48d3854c7b408b1ea26017a50", "shasum": "" }, "require": { @@ -3150,7 +3153,7 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2020-03-27T16:54:36+00:00" + "time": "2020-04-12T16:14:02+00:00" }, { "name": "symfony/service-contracts", @@ -3212,16 +3215,16 @@ }, { "name": "symfony/translation", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "4e54d336f2eca5facad449d0b0118bb449375b76" + "reference": "8272bbd2b7e220ef812eba2a2b30068a5c64b191" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/4e54d336f2eca5facad449d0b0118bb449375b76", - "reference": "4e54d336f2eca5facad449d0b0118bb449375b76", + "url": "https://api.github.com/repos/symfony/translation/zipball/8272bbd2b7e220ef812eba2a2b30068a5c64b191", + "reference": "8272bbd2b7e220ef812eba2a2b30068a5c64b191", "shasum": "" }, "require": { @@ -3284,7 +3287,7 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2020-03-27T16:54:36+00:00" + "time": "2020-04-12T16:45:36+00:00" }, { "name": "symfony/translation-contracts", @@ -3345,16 +3348,16 @@ }, { "name": "symfony/validator", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "2bf1de9d5cac5e5ebc159203c53dcf5b2058d340" + "reference": "1780dff34d756f924ed7bb4f1cd94a7f9685eb69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/2bf1de9d5cac5e5ebc159203c53dcf5b2058d340", - "reference": "2bf1de9d5cac5e5ebc159203c53dcf5b2058d340", + "url": "https://api.github.com/repos/symfony/validator/zipball/1780dff34d756f924ed7bb4f1cd94a7f9685eb69", + "reference": "1780dff34d756f924ed7bb4f1cd94a7f9685eb69", "shasum": "" }, "require": { @@ -3434,20 +3437,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2020-03-30T11:41:10+00:00" + "time": "2020-04-28T18:23:58+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.0.7", + "version": "v5.0.8", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "f74a126acd701392eef2492a17228d42552c86b5" + "reference": "09de28632f16f81058a85fcf318397218272a07b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f74a126acd701392eef2492a17228d42552c86b5", - "reference": "f74a126acd701392eef2492a17228d42552c86b5", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/09de28632f16f81058a85fcf318397218272a07b", + "reference": "09de28632f16f81058a85fcf318397218272a07b", "shasum": "" }, "require": { @@ -3509,20 +3512,20 @@ "debug", "dump" ], - "time": "2020-03-27T16:56:45+00:00" + "time": "2020-04-12T16:45:47+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "ef166890d821518106da3560086bfcbeb4fadfec" + "reference": "b385dce1c0e9f839b384af90188638819433e252" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/ef166890d821518106da3560086bfcbeb4fadfec", - "reference": "ef166890d821518106da3560086bfcbeb4fadfec", + "url": "https://api.github.com/repos/symfony/yaml/zipball/b385dce1c0e9f839b384af90188638819433e252", + "reference": "b385dce1c0e9f839b384af90188638819433e252", "shasum": "" }, "require": { @@ -3568,7 +3571,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2020-03-30T11:41:10+00:00" + "time": "2020-04-28T17:55:16+00:00" }, { "name": "twig/twig", @@ -4018,6 +4021,9 @@ "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, + "bin": [ + "bin/composer" + ], "type": "library", "extra": { "branch-alias": { @@ -4692,24 +4698,21 @@ }, { "name": "phpdocumentor/reflection-common", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" + "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", - "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", + "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", "shasum": "" }, "require": { "php": ">=7.1" }, - "require-dev": { - "phpunit/phpunit": "~6" - }, "type": "library", "extra": { "branch-alias": { @@ -4740,7 +4743,7 @@ "reflection", "static analysis" ], - "time": "2018-08-07T13:53:10+00:00" + "time": "2020-04-27T09:25:28+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -5158,16 +5161,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.3", + "version": "8.5.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "67750516bc02f300e2742fed2f50177f8f37bedf" + "reference": "8474e22d7d642f665084ba5ec780626cbd1efd23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/67750516bc02f300e2742fed2f50177f8f37bedf", - "reference": "67750516bc02f300e2742fed2f50177f8f37bedf", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8474e22d7d642f665084ba5ec780626cbd1efd23", + "reference": "8474e22d7d642f665084ba5ec780626cbd1efd23", "shasum": "" }, "require": { @@ -5237,7 +5240,7 @@ "testing", "xunit" ], - "time": "2020-03-31T08:52:04+00:00" + "time": "2020-04-23T04:39:42+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -5856,20 +5859,20 @@ }, { "name": "seld/jsonlint", - "version": "1.7.2", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19" + "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19", - "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1", + "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1", "shasum": "" }, "require": { - "php": "^5.3 || ^7.0" + "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" @@ -5901,7 +5904,7 @@ "parser", "validator" ], - "time": "2019-10-24T14:27:39+00:00" + "time": "2020-04-30T19:05:18+00:00" }, { "name": "seld/phar-utils", @@ -6000,7 +6003,7 @@ }, { "name": "symfony/browser-kit", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -6059,7 +6062,7 @@ }, { "name": "symfony/css-selector", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -6112,7 +6115,7 @@ }, { "name": "symfony/dom-crawler", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -6173,16 +6176,16 @@ }, { "name": "symfony/filesystem", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "fe297193bf2e6866ed900ed2d5869362768df6a7" + "reference": "a3ebf3bfd8a98a147c010a568add5a8aa4edea0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/fe297193bf2e6866ed900ed2d5869362768df6a7", - "reference": "fe297193bf2e6866ed900ed2d5869362768df6a7", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/a3ebf3bfd8a98a147c010a568add5a8aa4edea0f", + "reference": "a3ebf3bfd8a98a147c010a568add5a8aa4edea0f", "shasum": "" }, "require": { @@ -6219,11 +6222,11 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2020-03-27T16:54:36+00:00" + "time": "2020-04-12T14:39:55+00:00" }, { "name": "symfony/finder", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -6272,16 +6275,16 @@ }, { "name": "symfony/lock", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "103cb1fe294d484f2e6972da66558c405a97cda8" + "reference": "751b1e06abf561a95db96841d1434f632c6e3013" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/103cb1fe294d484f2e6972da66558c405a97cda8", - "reference": "103cb1fe294d484f2e6972da66558c405a97cda8", + "url": "https://api.github.com/repos/symfony/lock/zipball/751b1e06abf561a95db96841d1434f632c6e3013", + "reference": "751b1e06abf561a95db96841d1434f632c6e3013", "shasum": "" }, "require": { @@ -6293,7 +6296,6 @@ }, "require-dev": { "doctrine/dbal": "~2.5", - "mongodb/mongodb": "~1.1", "predis/predis": "~1.0" }, "type": "library", @@ -6334,27 +6336,27 @@ "redlock", "semaphore" ], - "time": "2020-03-27T16:54:36+00:00" + "time": "2020-04-12T11:06:58+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v4.4.7", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "6937c1a1590da7c314537b4f3f741c9255a7072e" + "reference": "fa585895dccc34afb32b7e7e01761e412ee7a987" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/6937c1a1590da7c314537b4f3f741c9255a7072e", - "reference": "6937c1a1590da7c314537b4f3f741c9255a7072e", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/fa585895dccc34afb32b7e7e01761e412ee7a987", + "reference": "fa585895dccc34afb32b7e7e01761e412ee7a987", "shasum": "" }, "require": { "php": ">=5.5.9" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0" + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" }, "suggest": { "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" @@ -6399,7 +6401,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2020-03-27T16:54:36+00:00" + "time": "2020-04-28T17:55:16+00:00" }, { "name": "theseer/tokenizer", diff --git a/composer/Metapackage/CoreRecommended/composer.json b/composer/Metapackage/CoreRecommended/composer.json index dc8c4e15b90537c41723d770c13d57f98ae6ee04..2559d5b36da9bbd9a5202cd0bb4d688f660b3bc7 100644 --- a/composer/Metapackage/CoreRecommended/composer.json +++ b/composer/Metapackage/CoreRecommended/composer.json @@ -11,14 +11,14 @@ "asm89/stack-cors": "1.3.0", "composer/installers": "v1.9.0", "composer/semver": "1.5.1", - "doctrine/annotations": "1.10.1", + "doctrine/annotations": "1.10.2", "doctrine/lexer": "1.2.0", "doctrine/reflection": "1.2.1", "egulias/email-validator": "2.1.17", "guzzlehttp/guzzle": "6.5.3", "guzzlehttp/promises": "v1.3.1", "guzzlehttp/psr7": "1.6.1", - "laminas/laminas-diactoros": "2.2.3", + "laminas/laminas-diactoros": "2.3.0", "laminas/laminas-escaper": "2.6.1", "laminas/laminas-feed": "2.12.2", "laminas/laminas-stdlib": "3.2.1", @@ -34,32 +34,32 @@ "psr/log": "1.1.3", "ralouphie/getallheaders": "3.0.3", "stack/builder": "v1.0.6", - "symfony-cmf/routing": "2.2.0", - "symfony/console": "v4.4.7", - "symfony/debug": "v4.4.7", - "symfony/dependency-injection": "v4.4.7", - "symfony/error-handler": "v4.4.7", - "symfony/event-dispatcher": "v4.4.7", + "symfony-cmf/routing": "2.3.1", + "symfony/console": "v4.4.8", + "symfony/debug": "v4.4.8", + "symfony/dependency-injection": "v4.4.8", + "symfony/error-handler": "v4.4.8", + "symfony/event-dispatcher": "v4.4.8", "symfony/event-dispatcher-contracts": "v1.1.7", - "symfony/http-foundation": "v4.4.7", - "symfony/http-kernel": "v4.4.7", - "symfony/mime": "v5.0.7", + "symfony/http-foundation": "v4.4.8", + "symfony/http-kernel": "v4.4.8", + "symfony/mime": "v5.0.8", "symfony/polyfill-ctype": "v1.15.0", "symfony/polyfill-iconv": "v1.15.0", "symfony/polyfill-intl-idn": "v1.15.0", "symfony/polyfill-mbstring": "v1.15.0", "symfony/polyfill-php72": "v1.15.0", "symfony/polyfill-php73": "v1.15.0", - "symfony/process": "v4.4.7", + "symfony/process": "v4.4.8", "symfony/psr-http-message-bridge": "v2.0.0", - "symfony/routing": "v4.4.7", - "symfony/serializer": "v4.4.7", + "symfony/routing": "v4.4.8", + "symfony/serializer": "v4.4.8", "symfony/service-contracts": "v2.0.1", - "symfony/translation": "v4.4.7", + "symfony/translation": "v4.4.8", "symfony/translation-contracts": "v2.0.1", - "symfony/validator": "v4.4.7", - "symfony/var-dumper": "v5.0.7", - "symfony/yaml": "v4.4.7", + "symfony/validator": "v4.4.8", + "symfony/var-dumper": "v5.0.8", + "symfony/yaml": "v4.4.8", "twig/twig": "v2.12.5", "typo3/phar-stream-wrapper": "v3.1.4" } diff --git a/composer/Metapackage/PinnedDevDependencies/composer.json b/composer/Metapackage/PinnedDevDependencies/composer.json index 561770269a42b7dc8bea0248a591109bdf713418..5e3f29555b3fa5aa2e0dfcfe2e38e7f27db01f3c 100644 --- a/composer/Metapackage/PinnedDevDependencies/composer.json +++ b/composer/Metapackage/PinnedDevDependencies/composer.json @@ -26,7 +26,7 @@ "myclabs/deep-copy": "1.9.5", "phar-io/manifest": "1.0.3", "phar-io/version": "2.0.1", - "phpdocumentor/reflection-common": "2.0.0", + "phpdocumentor/reflection-common": "2.1.0", "phpdocumentor/reflection-docblock": "5.1.0", "phpdocumentor/type-resolver": "1.1.0", "phpspec/prophecy": "v1.10.3", @@ -35,7 +35,7 @@ "phpunit/php-text-template": "1.2.1", "phpunit/php-timer": "2.1.2", "phpunit/php-token-stream": "3.1.1", - "phpunit/phpunit": "8.5.3", + "phpunit/phpunit": "8.5.4", "sebastian/code-unit-reverse-lookup": "1.0.1", "sebastian/comparator": "3.0.2", "sebastian/diff": "3.0.2", @@ -48,16 +48,16 @@ "sebastian/resource-operations": "2.0.1", "sebastian/type": "1.1.3", "sebastian/version": "2.0.1", - "seld/jsonlint": "1.7.2", + "seld/jsonlint": "1.8.0", "seld/phar-utils": "1.1.0", "squizlabs/php_codesniffer": "3.5.5", - "symfony/browser-kit": "v4.4.7", - "symfony/css-selector": "v4.4.7", - "symfony/dom-crawler": "v4.4.7", - "symfony/filesystem": "v4.4.7", - "symfony/finder": "v4.4.7", - "symfony/lock": "v4.4.7", - "symfony/phpunit-bridge": "v4.4.7", + "symfony/browser-kit": "v4.4.8", + "symfony/css-selector": "v4.4.8", + "symfony/dom-crawler": "v4.4.8", + "symfony/filesystem": "v4.4.8", + "symfony/finder": "v4.4.8", + "symfony/lock": "v4.4.8", + "symfony/phpunit-bridge": "v4.4.8", "theseer/tokenizer": "1.1.3", "webmozart/assert": "1.8.0" }