From fcefd471cc9de3b4eec783146295cc813b230ae9 Mon Sep 17 00:00:00 2001 From: Zorgbort Date: Mon, 3 May 2021 14:24:37 +0000 Subject: [PATCH] Update Dependencies --- composer.lock | 594 +++++++++++++++++++++++++------------------------- 1 file changed, 293 insertions(+), 301 deletions(-) diff --git a/composer.lock b/composer.lock index 87c18466fe..14ea16d619 100644 --- a/composer.lock +++ b/composer.lock @@ -132,16 +132,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.178.5", + "version": "3.179.2", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "5a268a20272c0c9171570ed57f68b629e966deab" + "reference": "7d3490e35878d0884905fa0c1ab43ecf178c8d9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5a268a20272c0c9171570ed57f68b629e966deab", - "reference": "5a268a20272c0c9171570ed57f68b629e966deab", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7d3490e35878d0884905fa0c1ab43ecf178c8d9b", + "reference": "7d3490e35878d0884905fa0c1ab43ecf178c8d9b", "shasum": "" }, "require": { @@ -216,9 +216,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.178.5" + "source": "https://github.com/aws/aws-sdk-php/tree/3.179.2" }, - "time": "2021-04-15T18:12:46+00:00" + "time": "2021-04-30T19:46:52+00:00" }, { "name": "clue/stream-filter", @@ -491,40 +491,39 @@ }, { "name": "doctrine/cache", - "version": "1.10.2", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "13e3381b25847283a91948d04640543941309727" + "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", - "reference": "13e3381b25847283a91948d04640543941309727", + "url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0", + "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { - "doctrine/common": ">2.2,<2.4" + "doctrine/common": ">2.2,<2.4", + "psr/cache": ">=3" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", - "doctrine/coding-standard": "^6.0", + "cache/integration-tests": "dev-master", + "doctrine/coding-standard": "^8.0", "mongodb/mongodb": "^1.1", - "phpunit/phpunit": "^7.0", - "predis/predis": "~1.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "predis/predis": "~1.0", + "psr/cache": "^1.0 || ^2.0", + "symfony/cache": "^4.4 || ^5.2" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" @@ -571,7 +570,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.10.x" + "source": "https://github.com/doctrine/cache/tree/1.11.0" }, "funding": [ { @@ -587,7 +586,7 @@ "type": "tidelift" } ], - "time": "2020-07-07T18:54:01+00:00" + "time": "2021-04-13T14:46:17+00:00" }, { "name": "doctrine/collections", @@ -827,16 +826,16 @@ }, { "name": "doctrine/dbal", - "version": "2.13.0", + "version": "2.13.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796" + "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/67d56d3203b33db29834e6b2fcdbfdc50535d796", - "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9", + "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9", "shasum": "" }, "require": { @@ -851,6 +850,7 @@ "jetbrains/phpstorm-stubs": "2020.2", "phpstan/phpstan": "0.12.81", "phpunit/phpunit": "^7.5.20|^8.5|9.5.0", + "squizlabs/php_codesniffer": "3.6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.6.4" }, @@ -913,7 +913,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.13.0" + "source": "https://github.com/doctrine/dbal/tree/2.13.1" }, "funding": [ { @@ -929,7 +929,7 @@ "type": "tidelift" } ], - "time": "2021-03-28T18:10:53+00:00" + "time": "2021-04-17T17:30:19+00:00" }, { "name": "doctrine/deprecations", @@ -1589,21 +1589,21 @@ }, { "name": "doctrine/migrations", - "version": "3.1.1", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "e543224170a61ffe49fcadb8e7339c345df1baa2" + "reference": "1c2780df6b58998f411e64973cfa464ba0a06e00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/e543224170a61ffe49fcadb8e7339c345df1baa2", - "reference": "e543224170a61ffe49fcadb8e7339c345df1baa2", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/1c2780df6b58998f411e64973cfa464ba0a06e00", + "reference": "1c2780df6b58998f411e64973cfa464ba0a06e00", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8", - "doctrine/dbal": "^2.10", + "doctrine/dbal": "^2.11", "doctrine/event-manager": "^1.0", "friendsofphp/proxy-manager-lts": "^1.0", "php": "^7.2 || ^8.0", @@ -1636,9 +1636,6 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - }, "composer-normalize": { "indent-size": 4, "indent-style": "space" @@ -1676,7 +1673,7 @@ ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.1.1" + "source": "https://github.com/doctrine/migrations/tree/3.1.2" }, "funding": [ { @@ -1692,7 +1689,7 @@ "type": "tidelift" } ], - "time": "2021-03-14T11:10:58+00:00" + "time": "2021-04-24T12:54:34+00:00" }, { "name": "doctrine/orm", @@ -2633,16 +2630,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.8.1", + "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1" + "reference": "dc960a912984efb74d0a90222870c72c87f10c91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1", - "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", + "reference": "dc960a912984efb74d0a90222870c72c87f10c91", "shasum": "" }, "require": { @@ -2702,9 +2699,9 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.1" + "source": "https://github.com/guzzle/psr7/tree/1.8.2" }, - "time": "2021-03-21T16:25:00+00:00" + "time": "2021-04-26T09:17:50+00:00" }, { "name": "http-interop/http-factory-guzzle", @@ -2925,16 +2922,16 @@ }, { "name": "laminas/laminas-code", - "version": "4.2.0", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "e7e8f8a9c267520051d8026ff1da74823a3d8b97" + "reference": "a1e7f8b6467ac7f277b8e027e8537fa13664a8d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/e7e8f8a9c267520051d8026ff1da74823a3d8b97", - "reference": "e7e8f8a9c267520051d8026ff1da74823a3d8b97", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/a1e7f8b6467ac7f277b8e027e8537fa13664a8d8", + "reference": "a1e7f8b6467ac7f277b8e027e8537fa13664a8d8", "shasum": "" }, "require": { @@ -2992,7 +2989,7 @@ "type": "community_bridge" } ], - "time": "2021-04-14T22:05:06+00:00" + "time": "2021-04-23T11:54:51+00:00" }, { "name": "laminas/laminas-diagnostics", @@ -4762,16 +4759,16 @@ }, { "name": "psr/log", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -4795,7 +4792,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -4806,9 +4803,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.3" + "source": "https://github.com/php-fig/log/tree/1.1.4" }, - "time": "2020-03-23T09:12:05+00:00" + "time": "2021-05-03T11:20:27+00:00" }, { "name": "ralouphie/getallheaders", @@ -5066,16 +5063,16 @@ }, { "name": "swagger-api/swagger-ui", - "version": "v3.47.1", + "version": "v3.48.0", "source": { "type": "git", "url": "https://github.com/swagger-api/swagger-ui.git", - "reference": "0f8548c0d443fa37f10a45948d5f2babf685c657" + "reference": "f96bc134a31c1250218df912f1e145fbb32191b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/0f8548c0d443fa37f10a45948d5f2babf685c657", - "reference": "0f8548c0d443fa37f10a45948d5f2babf685c657", + "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/f96bc134a31c1250218df912f1e145fbb32191b0", + "reference": "f96bc134a31c1250218df912f1e145fbb32191b0", "shasum": "" }, "type": "library", @@ -5121,9 +5118,9 @@ ], "support": { "issues": "https://github.com/swagger-api/swagger-ui/issues", - "source": "https://github.com/swagger-api/swagger-ui/tree/v3.47.1" + "source": "https://github.com/swagger-api/swagger-ui/tree/v3.48.0" }, - "time": "2021-04-15T21:56:21+00:00" + "time": "2021-04-29T22:10:35+00:00" }, { "name": "symfony/amazon-mailer", @@ -5194,16 +5191,16 @@ }, { "name": "symfony/amqp-messenger", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/amqp-messenger.git", - "reference": "cf309a35ed08caa77886ee6a352b8491c7681424" + "reference": "2dbdde5e095c1ee8df84560db5bdd4e7e48cbeac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/cf309a35ed08caa77886ee6a352b8491c7681424", - "reference": "cf309a35ed08caa77886ee6a352b8491c7681424", + "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/2dbdde5e095c1ee8df84560db5bdd4e7e48cbeac", + "reference": "2dbdde5e095c1ee8df84560db5bdd4e7e48cbeac", "shasum": "" }, "require": { @@ -5243,7 +5240,7 @@ "description": "Symfony AMQP extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/amqp-messenger/tree/v5.2.4" + "source": "https://github.com/symfony/amqp-messenger/tree/v5.2.7" }, "funding": [ { @@ -5259,7 +5256,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:19:04+00:00" + "time": "2021-04-07T16:27:53+00:00" }, { "name": "symfony/apache-pack", @@ -5289,16 +5286,16 @@ }, { "name": "symfony/asset", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "54a42aa50f9359d1184bf7e954521b45ca3d5828" + "reference": "e6676acfabf011dca2beaa5f9b8d519c8aea2870" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/54a42aa50f9359d1184bf7e954521b45ca3d5828", - "reference": "54a42aa50f9359d1184bf7e954521b45ca3d5828", + "url": "https://api.github.com/repos/symfony/asset/zipball/e6676acfabf011dca2beaa5f9b8d519c8aea2870", + "reference": "e6676acfabf011dca2beaa5f9b8d519c8aea2870", "shasum": "" }, "require": { @@ -5338,7 +5335,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.2.4" + "source": "https://github.com/symfony/asset/tree/v5.2.7" }, "funding": [ { @@ -5354,20 +5351,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-04-07T16:07:52+00:00" }, { "name": "symfony/cache", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "093d69bb10c959553c8beb828b8d4ea250a247dd" + "reference": "1d801d1dc5e3840e832568db6b35a954cfb435a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/093d69bb10c959553c8beb828b8d4ea250a247dd", - "reference": "093d69bb10c959553c8beb828b8d4ea250a247dd", + "url": "https://api.github.com/repos/symfony/cache/zipball/1d801d1dc5e3840e832568db6b35a954cfb435a8", + "reference": "1d801d1dc5e3840e832568db6b35a954cfb435a8", "shasum": "" }, "require": { @@ -5433,7 +5430,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.2.6" + "source": "https://github.com/symfony/cache/tree/v5.2.7" }, "funding": [ { @@ -5449,7 +5446,7 @@ "type": "tidelift" } ], - "time": "2021-03-16T09:10:13+00:00" + "time": "2021-04-23T16:56:33+00:00" }, { "name": "symfony/cache-contracts", @@ -5532,16 +5529,16 @@ }, { "name": "symfony/config", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "212d54675bf203ff8aef7d8cee8eecfb72f4a263" + "reference": "3817662ada105c8c4d1afdb4ec003003efd1d8d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/212d54675bf203ff8aef7d8cee8eecfb72f4a263", - "reference": "212d54675bf203ff8aef7d8cee8eecfb72f4a263", + "url": "https://api.github.com/repos/symfony/config/zipball/3817662ada105c8c4d1afdb4ec003003efd1d8d8", + "reference": "3817662ada105c8c4d1afdb4ec003003efd1d8d8", "shasum": "" }, "require": { @@ -5590,7 +5587,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.2.4" + "source": "https://github.com/symfony/config/tree/v5.2.7" }, "funding": [ { @@ -5606,20 +5603,20 @@ "type": "tidelift" } ], - "time": "2021-02-23T23:58:19+00:00" + "time": "2021-04-07T16:07:52+00:00" }, { "name": "symfony/console", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d" + "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d", - "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d", + "url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629", + "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629", "shasum": "" }, "require": { @@ -5687,7 +5684,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.2.6" + "source": "https://github.com/symfony/console/tree/v5.2.7" }, "funding": [ { @@ -5703,20 +5700,20 @@ "type": "tidelift" } ], - "time": "2021-03-28T09:42:18+00:00" + "time": "2021-04-19T14:07:32+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "1e66194bed2a69fa395d26bf1067e5e34483afac" + "reference": "6ca378b99e3c9ba6127eb43b68389fb2b7348577" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1e66194bed2a69fa395d26bf1067e5e34483afac", - "reference": "1e66194bed2a69fa395d26bf1067e5e34483afac", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6ca378b99e3c9ba6127eb43b68389fb2b7348577", + "reference": "6ca378b99e3c9ba6127eb43b68389fb2b7348577", "shasum": "" }, "require": { @@ -5774,7 +5771,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.2.6" + "source": "https://github.com/symfony/dependency-injection/tree/v5.2.7" }, "funding": [ { @@ -5790,7 +5787,7 @@ "type": "tidelift" } ], - "time": "2021-03-22T11:10:24+00:00" + "time": "2021-04-24T14:32:26+00:00" }, { "name": "symfony/deprecation-contracts", @@ -5861,16 +5858,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "72b6d743c6108e2b8d15ab94e1a8a224c4d0d144" + "reference": "6c8318bb9b315d3d325e9904445e4c4514e3d8ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/72b6d743c6108e2b8d15ab94e1a8a224c4d0d144", - "reference": "72b6d743c6108e2b8d15ab94e1a8a224c4d0d144", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/6c8318bb9b315d3d325e9904445e4c4514e3d8ed", + "reference": "6c8318bb9b315d3d325e9904445e4c4514e3d8ed", "shasum": "" }, "require": { @@ -5955,7 +5952,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.6" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.7" }, "funding": [ { @@ -5971,20 +5968,20 @@ "type": "tidelift" } ], - "time": "2021-03-10T22:10:15+00:00" + "time": "2021-04-16T17:25:34+00:00" }, { "name": "symfony/doctrine-messenger", - "version": "v5.2.5", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", - "reference": "10136ef0e31ca9839254bd909ef42421b61bc118" + "reference": "f5544cd4a5d06ffb75a09c6cde099d22cd0e1255" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/10136ef0e31ca9839254bd909ef42421b61bc118", - "reference": "10136ef0e31ca9839254bd909ef42421b61bc118", + "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/f5544cd4a5d06ffb75a09c6cde099d22cd0e1255", + "reference": "f5544cd4a5d06ffb75a09c6cde099d22cd0e1255", "shasum": "" }, "require": { @@ -6028,7 +6025,7 @@ "description": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-messenger/tree/v5.2.5" + "source": "https://github.com/symfony/doctrine-messenger/tree/v5.3.0-BETA1" }, "funding": [ { @@ -6044,7 +6041,7 @@ "type": "tidelift" } ], - "time": "2021-03-05T12:14:19+00:00" + "time": "2021-04-07T16:27:53+00:00" }, { "name": "symfony/dotenv", @@ -6118,16 +6115,16 @@ }, { "name": "symfony/error-handler", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "bdb7fb4188da7f4211e4b88350ba0dfdad002b03" + "reference": "ea3ddbf67615e883ca7c33a4de61213789846782" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/bdb7fb4188da7f4211e4b88350ba0dfdad002b03", - "reference": "bdb7fb4188da7f4211e4b88350ba0dfdad002b03", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/ea3ddbf67615e883ca7c33a4de61213789846782", + "reference": "ea3ddbf67615e883ca7c33a4de61213789846782", "shasum": "" }, "require": { @@ -6167,7 +6164,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.2.6" + "source": "https://github.com/symfony/error-handler/tree/v5.2.7" }, "funding": [ { @@ -6183,7 +6180,7 @@ "type": "tidelift" } ], - "time": "2021-03-16T09:07:47+00:00" + "time": "2021-04-07T15:57:33+00:00" }, { "name": "symfony/event-dispatcher", @@ -6351,16 +6348,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "8c86a82f51658188119e62cff0a050a12d09836f" + "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/8c86a82f51658188119e62cff0a050a12d09836f", - "reference": "8c86a82f51658188119e62cff0a050a12d09836f", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0", + "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0", "shasum": "" }, "require": { @@ -6393,7 +6390,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.2.6" + "source": "https://github.com/symfony/filesystem/tree/v5.2.7" }, "funding": [ { @@ -6409,7 +6406,7 @@ "type": "tidelift" } ], - "time": "2021-03-28T14:30:26+00:00" + "time": "2021-04-01T10:42:13+00:00" }, { "name": "symfony/finder", @@ -6542,16 +6539,16 @@ }, { "name": "symfony/framework-bundle", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "8889da18c6faa76c6149a90e6542be4afe723f2f" + "reference": "af652965c2a598e192200c6932ab9edd283ffe42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8889da18c6faa76c6149a90e6542be4afe723f2f", - "reference": "8889da18c6faa76c6149a90e6542be4afe723f2f", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/af652965c2a598e192200c6932ab9edd283ffe42", + "reference": "af652965c2a598e192200c6932ab9edd283ffe42", "shasum": "" }, "require": { @@ -6671,7 +6668,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.2.6" + "source": "https://github.com/symfony/framework-bundle/tree/v5.2.7" }, "funding": [ { @@ -6687,20 +6684,20 @@ "type": "tidelift" } ], - "time": "2021-03-22T14:43:01+00:00" + "time": "2021-04-16T17:21:25+00:00" }, { "name": "symfony/http-client", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "3c3075467da15bc2edf38d2ac20d34719e794bd8" + "reference": "cdaf3df771d3ea9b05696c9e91281ffd056aff66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/3c3075467da15bc2edf38d2ac20d34719e794bd8", - "reference": "3c3075467da15bc2edf38d2ac20d34719e794bd8", + "url": "https://api.github.com/repos/symfony/http-client/zipball/cdaf3df771d3ea9b05696c9e91281ffd056aff66", + "reference": "cdaf3df771d3ea9b05696c9e91281ffd056aff66", "shasum": "" }, "require": { @@ -6757,7 +6754,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v5.2.6" + "source": "https://github.com/symfony/http-client/tree/v5.2.7" }, "funding": [ { @@ -6773,7 +6770,7 @@ "type": "tidelift" } ], - "time": "2021-03-28T09:42:18+00:00" + "time": "2021-04-07T16:27:53+00:00" }, { "name": "symfony/http-client-contracts", @@ -6855,16 +6852,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf" + "reference": "a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/54499baea7f7418bce7b5ec92770fd0799e8e9bf", - "reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f", + "reference": "a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f", "shasum": "" }, "require": { @@ -6908,7 +6905,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.2.4" + "source": "https://github.com/symfony/http-foundation/tree/v5.2.7" }, "funding": [ { @@ -6924,20 +6921,20 @@ "type": "tidelift" } ], - "time": "2021-02-25T17:16:57+00:00" + "time": "2021-05-01T13:46:24+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "f34de4c61ca46df73857f7f36b9a3805bdd7e3b2" + "reference": "1e9f6879f070f718e0055fbac232a56f67b8b6bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f34de4c61ca46df73857f7f36b9a3805bdd7e3b2", - "reference": "f34de4c61ca46df73857f7f36b9a3805bdd7e3b2", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1e9f6879f070f718e0055fbac232a56f67b8b6bd", + "reference": "1e9f6879f070f718e0055fbac232a56f67b8b6bd", "shasum": "" }, "require": { @@ -7020,7 +7017,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.2.6" + "source": "https://github.com/symfony/http-kernel/tree/v5.2.7" }, "funding": [ { @@ -7036,7 +7033,7 @@ "type": "tidelift" } ], - "time": "2021-03-29T05:16:58+00:00" + "time": "2021-05-01T14:53:15+00:00" }, { "name": "symfony/ldap", @@ -7260,16 +7257,16 @@ }, { "name": "symfony/mailer", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "04475b8368b6c7a559581ee8a0650c919ec79274" + "reference": "c50b304246e56c8574c203bce440f0eafb107ae9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/04475b8368b6c7a559581ee8a0650c919ec79274", - "reference": "04475b8368b6c7a559581ee8a0650c919ec79274", + "url": "https://api.github.com/repos/symfony/mailer/zipball/c50b304246e56c8574c203bce440f0eafb107ae9", + "reference": "c50b304246e56c8574c203bce440f0eafb107ae9", "shasum": "" }, "require": { @@ -7321,7 +7318,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.2.6" + "source": "https://github.com/symfony/mailer/tree/v5.2.7" }, "funding": [ { @@ -7337,7 +7334,7 @@ "type": "tidelift" } ], - "time": "2021-03-12T13:18:39+00:00" + "time": "2021-04-23T11:25:09+00:00" }, { "name": "symfony/mailgun-mailer", @@ -7406,16 +7403,16 @@ }, { "name": "symfony/messenger", - "version": "v5.2.5", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "bc012fde3b96cfa3adf22f4d8a2e17860dc24a65" + "reference": "91c9283dab9294d30e55bd9697f5a7527b3fef3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/bc012fde3b96cfa3adf22f4d8a2e17860dc24a65", - "reference": "bc012fde3b96cfa3adf22f4d8a2e17860dc24a65", + "url": "https://api.github.com/repos/symfony/messenger/zipball/91c9283dab9294d30e55bd9697f5a7527b3fef3e", + "reference": "91c9283dab9294d30e55bd9697f5a7527b3fef3e", "shasum": "" }, "require": { @@ -7474,7 +7471,7 @@ "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/messenger/tree/v5.2.5" + "source": "https://github.com/symfony/messenger/tree/v5.2.7" }, "funding": [ { @@ -7490,20 +7487,20 @@ "type": "tidelift" } ], - "time": "2021-03-06T07:59:01+00:00" + "time": "2021-04-08T10:27:02+00:00" }, { "name": "symfony/mime", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "1b2092244374cbe48ae733673f2ca0818b37197b" + "reference": "7af452bf51c46f18da00feb32e1ad36db9426515" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/1b2092244374cbe48ae733673f2ca0818b37197b", - "reference": "1b2092244374cbe48ae733673f2ca0818b37197b", + "url": "https://api.github.com/repos/symfony/mime/zipball/7af452bf51c46f18da00feb32e1ad36db9426515", + "reference": "7af452bf51c46f18da00feb32e1ad36db9426515", "shasum": "" }, "require": { @@ -7557,7 +7554,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.2.6" + "source": "https://github.com/symfony/mime/tree/v5.2.7" }, "funding": [ { @@ -7573,20 +7570,20 @@ "type": "tidelift" } ], - "time": "2021-03-12T13:18:39+00:00" + "time": "2021-04-29T20:47:09+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.2.5", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "8a330ab86c4bdf3983b26abf64bf85574edf0d52" + "reference": "ddb9c33dfa1bd89c956892c3d1ba35f324e3ccd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/8a330ab86c4bdf3983b26abf64bf85574edf0d52", - "reference": "8a330ab86c4bdf3983b26abf64bf85574edf0d52", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ddb9c33dfa1bd89c956892c3d1ba35f324e3ccd8", + "reference": "ddb9c33dfa1bd89c956892c3d1ba35f324e3ccd8", "shasum": "" }, "require": { @@ -7639,7 +7636,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.5" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.7" }, "funding": [ { @@ -7655,7 +7652,7 @@ "type": "tidelift" } ], - "time": "2021-03-06T07:59:01+00:00" + "time": "2021-04-07T16:07:52+00:00" }, { "name": "symfony/monolog-bundle", @@ -8651,16 +8648,16 @@ }, { "name": "symfony/property-info", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189" + "reference": "f5850c8d4d987fd1990e2cbdf29f48c663c433e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/7185bbc74e6f49c3f1b5936b4d9e4ca133921189", - "reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189", + "url": "https://api.github.com/repos/symfony/property-info/zipball/f5850c8d4d987fd1990e2cbdf29f48c663c433e7", + "reference": "f5850c8d4d987fd1990e2cbdf29f48c663c433e7", "shasum": "" }, "require": { @@ -8721,7 +8718,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.2.4" + "source": "https://github.com/symfony/property-info/tree/v5.2.7" }, "funding": [ { @@ -8737,7 +8734,7 @@ "type": "tidelift" } ], - "time": "2021-02-17T15:24:54+00:00" + "time": "2021-04-16T17:25:34+00:00" }, { "name": "symfony/proxy-manager-bridge", @@ -8808,16 +8805,16 @@ }, { "name": "symfony/redis-messenger", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/redis-messenger.git", - "reference": "7e68914bf35cda948ee4d9081b8eaed9fd783fe5" + "reference": "70c0adb4edd401ed97fbe88568e16381c13a69d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/7e68914bf35cda948ee4d9081b8eaed9fd783fe5", - "reference": "7e68914bf35cda948ee4d9081b8eaed9fd783fe5", + "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/70c0adb4edd401ed97fbe88568e16381c13a69d2", + "reference": "70c0adb4edd401ed97fbe88568e16381c13a69d2", "shasum": "" }, "require": { @@ -8855,7 +8852,7 @@ "description": "Symfony Redis extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/redis-messenger/tree/v5.2.4" + "source": "https://github.com/symfony/redis-messenger/tree/v5.2.7" }, "funding": [ { @@ -8871,7 +8868,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:24:50+00:00" + "time": "2021-04-07T16:07:52+00:00" }, { "name": "symfony/requirements-checker", @@ -8941,16 +8938,16 @@ }, { "name": "symfony/routing", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "31fba555f178afd04d54fd26953501b2c3f0c6e6" + "reference": "3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/31fba555f178afd04d54fd26953501b2c3f0c6e6", - "reference": "31fba555f178afd04d54fd26953501b2c3f0c6e6", + "url": "https://api.github.com/repos/symfony/routing/zipball/3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c", + "reference": "3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c", "shasum": "" }, "require": { @@ -8973,7 +8970,6 @@ "symfony/yaml": "^4.4|^5.0" }, "suggest": { - "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", "symfony/expression-language": "For using expression matching", "symfony/http-foundation": "For using a Symfony Request object", @@ -9011,7 +9007,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.2.6" + "source": "https://github.com/symfony/routing/tree/v5.2.7" }, "funding": [ { @@ -9027,20 +9023,20 @@ "type": "tidelift" } ], - "time": "2021-03-14T13:53:33+00:00" + "time": "2021-04-11T22:55:21+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "26550782d6e6db6fbfd7702ae0ccef7964c3535d" + "reference": "d258a71a00dd47980fc908799c905d4b58c7b926" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/26550782d6e6db6fbfd7702ae0ccef7964c3535d", - "reference": "26550782d6e6db6fbfd7702ae0ccef7964c3535d", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d258a71a00dd47980fc908799c905d4b58c7b926", + "reference": "d258a71a00dd47980fc908799c905d4b58c7b926", "shasum": "" }, "require": { @@ -9110,7 +9106,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v5.2.6" + "source": "https://github.com/symfony/security-bundle/tree/v5.2.7" }, "funding": [ { @@ -9126,20 +9122,20 @@ "type": "tidelift" } ], - "time": "2021-03-23T12:45:44+00:00" + "time": "2021-04-13T14:17:49+00:00" }, { "name": "symfony/security-core", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "9dcedab1c2c637fc9a377b3a9313a61087609760" + "reference": "3d8f3540d9bf3ef32cc4084d5a4fa96af62ff450" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/9dcedab1c2c637fc9a377b3a9313a61087609760", - "reference": "9dcedab1c2c637fc9a377b3a9313a61087609760", + "url": "https://api.github.com/repos/symfony/security-core/zipball/3d8f3540d9bf3ef32cc4084d5a4fa96af62ff450", + "reference": "3d8f3540d9bf3ef32cc4084d5a4fa96af62ff450", "shasum": "" }, "require": { @@ -9199,7 +9195,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.2.6" + "source": "https://github.com/symfony/security-core/tree/v5.2.7" }, "funding": [ { @@ -9215,20 +9211,20 @@ "type": "tidelift" } ], - "time": "2021-03-10T22:10:15+00:00" + "time": "2021-05-01T14:29:34+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "e22ef49d5d3773014942f3dfe301b168a4a833dc" + "reference": "0ed3353e3c053711a1d86a74395f25736fc333de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e22ef49d5d3773014942f3dfe301b168a4a833dc", - "reference": "e22ef49d5d3773014942f3dfe301b168a4a833dc", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/0ed3353e3c053711a1d86a74395f25736fc333de", + "reference": "0ed3353e3c053711a1d86a74395f25736fc333de", "shasum": "" }, "require": { @@ -9270,7 +9266,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v5.2.4" + "source": "https://github.com/symfony/security-csrf/tree/v5.2.7" }, "funding": [ { @@ -9286,7 +9282,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-04-07T16:07:52+00:00" }, { "name": "symfony/security-guard", @@ -9357,16 +9353,16 @@ }, { "name": "symfony/security-http", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "a4b3d122ee0c263850ca1ed620faa1b3a8e7584b" + "reference": "3aebf0ee0666592128156253ba989197e7b6e503" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/a4b3d122ee0c263850ca1ed620faa1b3a8e7584b", - "reference": "a4b3d122ee0c263850ca1ed620faa1b3a8e7584b", + "url": "https://api.github.com/repos/symfony/security-http/zipball/3aebf0ee0666592128156253ba989197e7b6e503", + "reference": "3aebf0ee0666592128156253ba989197e7b6e503", "shasum": "" }, "require": { @@ -9420,7 +9416,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.2.6" + "source": "https://github.com/symfony/security-http/tree/v5.2.7" }, "funding": [ { @@ -9436,7 +9432,7 @@ "type": "tidelift" } ], - "time": "2021-03-28T17:23:00+00:00" + "time": "2021-04-30T17:39:44+00:00" }, { "name": "symfony/sendgrid-mailer", @@ -9505,16 +9501,16 @@ }, { "name": "symfony/serializer", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "a285f474a72397ccbd384900abc968ffcb511dda" + "reference": "3698d2611c4917d3689ff89c0a0dcaa761c8e771" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/a285f474a72397ccbd384900abc968ffcb511dda", - "reference": "a285f474a72397ccbd384900abc968ffcb511dda", + "url": "https://api.github.com/repos/symfony/serializer/zipball/3698d2611c4917d3689ff89c0a0dcaa761c8e771", + "reference": "3698d2611c4917d3689ff89c0a0dcaa761c8e771", "shasum": "" }, "require": { @@ -9551,8 +9547,6 @@ "symfony/yaml": "^4.4|^5.0" }, "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", "psr/cache-implementation": "For using the metadata cache.", "symfony/config": "For using the XML mapping loader.", "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.", @@ -9587,7 +9581,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v5.2.4" + "source": "https://github.com/symfony/serializer/tree/v5.2.7" }, "funding": [ { @@ -9603,7 +9597,7 @@ "type": "tidelift" } ], - "time": "2021-03-02T12:14:02+00:00" + "time": "2021-04-13T14:17:49+00:00" }, { "name": "symfony/serializer-pack", @@ -9733,16 +9727,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c" + "reference": "d99310c33e833def36419c284f60e8027d359678" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b12274acfab9d9850c52583d136a24398cdf1a0c", - "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678", + "reference": "d99310c33e833def36419c284f60e8027d359678", "shasum": "" }, "require": { @@ -9775,7 +9769,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.2.4" + "source": "https://github.com/symfony/stopwatch/tree/v5.3.0-BETA1" }, "funding": [ { @@ -9791,7 +9785,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:15:41+00:00" + "time": "2021-03-29T15:28:41+00:00" }, { "name": "symfony/string", @@ -9956,16 +9950,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "a65d8d38c66f147f29b73d53d14e8c9a983653b8" + "reference": "6d8940a5bcc5b67e433f5f5f00e980493de3501f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/a65d8d38c66f147f29b73d53d14e8c9a983653b8", - "reference": "a65d8d38c66f147f29b73d53d14e8c9a983653b8", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/6d8940a5bcc5b67e433f5f5f00e980493de3501f", + "reference": "6d8940a5bcc5b67e433f5f5f00e980493de3501f", "shasum": "" }, "require": { @@ -10056,7 +10050,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.2.6" + "source": "https://github.com/symfony/twig-bridge/tree/v5.2.7" }, "funding": [ { @@ -10072,7 +10066,7 @@ "type": "tidelift" } ], - "time": "2021-03-16T09:10:13+00:00" + "time": "2021-04-07T16:07:52+00:00" }, { "name": "symfony/twig-bundle", @@ -10163,16 +10157,16 @@ }, { "name": "symfony/validator", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "67354644f9baba3cc122134c255b7461b7e0fe31" + "reference": "b0be0360bfbf15059308d815da7f4151bd448b37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/67354644f9baba3cc122134c255b7461b7e0fe31", - "reference": "67354644f9baba3cc122134c255b7461b7e0fe31", + "url": "https://api.github.com/repos/symfony/validator/zipball/b0be0360bfbf15059308d815da7f4151bd448b37", + "reference": "b0be0360bfbf15059308d815da7f4151bd448b37", "shasum": "" }, "require": { @@ -10215,8 +10209,6 @@ "symfony/yaml": "^4.4|^5.0" }, "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader.", "egulias/email-validator": "Strict (RFC compliant) email validation", "psr/cache-implementation": "For using the mapping cache.", "symfony/config": "", @@ -10254,7 +10246,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.2.6" + "source": "https://github.com/symfony/validator/tree/v5.2.7" }, "funding": [ { @@ -10270,20 +10262,20 @@ "type": "tidelift" } ], - "time": "2021-03-23T12:45:44+00:00" + "time": "2021-04-14T13:12:03+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "89412a68ea2e675b4e44f260a5666729f77f668e" + "reference": "27cb9f7cfa3853c736425c7233a8f68814b19636" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89412a68ea2e675b4e44f260a5666729f77f668e", - "reference": "89412a68ea2e675b4e44f260a5666729f77f668e", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/27cb9f7cfa3853c736425c7233a8f68814b19636", + "reference": "27cb9f7cfa3853c736425c7233a8f68814b19636", "shasum": "" }, "require": { @@ -10342,7 +10334,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.2.6" + "source": "https://github.com/symfony/var-dumper/tree/v5.2.7" }, "funding": [ { @@ -10358,20 +10350,20 @@ "type": "tidelift" } ], - "time": "2021-03-28T09:42:18+00:00" + "time": "2021-04-19T14:07:32+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307" + "reference": "01184a5ab95eb9500b9b0ef3e525979e003d9c81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5aed4875ab514c8cb9b6ff4772baa25fa4c10307", - "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/01184a5ab95eb9500b9b0ef3e525979e003d9c81", + "reference": "01184a5ab95eb9500b9b0ef3e525979e003d9c81", "shasum": "" }, "require": { @@ -10415,7 +10407,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.2.4" + "source": "https://github.com/symfony/var-exporter/tree/v5.3.0-BETA1" }, "funding": [ { @@ -10431,7 +10423,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-04-01T10:42:13+00:00" }, { "name": "symfony/web-link", @@ -10522,16 +10514,16 @@ }, { "name": "symfony/yaml", - "version": "v5.2.5", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "298a08ddda623485208506fcee08817807a251dd" + "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/298a08ddda623485208506fcee08817807a251dd", - "reference": "298a08ddda623485208506fcee08817807a251dd", + "url": "https://api.github.com/repos/symfony/yaml/zipball/76546cbeddd0a9540b4e4e57eddeec3e9bb444a5", + "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5", "shasum": "" }, "require": { @@ -10577,7 +10569,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.2.5" + "source": "https://github.com/symfony/yaml/tree/v5.2.7" }, "funding": [ { @@ -10593,7 +10585,7 @@ "type": "tidelift" } ], - "time": "2021-03-06T07:59:01+00:00" + "time": "2021-04-29T20:47:09+00:00" }, { "name": "twig/twig", @@ -11177,16 +11169,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.84", + "version": "0.12.85", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9c43f15da8798c8f30a4b099e6a94530a558cfd5" + "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9c43f15da8798c8f30a4b099e6a94530a558cfd5", - "reference": "9c43f15da8798c8f30a4b099e6a94530a558cfd5", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/20e6333c0067875ad7697cd8acdf245c6ef69d03", + "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03", "shasum": "" }, "require": { @@ -11217,7 +11209,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.84" + "source": "https://github.com/phpstan/phpstan/tree/0.12.85" }, "funding": [ { @@ -11233,26 +11225,26 @@ "type": "tidelift" } ], - "time": "2021-04-19T17:10:54+00:00" + "time": "2021-04-27T14:13:16+00:00" }, { "name": "phpstan/phpstan-symfony", - "version": "0.12.26", + "version": "0.12.30", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "69d0cbf86ab953232fdf164ca05eabcbb490da58" + "reference": "8377e227368bdec99d4753a8a050e162450c2217" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/69d0cbf86ab953232fdf164ca05eabcbb490da58", - "reference": "69d0cbf86ab953232fdf164ca05eabcbb490da58", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/8377e227368bdec99d4753a8a050e162450c2217", + "reference": "8377e227368bdec99d4753a8a050e162450c2217", "shasum": "" }, "require": { "ext-simplexml": "*", "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^0.12.83" + "phpstan/phpstan": "^0.12.85" }, "conflict": { "symfony/framework-bundle": "<3.0" @@ -11263,12 +11255,12 @@ "phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-strict-rules": "^0.12.5", "phpunit/phpunit": "^7.5.20", - "symfony/config": "^4.2", - "symfony/console": "^4.0", - "symfony/framework-bundle": "^4.0", - "symfony/http-foundation": "^4.0", - "symfony/messenger": "^4.2", - "symfony/serializer": "^4.0" + "symfony/config": "^4.2 || ^5.0", + "symfony/console": "^4.0 || ^5.0", + "symfony/framework-bundle": "^4.4 || ^5.0", + "symfony/http-foundation": "^4.0 || ^5.0", + "symfony/messenger": "^4.2 || ^5.0", + "symfony/serializer": "^4.0 || ^5.0" }, "type": "phpstan-extension", "extra": { @@ -11301,9 +11293,9 @@ "description": "Symfony Framework extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-symfony/issues", - "source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.26" + "source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.30" }, - "time": "2021-04-19T21:32:53+00:00" + "time": "2021-05-03T09:17:26+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -11363,16 +11355,16 @@ }, { "name": "symfony/browser-kit", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "3ca3a57ce9860318b20a924fec5daf5c6db44d93" + "reference": "b1c9d5701273a255da3a580f85066b83bd94e97d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/3ca3a57ce9860318b20a924fec5daf5c6db44d93", - "reference": "3ca3a57ce9860318b20a924fec5daf5c6db44d93", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b1c9d5701273a255da3a580f85066b83bd94e97d", + "reference": "b1c9d5701273a255da3a580f85066b83bd94e97d", "shasum": "" }, "require": { @@ -11414,7 +11406,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v5.2.4" + "source": "https://github.com/symfony/browser-kit/tree/v5.2.7" }, "funding": [ { @@ -11430,20 +11422,20 @@ "type": "tidelift" } ], - "time": "2021-02-22T06:48:33+00:00" + "time": "2021-04-08T10:27:02+00:00" }, { "name": "symfony/css-selector", - "version": "v5.2.4", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f" + "reference": "59a684f5ac454f066ecbe6daecce6719aed283fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f", - "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/59a684f5ac454f066ecbe6daecce6719aed283fb", + "reference": "59a684f5ac454f066ecbe6daecce6719aed283fb", "shasum": "" }, "require": { @@ -11479,7 +11471,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.2.4" + "source": "https://github.com/symfony/css-selector/tree/v5.3.0-BETA1" }, "funding": [ { @@ -11495,7 +11487,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-04-07T16:07:52+00:00" }, { "name": "symfony/debug-bundle", @@ -11697,16 +11689,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "f2f94fd78379cdcdef09dd5025af791301913968" + "reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f2f94fd78379cdcdef09dd5025af791301913968", - "reference": "f2f94fd78379cdcdef09dd5025af791301913968", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f530f0153f4a871b2c65dd6b295d7b8d03a16eac", + "reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac", "shasum": "" }, "require": { @@ -11760,7 +11752,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.6" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.7" }, "funding": [ { @@ -11776,7 +11768,7 @@ "type": "tidelift" } ], - "time": "2021-03-23T20:42:04+00:00" + "time": "2021-04-11T22:55:21+00:00" }, { "name": "symfony/profiler-pack", @@ -11870,16 +11862,16 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v5.2.6", + "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "58e5be2aa69041ff35250537190d9ec29136782a" + "reference": "c2beee950c917dabdb2c339290bba827c862674c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/58e5be2aa69041ff35250537190d9ec29136782a", - "reference": "58e5be2aa69041ff35250537190d9ec29136782a", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/c2beee950c917dabdb2c339290bba827c862674c", + "reference": "c2beee950c917dabdb2c339290bba827c862674c", "shasum": "" }, "require": { @@ -11928,7 +11920,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.6" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.7" }, "funding": [ { @@ -11944,7 +11936,7 @@ "type": "tidelift" } ], - "time": "2021-03-16T09:10:13+00:00" + "time": "2021-04-13T07:28:22+00:00" } ], "aliases": [],