From f5a6e2f047c20efa16673c0726044993e8b39060 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Tue, 30 Mar 2021 17:59:05 +0000 Subject: [PATCH] [DEPENDENCIES] Upgrade to Symfony 5.2 to get my upstream ICU translation feature --- composer.json | 52 +-- composer.lock | 934 ++++++++++++++++++++++++++++---------------------- symfony.lock | 650 +---------------------------------- 3 files changed, 547 insertions(+), 1089 deletions(-) diff --git a/composer.json b/composer.json index 5dd2a53377..eb6edb8e7c 100644 --- a/composer.json +++ b/composer.json @@ -12,37 +12,37 @@ "lstrojny/functional-php": "^1.11", "odolbeau/phone-number-bundle": "^3.1", "php-ds/php-ds": "^1.2", - "sensio/framework-extra-bundle": "^5.1", + "sensio/framework-extra-bundle": "^5.2", "someonewithpc/memcached-polyfill": "^1.0", "someonewithpc/redis-polyfill": "^1.0", - "symfony/asset": "5.1.*", - "symfony/cache": "5.1.*", - "symfony/config": "5.1.*", - "symfony/console": "5.1.*", - "symfony/dotenv": "5.1.*", - "symfony/event-dispatcher": "5.1.*", - "symfony/expression-language": "5.1.*", - "symfony/filesystem": "5.1.*", + "symfony/asset": "5.2.*", + "symfony/cache": "5.2.*", + "symfony/config": "5.2.*", + "symfony/console": "5.2.*", + "symfony/dotenv": "5.2.*", + "symfony/event-dispatcher": "5.2.*", + "symfony/expression-language": "5.2.*", + "symfony/filesystem": "5.2.*", "symfony/flex": "^1.3.1", - "symfony/form": "5.1.*", - "symfony/framework-bundle": "5.1.*", - "symfony/http-client": "5.1.*", - "symfony/intl": "5.1.*", - "symfony/mailer": "5.1.*", - "symfony/messenger": "5.1.*", - "symfony/mime": "5.1.*", + "symfony/form": "5.2.*", + "symfony/framework-bundle": "5.2.*", + "symfony/http-client": "5.2.*", + "symfony/intl": "5.2.*", + "symfony/mailer": "5.2.*", + "symfony/messenger": "5.2.*", + "symfony/mime": "5.2.*", "symfony/monolog-bundle": "^3.1", - "symfony/notifier": "5.1.*", + "symfony/notifier": "5.2.*", "symfony/orm-pack": "*", - "symfony/process": "5.1.*", - "symfony/security-bundle": "5.1.*", + "symfony/process": "5.2.*", + "symfony/security-bundle": "5.2.*", "symfony/serializer-pack": "*", - "symfony/string": "5.1.*", - "symfony/translation": "5.1.*", + "symfony/string": "5.2.*", + "symfony/translation": "5.2.*", "symfony/twig-pack": "*", - "symfony/validator": "5.1.*", - "symfony/web-link": "5.1.*", - "symfony/yaml": "5.1.*", + "symfony/validator": "5.2.*", + "symfony/web-link": "5.2.*", + "symfony/yaml": "5.2.*", "symfonycasts/verify-email-bundle": "^1.0", "tgalopin/html-sanitizer-bundle": "^1.2", "twig/markdown-extra": "^3.0" @@ -52,7 +52,7 @@ "niels-de-blaauw/php-doc-check": "^0.2.2", "symfony/debug-pack": "*", "symfony/maker-bundle": "^1.14", - "symfony/phpunit-bridge": "^5.1", + "symfony/phpunit-bridge": "^5.2", "symfony/profiler-pack": "*", "symfony/test-pack": "*" }, @@ -103,7 +103,7 @@ "extra": { "symfony": { "allow-contrib": false, - "require": "5.1.*" + "require": "5.2.*" } } } diff --git a/composer.lock b/composer.lock index 23586598af..c6d52ba6d4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "53d01cac311f428a3aa6210ac332c587", + "content-hash": "c456634d0e0b6a4e8a4eb8f156d549ab", "packages": [ { "name": "alchemy/resource-component", @@ -597,32 +597,32 @@ }, { "name": "doctrine/dbal", - "version": "2.12.1", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "adce7a954a1c2f14f85e94aed90c8489af204086" + "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086", - "reference": "adce7a954a1c2f14f85e94aed90c8489af204086", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/67d56d3203b33db29834e6b2fcdbfdc50535d796", + "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796", "shasum": "" }, "require": { "doctrine/cache": "^1.0", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "ext-pdo": "*", - "php": "^7.3 || ^8" + "php": "^7.1 || ^8" }, "require-dev": { - "doctrine/coding-standard": "^8.1", - "jetbrains/phpstorm-stubs": "^2019.1", - "phpstan/phpstan": "^0.12.40", - "phpunit/phpunit": "^9.4", - "psalm/plugin-phpunit": "^0.10.0", + "doctrine/coding-standard": "8.2.0", + "jetbrains/phpstorm-stubs": "2020.2", + "phpstan/phpstan": "0.12.81", + "phpunit/phpunit": "^7.5.20|^8.5|9.5.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "^3.17.2" + "vimeo/psalm": "4.6.4" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -631,11 +631,6 @@ "bin/doctrine-dbal" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" @@ -688,7 +683,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.12.1" + "source": "https://github.com/doctrine/dbal/tree/2.13.0" }, "funding": [ { @@ -704,7 +699,50 @@ "type": "tidelift" } ], - "time": "2020-11-14T20:26:58+00:00" + "time": "2021-03-28T18:10:53+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "v0.5.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "9504165960a1f83cc1480e2be1dd0a0478561314" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314", + "reference": "9504165960a1f83cc1480e2be1dd0a0478561314", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0|^7.0|^8.0", + "phpunit/phpunit": "^7.0|^8.0|^9.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v0.5.3" + }, + "time": "2021-03-21T12:59:47+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -1584,27 +1622,27 @@ }, { "name": "egulias/email-validator", - "version": "2.1.25", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4" + "reference": "62c3b73c581c834885acf6e120b412b76acc495a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4", - "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/62c3b73c581c834885acf6e120b412b76acc495a", + "reference": "62c3b73c581c834885acf6e120b412b76acc495a", "shasum": "" }, "require": { - "doctrine/lexer": "^1.0.1", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.10" + "doctrine/lexer": "^1.2", + "php": ">=7.2", + "symfony/polyfill-intl-idn": "^1.15" }, "require-dev": { - "dominicsayers/isemail": "^3.0.7", - "phpunit/phpunit": "^4.8.36|^7.5.15", - "satooshi/php-coveralls": "^1.0.1" + "php-coveralls/php-coveralls": "^2.2", + "phpunit/phpunit": "^8.5.8|^9.3.3", + "vimeo/psalm": "^4" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -1612,7 +1650,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1640,7 +1678,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/2.1.25" + "source": "https://github.com/egulias/EmailValidator/tree/3.1.0" }, "funding": [ { @@ -1648,7 +1686,7 @@ "type": "github" } ], - "time": "2020-12-29T14:50:06+00:00" + "time": "2021-03-07T14:33:28+00:00" }, { "name": "erusev/parsedown", @@ -1910,16 +1948,16 @@ }, { "name": "laminas/laminas-code", - "version": "4.0.0", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "28a6d70ea8b8bca687d7163300e611ae33baf82a" + "reference": "5b553c274b94af3f880cbaaf8fbab047f279a31c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/28a6d70ea8b8bca687d7163300e611ae33baf82a", - "reference": "28a6d70ea8b8bca687d7163300e611ae33baf82a", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/5b553c274b94af3f880cbaaf8fbab047f279a31c", + "reference": "5b553c274b94af3f880cbaaf8fbab047f279a31c", "shasum": "" }, "require": { @@ -1977,7 +2015,7 @@ "type": "community_bridge" } ], - "time": "2020-12-30T16:16:14+00:00" + "time": "2021-03-27T13:55:31+00:00" }, { "name": "laminas/laminas-eventmanager", @@ -3192,16 +3230,16 @@ }, { "name": "symfony/amqp-messenger", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/amqp-messenger.git", - "reference": "0b7d730db61b4d51dbf27a38b36290e53aa7cd3a" + "reference": "cf309a35ed08caa77886ee6a352b8491c7681424" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/0b7d730db61b4d51dbf27a38b36290e53aa7cd3a", - "reference": "0b7d730db61b4d51dbf27a38b36290e53aa7cd3a", + "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/cf309a35ed08caa77886ee6a352b8491c7681424", + "reference": "cf309a35ed08caa77886ee6a352b8491c7681424", "shasum": "" }, "require": { @@ -3241,7 +3279,7 @@ "description": "Symfony AMQP extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/amqp-messenger/tree/v5.1.11" + "source": "https://github.com/symfony/amqp-messenger/tree/v5.2.4" }, "funding": [ { @@ -3257,11 +3295,11 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:17:55+00:00" + "time": "2021-01-27T11:19:04+00:00" }, { "name": "symfony/asset", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", @@ -3310,7 +3348,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.1.11" + "source": "https://github.com/symfony/asset/tree/v5.2.4" }, "funding": [ { @@ -3330,48 +3368,49 @@ }, { "name": "symfony/cache", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "6def7595e74b4b0a6b515af964792e2d092f056d" + "reference": "093d69bb10c959553c8beb828b8d4ea250a247dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/6def7595e74b4b0a6b515af964792e2d092f056d", - "reference": "6def7595e74b4b0a6b515af964792e2d092f056d", + "url": "https://api.github.com/repos/symfony/cache/zipball/093d69bb10c959553c8beb828b8d4ea250a247dd", + "reference": "093d69bb10c959553c8beb828b8d4ea250a247dd", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/cache": "~1.0", - "psr/log": "~1.0", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1.1", "symfony/cache-contracts": "^1.1.7|^2", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0" }, "conflict": { - "doctrine/dbal": "<2.6", + "doctrine/dbal": "<2.10", "symfony/dependency-injection": "<4.4", "symfony/http-kernel": "<4.4", "symfony/var-dumper": "<4.4" }, "provide": { - "psr/cache-implementation": "1.0", + "psr/cache-implementation": "1.0|2.0", "psr/simple-cache-implementation": "1.0", - "symfony/cache-implementation": "1.0" + "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6", - "doctrine/dbal": "^2.6|^3.0", + "doctrine/dbal": "^2.10|^3.0", "predis/predis": "^1.1", "psr/simple-cache": "^1.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/filesystem": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" }, "type": "library", @@ -3404,7 +3443,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.1.11" + "source": "https://github.com/symfony/cache/tree/v5.2.6" }, "funding": [ { @@ -3420,7 +3459,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-16T09:10:13+00:00" }, { "name": "symfony/cache-contracts", @@ -3503,16 +3542,16 @@ }, { "name": "symfony/config", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "96cc8f6e3b2dccf471b0816df8e421142dc74c18" + "reference": "212d54675bf203ff8aef7d8cee8eecfb72f4a263" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/96cc8f6e3b2dccf471b0816df8e421142dc74c18", - "reference": "96cc8f6e3b2dccf471b0816df8e421142dc74c18", + "url": "https://api.github.com/repos/symfony/config/zipball/212d54675bf203ff8aef7d8cee8eecfb72f4a263", + "reference": "212d54675bf203ff8aef7d8cee8eecfb72f4a263", "shasum": "" }, "require": { @@ -3561,7 +3600,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.1.11" + "source": "https://github.com/symfony/config/tree/v5.2.4" }, "funding": [ { @@ -3577,20 +3616,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-02-23T23:58:19+00:00" }, { "name": "symfony/console", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d9a267b621c5082e0a6c659d73633b6fd28a8a08" + "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d9a267b621c5082e0a6c659d73633b6fd28a8a08", - "reference": "d9a267b621c5082e0a6c659d73633b6fd28a8a08", + "url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d", + "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d", "shasum": "" }, "require": { @@ -3651,8 +3690,14 @@ ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command line", + "console", + "terminal" + ], "support": { - "source": "https://github.com/symfony/console/tree/v5.1.11" + "source": "https://github.com/symfony/console/tree/v5.2.6" }, "funding": [ { @@ -3668,20 +3713,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-28T09:42:18+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "176e622d476133152a9346b0fbd8fb9b60ff6fb3" + "reference": "1e66194bed2a69fa395d26bf1067e5e34483afac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/176e622d476133152a9346b0fbd8fb9b60ff6fb3", - "reference": "176e622d476133152a9346b0fbd8fb9b60ff6fb3", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1e66194bed2a69fa395d26bf1067e5e34483afac", + "reference": "1e66194bed2a69fa395d26bf1067e5e34483afac", "shasum": "" }, "require": { @@ -3699,7 +3744,7 @@ }, "provide": { "psr/container-implementation": "1.0", - "symfony/service-implementation": "1.0" + "symfony/service-implementation": "1.0|2.0" }, "require-dev": { "symfony/config": "^5.1", @@ -3739,7 +3784,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.1.11" + "source": "https://github.com/symfony/dependency-injection/tree/v5.2.6" }, "funding": [ { @@ -3755,7 +3800,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T12:50:07+00:00" + "time": "2021-03-22T11:10:24+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3826,21 +3871,21 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "290deda49060e6694f151ac4aa889467935ee3ea" + "reference": "72b6d743c6108e2b8d15ab94e1a8a224c4d0d144" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/290deda49060e6694f151ac4aa889467935ee3ea", - "reference": "290deda49060e6694f151ac4aa889467935ee3ea", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/72b6d743c6108e2b8d15ab94e1a8a224c4d0d144", + "reference": "72b6d743c6108e2b8d15ab94e1a8a224c4d0d144", "shasum": "" }, "require": { "doctrine/event-manager": "~1.0", - "doctrine/persistence": "^1.3|^2", + "doctrine/persistence": "^2", "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8", @@ -3849,6 +3894,7 @@ "symfony/service-contracts": "^1.1|^2" }, "conflict": { + "doctrine/dbal": "<2.10", "phpunit/phpunit": "<5.4.3", "symfony/dependency-injection": "<4.4", "symfony/form": "<5.1", @@ -3857,7 +3903,7 @@ "symfony/property-info": "<5", "symfony/security-bundle": "<5", "symfony/security-core": "<5", - "symfony/validator": "<5.0.2" + "symfony/validator": "<5.2" }, "require-dev": { "composer/package-versions-deprecated": "^1.8", @@ -3865,8 +3911,8 @@ "doctrine/cache": "~1.6", "doctrine/collections": "~1.0", "doctrine/data-fixtures": "^1.1", - "doctrine/dbal": "^2.6|^3.0", - "doctrine/orm": "^2.6.3", + "doctrine/dbal": "^2.10|^3.0", + "doctrine/orm": "^2.7.3", "symfony/cache": "^5.1", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -3881,7 +3927,8 @@ "symfony/security-core": "^5.0", "symfony/stopwatch": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", - "symfony/validator": "^5.0.2", + "symfony/uid": "^5.1", + "symfony/validator": "^5.2", "symfony/var-dumper": "^4.4|^5.0" }, "suggest": { @@ -3918,7 +3965,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.1.11" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.6" }, "funding": [ { @@ -3934,20 +3981,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-10T22:10:15+00:00" }, { "name": "symfony/doctrine-messenger", - "version": "v5.1.11", + "version": "v5.2.5", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", - "reference": "6b63f1f938b94be9892afd435ac06c596abd7b03" + "reference": "10136ef0e31ca9839254bd909ef42421b61bc118" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/6b63f1f938b94be9892afd435ac06c596abd7b03", - "reference": "6b63f1f938b94be9892afd435ac06c596abd7b03", + "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/10136ef0e31ca9839254bd909ef42421b61bc118", + "reference": "10136ef0e31ca9839254bd909ef42421b61bc118", "shasum": "" }, "require": { @@ -3956,10 +4003,11 @@ "symfony/service-contracts": "^1.1|^2" }, "conflict": { + "doctrine/dbal": "<2.10", "doctrine/persistence": "<1.3" }, "require-dev": { - "doctrine/dbal": "^2.6|^3.0", + "doctrine/dbal": "^2.10|^3.0", "doctrine/persistence": "^1.3|^2", "symfony/property-access": "^4.4|^5.0", "symfony/serializer": "^4.4|^5.0" @@ -3990,7 +4038,7 @@ "description": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-messenger/tree/v5.1.11" + "source": "https://github.com/symfony/doctrine-messenger/tree/v5.2.5" }, "funding": [ { @@ -4006,11 +4054,11 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:17:55+00:00" + "time": "2021-03-05T12:14:19+00:00" }, { "name": "symfony/dotenv", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", @@ -4060,7 +4108,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v5.1.11" + "source": "https://github.com/symfony/dotenv/tree/v5.2.4" }, "funding": [ { @@ -4080,16 +4128,16 @@ }, { "name": "symfony/error-handler", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "c2bdf8d374de3f33c525460929f82a9902f6e1c5" + "reference": "bdb7fb4188da7f4211e4b88350ba0dfdad002b03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/c2bdf8d374de3f33c525460929f82a9902f6e1c5", - "reference": "c2bdf8d374de3f33c525460929f82a9902f6e1c5", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/bdb7fb4188da7f4211e4b88350ba0dfdad002b03", + "reference": "bdb7fb4188da7f4211e4b88350ba0dfdad002b03", "shasum": "" }, "require": { @@ -4129,7 +4177,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.1.11" + "source": "https://github.com/symfony/error-handler/tree/v5.2.6" }, "funding": [ { @@ -4145,20 +4193,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-16T09:07:47+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "c00f3aae24577a991ae97d34c7033b2e84f1cfa0" + "reference": "d08d6ec121a425897951900ab692b612a61d6240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c00f3aae24577a991ae97d34c7033b2e84f1cfa0", - "reference": "c00f3aae24577a991ae97d34c7033b2e84f1cfa0", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240", + "reference": "d08d6ec121a425897951900ab692b612a61d6240", "shasum": "" }, "require": { @@ -4214,7 +4262,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.1.11" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.4" }, "funding": [ { @@ -4230,7 +4278,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:36:24+00:00" + "time": "2021-02-18T17:12:37+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -4313,16 +4361,16 @@ }, { "name": "symfony/expression-language", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "13a16b1cc6e4fd4998631bfdf568d47e48844ec1" + "reference": "3fc560e62bc5121751b792b11505db03a12cf83c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/13a16b1cc6e4fd4998631bfdf568d47e48844ec1", - "reference": "13a16b1cc6e4fd4998631bfdf568d47e48844ec1", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/3fc560e62bc5121751b792b11505db03a12cf83c", + "reference": "3fc560e62bc5121751b792b11505db03a12cf83c", "shasum": "" }, "require": { @@ -4357,7 +4405,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v5.1.11" + "source": "https://github.com/symfony/expression-language/tree/v5.2.4" }, "funding": [ { @@ -4373,20 +4421,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-02-12T10:38:38+00:00" }, { "name": "symfony/filesystem", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "262d033b57c73e8b59cd6e68a45c528318b15038" + "reference": "8c86a82f51658188119e62cff0a050a12d09836f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038", - "reference": "262d033b57c73e8b59cd6e68a45c528318b15038", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/8c86a82f51658188119e62cff0a050a12d09836f", + "reference": "8c86a82f51658188119e62cff0a050a12d09836f", "shasum": "" }, "require": { @@ -4419,7 +4467,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.1.11" + "source": "https://github.com/symfony/filesystem/tree/v5.2.6" }, "funding": [ { @@ -4435,20 +4483,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-28T14:30:26+00:00" }, { "name": "symfony/finder", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e" + "reference": "0d639a0943822626290d169965804f79400e6a04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/196f45723b5e618bf0e23b97e96d11652696ea9e", - "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e", + "url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04", + "reference": "0d639a0943822626290d169965804f79400e6a04", "shasum": "" }, "require": { @@ -4480,7 +4528,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.1.11" + "source": "https://github.com/symfony/finder/tree/v5.2.4" }, "funding": [ { @@ -4496,7 +4544,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-02-15T18:55:04+00:00" }, { "name": "symfony/flex", @@ -4568,16 +4616,16 @@ }, { "name": "symfony/form", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "b794bed839f11bcee9a9f30daa5cb88d311dd409" + "reference": "40fbaed8d4238e37fdd1fecce8e0678a3eb0e48b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/b794bed839f11bcee9a9f30daa5cb88d311dd409", - "reference": "b794bed839f11bcee9a9f30daa5cb88d311dd409", + "url": "https://api.github.com/repos/symfony/form/zipball/40fbaed8d4238e37fdd1fecce8e0678a3eb0e48b", + "reference": "40fbaed8d4238e37fdd1fecce8e0678a3eb0e48b", "shasum": "" }, "require": { @@ -4649,7 +4697,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.1.11" + "source": "https://github.com/symfony/form/tree/v5.2.6" }, "funding": [ { @@ -4665,38 +4713,38 @@ "type": "tidelift" } ], - "time": "2021-01-27T12:50:07+00:00" + "time": "2021-03-28T09:59:03+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "b40931adcd8386901a65b472d8ba9f34cac80070" + "reference": "8889da18c6faa76c6149a90e6542be4afe723f2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b40931adcd8386901a65b472d8ba9f34cac80070", - "reference": "b40931adcd8386901a65b472d8ba9f34cac80070", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8889da18c6faa76c6149a90e6542be4afe723f2f", + "reference": "8889da18c6faa76c6149a90e6542be4afe723f2f", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", - "symfony/cache": "^4.4|^5.0", + "symfony/cache": "^5.2", "symfony/config": "^5.0", - "symfony/dependency-injection": "^5.1", + "symfony/dependency-injection": "^5.2", "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4.1|^5.0.1", "symfony/event-dispatcher": "^5.1", "symfony/filesystem": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^5.0", + "symfony/http-foundation": "^5.2.1", + "symfony/http-kernel": "^5.2.1", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15", - "symfony/routing": "^5.1.4" + "symfony/routing": "^5.2" }, "conflict": { "doctrine/persistence": "<1.3", @@ -4705,24 +4753,25 @@ "phpunit/phpunit": "<5.4.3", "symfony/asset": "<5.1", "symfony/browser-kit": "<4.4", - "symfony/console": "<4.4", + "symfony/console": "<5.2.5", "symfony/dom-crawler": "<4.4", "symfony/dotenv": "<5.1", - "symfony/form": "<4.4", + "symfony/form": "<5.2", "symfony/http-client": "<4.4", "symfony/lock": "<4.4", - "symfony/mailer": "<4.4", + "symfony/mailer": "<5.2", "symfony/messenger": "<4.4", "symfony/mime": "<4.4", + "symfony/property-access": "<5.2", "symfony/property-info": "<4.4", - "symfony/serializer": "<4.4", + "symfony/serializer": "<5.2", "symfony/stopwatch": "<4.4", "symfony/translation": "<5.0", "symfony/twig-bridge": "<4.4", "symfony/twig-bundle": "<4.4", - "symfony/validator": "<4.4", + "symfony/validator": "<5.2", "symfony/web-profiler-bundle": "<4.4", - "symfony/workflow": "<4.4" + "symfony/workflow": "<5.2" }, "require-dev": { "doctrine/annotations": "^1.10.4", @@ -4732,31 +4781,32 @@ "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/asset": "^5.1", "symfony/browser-kit": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", + "symfony/console": "^5.2", "symfony/css-selector": "^4.4|^5.0", "symfony/dom-crawler": "^4.4|^5.0", "symfony/dotenv": "^5.1", "symfony/expression-language": "^4.4|^5.0", - "symfony/form": "^4.4|^5.0", + "symfony/form": "^5.2", "symfony/http-client": "^4.4|^5.0", "symfony/lock": "^4.4|^5.0", - "symfony/mailer": "^4.4|^5.0", - "symfony/messenger": "^4.4|^5.0", + "symfony/mailer": "^5.2", + "symfony/messenger": "^5.2", "symfony/mime": "^4.4|^5.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/process": "^4.4|^5.0", "symfony/property-info": "^4.4|^5.0", "symfony/security-bundle": "^5.1", + "symfony/security-core": "^4.4|^5.2", "symfony/security-csrf": "^4.4|^5.0", "symfony/security-http": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0", + "symfony/serializer": "^5.2", "symfony/stopwatch": "^4.4|^5.0", "symfony/string": "^5.0", "symfony/translation": "^5.0", "symfony/twig-bundle": "^4.4|^5.0", - "symfony/validator": "^4.4|^5.0", + "symfony/validator": "^5.2", "symfony/web-link": "^4.4|^5.0", - "symfony/workflow": "^4.4|^5.0", + "symfony/workflow": "^5.2", "symfony/yaml": "^4.4|^5.0", "twig/twig": "^2.10|^3.0" }, @@ -4796,7 +4846,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.1.11" + "source": "https://github.com/symfony/framework-bundle/tree/v5.2.6" }, "funding": [ { @@ -4812,20 +4862,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:17:55+00:00" + "time": "2021-03-22T14:43:01+00:00" }, { "name": "symfony/http-client", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "82f87fa4b738977937803ab8d52948d490047564" + "reference": "3c3075467da15bc2edf38d2ac20d34719e794bd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/82f87fa4b738977937803ab8d52948d490047564", - "reference": "82f87fa4b738977937803ab8d52948d490047564", + "url": "https://api.github.com/repos/symfony/http-client/zipball/3c3075467da15bc2edf38d2ac20d34719e794bd8", + "reference": "3c3075467da15bc2edf38d2ac20d34719e794bd8", "shasum": "" }, "require": { @@ -4840,9 +4890,10 @@ "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "1.0", - "symfony/http-client-implementation": "1.1" + "symfony/http-client-implementation": "2.2" }, "require-dev": { + "amphp/amp": "^2.5", "amphp/http-client": "^4.2.1", "amphp/http-tunnel": "^1.0", "amphp/socket": "^1.1", @@ -4852,7 +4903,8 @@ "psr/http-client": "^1.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/http-kernel": "^4.4.13|^5.1.5", - "symfony/process": "^4.4|^5.0" + "symfony/process": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0" }, "type": "library", "autoload": { @@ -4880,7 +4932,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.1.11" + "source": "https://github.com/symfony/http-client/tree/v5.2.6" }, "funding": [ { @@ -4896,7 +4948,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-28T09:42:18+00:00" }, { "name": "symfony/http-client-contracts", @@ -4979,16 +5031,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "1c1920364e205f9aab12457e52b884ebd198b885" + "reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1c1920364e205f9aab12457e52b884ebd198b885", - "reference": "1c1920364e205f9aab12457e52b884ebd198b885", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/54499baea7f7418bce7b5ec92770fd0799e8e9bf", + "reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf", "shasum": "" }, "require": { @@ -5032,7 +5084,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.1.11" + "source": "https://github.com/symfony/http-foundation/tree/v5.2.4" }, "funding": [ { @@ -5048,20 +5100,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:17:55+00:00" + "time": "2021-02-25T17:16:57+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "1b57aaf3215c4313fec1409afdb5046dcb201d17" + "reference": "f34de4c61ca46df73857f7f36b9a3805bdd7e3b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1b57aaf3215c4313fec1409afdb5046dcb201d17", - "reference": "1b57aaf3215c4313fec1409afdb5046dcb201d17", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f34de4c61ca46df73857f7f36b9a3805bdd7e3b2", + "reference": "f34de4c61ca46df73857f7f36b9a3805bdd7e3b2", "shasum": "" }, "require": { @@ -5081,7 +5133,7 @@ "symfony/cache": "<5.0", "symfony/config": "<5.0", "symfony/console": "<4.4", - "symfony/dependency-injection": "<4.4", + "symfony/dependency-injection": "<5.1.8", "symfony/doctrine-bridge": "<5.0", "symfony/form": "<5.0", "symfony/http-client": "<5.0", @@ -5096,12 +5148,12 @@ "psr/log-implementation": "1.0" }, "require-dev": { - "psr/cache": "~1.0", + "psr/cache": "^1.0|^2.0|^3.0", "symfony/browser-kit": "^4.4|^5.0", "symfony/config": "^5.0", "symfony/console": "^4.4|^5.0", "symfony/css-selector": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dependency-injection": "^5.1.8", "symfony/dom-crawler": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", @@ -5144,7 +5196,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.1.11" + "source": "https://github.com/symfony/http-kernel/tree/v5.2.6" }, "funding": [ { @@ -5160,20 +5212,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T14:22:38+00:00" + "time": "2021-03-29T05:16:58+00:00" }, { "name": "symfony/intl", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "930f17689729cc47d2ce18be21ed403bcbeeb6a9" + "reference": "11b4217e394c80a2e313d3a4a37262fbe65a7add" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/930f17689729cc47d2ce18be21ed403bcbeeb6a9", - "reference": "930f17689729cc47d2ce18be21ed403bcbeeb6a9", + "url": "https://api.github.com/repos/symfony/intl/zipball/11b4217e394c80a2e313d3a4a37262fbe65a7add", + "reference": "11b4217e394c80a2e313d3a4a37262fbe65a7add", "shasum": "" }, "require": { @@ -5232,7 +5284,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.1.11" + "source": "https://github.com/symfony/intl/tree/v5.2.4" }, "funding": [ { @@ -5248,28 +5300,28 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-02-18T22:42:36+00:00" }, { "name": "symfony/mailer", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "3c7ab7a402acdb453dcdd6e0b2982caacfcc9b9f" + "reference": "04475b8368b6c7a559581ee8a0650c919ec79274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/3c7ab7a402acdb453dcdd6e0b2982caacfcc9b9f", - "reference": "3c7ab7a402acdb453dcdd6e0b2982caacfcc9b9f", + "url": "https://api.github.com/repos/symfony/mailer/zipball/04475b8368b6c7a559581ee8a0650c919ec79274", + "reference": "04475b8368b6c7a559581ee8a0650c919ec79274", "shasum": "" }, "require": { - "egulias/email-validator": "^2.1.10", + "egulias/email-validator": "^2.1.10|^3", "php": ">=7.2.5", "psr/log": "~1.0", "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", + "symfony/mime": "^5.2.6", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2" }, @@ -5282,6 +5334,7 @@ "symfony/http-client-contracts": "^1.1|^2", "symfony/mailchimp-mailer": "^4.4|^5.0", "symfony/mailgun-mailer": "^4.4|^5.0", + "symfony/mailjet-mailer": "^4.4|^5.0", "symfony/messenger": "^4.4|^5.0", "symfony/postmark-mailer": "^4.4|^5.0", "symfony/sendgrid-mailer": "^4.4|^5.0" @@ -5312,7 +5365,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.1.11" + "source": "https://github.com/symfony/mailer/tree/v5.2.6" }, "funding": [ { @@ -5328,20 +5381,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-12T13:18:39+00:00" }, { "name": "symfony/messenger", - "version": "v5.1.11", + "version": "v5.2.5", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "9b579fa5b025a805062911395c913cd6a0982996" + "reference": "bc012fde3b96cfa3adf22f4d8a2e17860dc24a65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/9b579fa5b025a805062911395c913cd6a0982996", - "reference": "9b579fa5b025a805062911395c913cd6a0982996", + "url": "https://api.github.com/repos/symfony/messenger/zipball/bc012fde3b96cfa3adf22f4d8a2e17860dc24a65", + "reference": "bc012fde3b96cfa3adf22f4d8a2e17860dc24a65", "shasum": "" }, "require": { @@ -5359,7 +5412,7 @@ "symfony/http-kernel": "<4.4" }, "require-dev": { - "psr/cache": "~1.0", + "psr/cache": "^1.0|^2.0|^3.0", "symfony/console": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0", @@ -5400,7 +5453,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.1.11" + "source": "https://github.com/symfony/messenger/tree/v5.2.5" }, "funding": [ { @@ -5416,34 +5469,42 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-06T07:59:01+00:00" }, { "name": "symfony/mime", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "d7d899822da1fa89bcf658e8e8d836f5578e6f7a" + "reference": "1b2092244374cbe48ae733673f2ca0818b37197b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/d7d899822da1fa89bcf658e8e8d836f5578e6f7a", - "reference": "d7d899822da1fa89bcf658e8e8d836f5578e6f7a", + "url": "https://api.github.com/repos/symfony/mime/zipball/1b2092244374cbe48ae733673f2ca0818b37197b", + "reference": "1b2092244374cbe48ae733673f2ca0818b37197b", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.15" }, "conflict": { + "egulias/email-validator": "~3.0.0", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<4.4" }, "require-dev": { - "egulias/email-validator": "^2.1.10", - "symfony/dependency-injection": "^4.4|^5.0" + "egulias/email-validator": "^2.1.10|^3.1", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/property-access": "^4.4|^5.1", + "symfony/property-info": "^4.4|^5.1", + "symfony/serializer": "^5.2" }, "type": "library", "autoload": { @@ -5475,7 +5536,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.1.11" + "source": "https://github.com/symfony/mime/tree/v5.2.6" }, "funding": [ { @@ -5491,25 +5552,26 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-12T13:18:39+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.1.11", + "version": "v5.2.5", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "ce37f72dd09e38d65dd6d57a0c17e874c4c689a5" + "reference": "8a330ab86c4bdf3983b26abf64bf85574edf0d52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ce37f72dd09e38d65dd6d57a0c17e874c4c689a5", - "reference": "ce37f72dd09e38d65dd6d57a0c17e874c4c689a5", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/8a330ab86c4bdf3983b26abf64bf85574edf0d52", + "reference": "8a330ab86c4bdf3983b26abf64bf85574edf0d52", "shasum": "" }, "require": { "monolog/monolog": "^1.25.1|^2", "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/http-kernel": "^4.4|^5.0", "symfony/service-contracts": "^1.1|^2" }, @@ -5556,7 +5618,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.1.11" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.5" }, "funding": [ { @@ -5572,7 +5634,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-06T07:59:01+00:00" }, { "name": "symfony/monolog-bundle", @@ -5657,24 +5719,39 @@ }, { "name": "symfony/notifier", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/notifier.git", - "reference": "c2ccb5b6f9b7a316b3bfefc5fec751540d620d3c" + "reference": "bdb8702e91f19fc64d0c678f41fed144d0263657" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/notifier/zipball/c2ccb5b6f9b7a316b3bfefc5fec751540d620d3c", - "reference": "c2ccb5b6f9b7a316b3bfefc5fec751540d620d3c", + "url": "https://api.github.com/repos/symfony/notifier/zipball/bdb8702e91f19fc64d0c678f41fed144d0263657", + "reference": "bdb8702e91f19fc64d0c678f41fed144d0263657", "shasum": "" }, "require": { "php": ">=7.2.5", + "psr/log": "~1.0", "symfony/polyfill-php80": "^1.15" }, "conflict": { - "symfony/http-kernel": "<4.4" + "symfony/firebase-notifier": "<5.2", + "symfony/free-mobile-notifier": "<5.2", + "symfony/http-kernel": "<4.4", + "symfony/mattermost-notifier": "<5.2", + "symfony/nexmo-notifier": "<5.2", + "symfony/ovh-cloud-notifier": "<5.2", + "symfony/rocket-chat-notifier": "<5.2", + "symfony/sinch-notifier": "<5.2", + "symfony/slack-notifier": "<5.2", + "symfony/telegram-notifier": "<5.2", + "symfony/twilio-notifier": "<5.2" + }, + "require-dev": { + "symfony/event-dispatcher-contracts": "^2", + "symfony/http-client-contracts": "^2" }, "type": "library", "autoload": { @@ -5706,7 +5783,7 @@ "notifier" ], "support": { - "source": "https://github.com/symfony/notifier/tree/v5.1.11" + "source": "https://github.com/symfony/notifier/tree/v5.2.4" }, "funding": [ { @@ -5722,25 +5799,26 @@ "type": "tidelift" } ], - "time": "2021-01-13T10:32:36+00:00" + "time": "2021-01-14T15:42:36+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "c67e38bab7b561a65e34162a48ae587750f7ae0e" + "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c67e38bab7b561a65e34162a48ae587750f7ae0e", - "reference": "c67e38bab7b561a65e34162a48ae587750f7ae0e", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", + "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.15" }, "type": "library", @@ -5774,7 +5852,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.1.11" + "source": "https://github.com/symfony/options-resolver/tree/v5.2.4" }, "funding": [ { @@ -5790,7 +5868,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T12:50:07+00:00" + "time": "2021-01-27T12:56:27+00:00" }, { "name": "symfony/orm-pack", @@ -6422,16 +6500,16 @@ }, { "name": "symfony/process", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d279ae7f2d6e0e4e45f66de7d76006246ae00e4d" + "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d279ae7f2d6e0e4e45f66de7d76006246ae00e4d", - "reference": "d279ae7f2d6e0e4e45f66de7d76006246ae00e4d", + "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f", + "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f", "shasum": "" }, "require": { @@ -6464,7 +6542,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.1.11" + "source": "https://github.com/symfony/process/tree/v5.2.4" }, "funding": [ { @@ -6480,26 +6558,27 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-01-27T10:15:41+00:00" }, { "name": "symfony/property-access", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "d99f6d52333d0798a3b5bb3a81bae789e96bae93" + "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/d99f6d52333d0798a3b5bb3a81bae789e96bae93", - "reference": "d99f6d52333d0798a3b5bb3a81bae789e96bae93", + "url": "https://api.github.com/repos/symfony/property-access/zipball/3af8ed262bd3217512a13b023981fe68f36ad5f3", + "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.15", - "symfony/property-info": "^5.1.1" + "symfony/property-info": "^5.2" }, "require-dev": { "symfony/cache": "^4.4|^5.0" @@ -6544,7 +6623,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v5.1.11" + "source": "https://github.com/symfony/property-access/tree/v5.2.4" }, "funding": [ { @@ -6560,24 +6639,25 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-01-27T10:15:41+00:00" }, { "name": "symfony/property-info", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "d4981d21891987fce806fc94e41312fe9c131747" + "reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/d4981d21891987fce806fc94e41312fe9c131747", - "reference": "d4981d21891987fce806fc94e41312fe9c131747", + "url": "https://api.github.com/repos/symfony/property-info/zipball/7185bbc74e6f49c3f1b5936b4d9e4ca133921189", + "reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.15", "symfony/string": "^5.1" }, @@ -6633,7 +6713,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.1.11" + "source": "https://github.com/symfony/property-info/tree/v5.2.4" }, "funding": [ { @@ -6649,11 +6729,11 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-02-17T15:24:54+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", @@ -6700,7 +6780,7 @@ "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.1.11" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.2.4" }, "funding": [ { @@ -6720,16 +6800,16 @@ }, { "name": "symfony/redis-messenger", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/redis-messenger.git", - "reference": "dac2c879ac2225edd6abb5ced391b7e60d44f810" + "reference": "7e68914bf35cda948ee4d9081b8eaed9fd783fe5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/dac2c879ac2225edd6abb5ced391b7e60d44f810", - "reference": "dac2c879ac2225edd6abb5ced391b7e60d44f810", + "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/7e68914bf35cda948ee4d9081b8eaed9fd783fe5", + "reference": "7e68914bf35cda948ee4d9081b8eaed9fd783fe5", "shasum": "" }, "require": { @@ -6767,7 +6847,7 @@ "description": "Symfony Redis extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/redis-messenger/tree/v5.1.11" + "source": "https://github.com/symfony/redis-messenger/tree/v5.2.4" }, "funding": [ { @@ -6783,20 +6863,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:17:55+00:00" + "time": "2021-01-27T11:24:50+00:00" }, { "name": "symfony/routing", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "e7f71f5da6af8b238f2257670fd6aa4ae6263826" + "reference": "31fba555f178afd04d54fd26953501b2c3f0c6e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/e7f71f5da6af8b238f2257670fd6aa4ae6263826", - "reference": "e7f71f5da6af8b238f2257670fd6aa4ae6263826", + "url": "https://api.github.com/repos/symfony/routing/zipball/31fba555f178afd04d54fd26953501b2c3f0c6e6", + "reference": "31fba555f178afd04d54fd26953501b2c3f0c6e6", "shasum": "" }, "require": { @@ -6857,7 +6937,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.1.11" + "source": "https://github.com/symfony/routing/tree/v5.2.6" }, "funding": [ { @@ -6873,35 +6953,35 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-14T13:53:33+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "911f6b515d515c12a4aea749b6ac688050b6a85c" + "reference": "26550782d6e6db6fbfd7702ae0ccef7964c3535d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/911f6b515d515c12a4aea749b6ac688050b6a85c", - "reference": "911f6b515d515c12a4aea749b6ac688050b6a85c", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/26550782d6e6db6fbfd7702ae0ccef7964c3535d", + "reference": "26550782d6e6db6fbfd7702ae0ccef7964c3535d", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^5.1", + "symfony/dependency-injection": "^5.2", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher": "^5.1", "symfony/http-kernel": "^5.0", "symfony/polyfill-php80": "^1.15", - "symfony/security-core": "^5.1", + "symfony/security-core": "^5.2", "symfony/security-csrf": "^4.4|^5.0", - "symfony/security-guard": "^5.1", - "symfony/security-http": "^5.1,>=5.1.2" + "symfony/security-guard": "^5.2", + "symfony/security-http": "^5.2" }, "conflict": { "symfony/browser-kit": "<4.4", @@ -6919,8 +6999,9 @@ "symfony/dom-crawler": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", - "symfony/framework-bundle": "^4.4|^5.0", + "symfony/framework-bundle": "^5.2", "symfony/process": "^4.4|^5.0", + "symfony/rate-limiter": "^5.2", "symfony/serializer": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", "symfony/twig-bridge": "^4.4|^5.0", @@ -6955,7 +7036,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.1.11" + "source": "https://github.com/symfony/security-bundle/tree/v5.2.6" }, "funding": [ { @@ -6971,20 +7052,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-23T12:45:44+00:00" }, { "name": "symfony/security-core", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "33a6d376ef0502f18bc498a076590372685f6e89" + "reference": "9dcedab1c2c637fc9a377b3a9313a61087609760" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/33a6d376ef0502f18bc498a076590372685f6e89", - "reference": "33a6d376ef0502f18bc498a076590372685f6e89", + "url": "https://api.github.com/repos/symfony/security-core/zipball/9dcedab1c2c637fc9a377b3a9313a61087609760", + "reference": "9dcedab1c2c637fc9a377b3a9313a61087609760", "shasum": "" }, "require": { @@ -6997,17 +7078,18 @@ "conflict": { "symfony/event-dispatcher": "<4.4", "symfony/ldap": "<4.4", - "symfony/security-guard": "<4.4" + "symfony/security-guard": "<4.4", + "symfony/validator": "<5.2" }, "require-dev": { - "psr/container": "^1.0", + "psr/container": "^1.0|^2.0", "psr/log": "~1.0", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/ldap": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", - "symfony/validator": "^4.4|^5.0" + "symfony/validator": "^5.2" }, "suggest": { "psr/container-implementation": "To instantiate the Security class", @@ -7043,7 +7125,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.1.11" + "source": "https://github.com/symfony/security-core/tree/v5.2.6" }, "funding": [ { @@ -7059,11 +7141,11 @@ "type": "tidelift" } ], - "time": "2021-01-27T12:50:07+00:00" + "time": "2021-03-10T22:10:15+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", @@ -7114,7 +7196,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v5.1.11" + "source": "https://github.com/symfony/security-csrf/tree/v5.2.4" }, "funding": [ { @@ -7134,16 +7216,16 @@ }, { "name": "symfony/security-guard", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", - "reference": "23e2b838d255f2695a143cf4ad138c58c4dc2918" + "reference": "a191352047f2ea0d927c62e1a2f261cf906d1bde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/23e2b838d255f2695a143cf4ad138c58c4dc2918", - "reference": "23e2b838d255f2695a143cf4ad138c58c4dc2918", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/a191352047f2ea0d927c62e1a2f261cf906d1bde", + "reference": "a191352047f2ea0d927c62e1a2f261cf906d1bde", "shasum": "" }, "require": { @@ -7181,7 +7263,7 @@ "description": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-guard/tree/v5.1.11" + "source": "https://github.com/symfony/security-guard/tree/v5.2.4" }, "funding": [ { @@ -7197,30 +7279,30 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-01-27T10:15:41+00:00" }, { "name": "symfony/security-http", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "c3a869cc01640d14ebbbfd03046f494103ffb2fa" + "reference": "a4b3d122ee0c263850ca1ed620faa1b3a8e7584b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/c3a869cc01640d14ebbbfd03046f494103ffb2fa", - "reference": "c3a869cc01640d14ebbbfd03046f494103ffb2fa", + "url": "https://api.github.com/repos/symfony/security-http/zipball/a4b3d122ee0c263850ca1ed620faa1b3a8e7584b", + "reference": "a4b3d122ee0c263850ca1ed620faa1b3a8e7584b", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", - "symfony/http-foundation": "^4.4.7|^5.0.7", - "symfony/http-kernel": "^4.4|^5.0", + "symfony/http-foundation": "^5.2", + "symfony/http-kernel": "^5.2", "symfony/polyfill-php80": "^1.15", "symfony/property-access": "^4.4|^5.0", - "symfony/security-core": "^5.1" + "symfony/security-core": "^5.2" }, "conflict": { "symfony/event-dispatcher": "<4.3", @@ -7228,8 +7310,11 @@ }, "require-dev": { "psr/log": "~1.0", + "symfony/cache": "^4.4|^5.0", + "symfony/rate-limiter": "^5.2", "symfony/routing": "^4.4|^5.0", - "symfony/security-csrf": "^4.4|^5.0" + "symfony/security-csrf": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0" }, "suggest": { "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", @@ -7261,7 +7346,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.1.11" + "source": "https://github.com/symfony/security-http/tree/v5.2.6" }, "funding": [ { @@ -7277,20 +7362,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:17:55+00:00" + "time": "2021-03-28T17:23:00+00:00" }, { "name": "symfony/serializer", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "76404a1e1a4eaefe94ce12740af1884149d47d96" + "reference": "a285f474a72397ccbd384900abc968ffcb511dda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/76404a1e1a4eaefe94ce12740af1884149d47d96", - "reference": "76404a1e1a4eaefe94ce12740af1884149d47d96", + "url": "https://api.github.com/repos/symfony/serializer/zipball/a285f474a72397ccbd384900abc968ffcb511dda", + "reference": "a285f474a72397ccbd384900abc968ffcb511dda", "shasum": "" }, "require": { @@ -7314,11 +7399,16 @@ "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/error-handler": "^4.4|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/form": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0", "symfony/property-access": "^4.4.9|^5.0.9", "symfony/property-info": "^4.4|^5.0", + "symfony/uid": "^5.1", "symfony/validator": "^4.4|^5.0", + "symfony/var-exporter": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0" }, "suggest": { @@ -7329,6 +7419,7 @@ "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.", "symfony/property-access": "For using the ObjectNormalizer.", "symfony/property-info": "To deserialize relations.", + "symfony/var-exporter": "For using the metadata compiler.", "symfony/yaml": "For using the default YAML mapping loader." }, "type": "library", @@ -7357,7 +7448,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.1.11" + "source": "https://github.com/symfony/serializer/tree/v5.2.4" }, "funding": [ { @@ -7373,7 +7464,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T11:17:55+00:00" + "time": "2021-03-02T12:14:02+00:00" }, { "name": "symfony/serializer-pack", @@ -7503,16 +7594,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "40e7945f2d0f72427eb71b54c26d93d08ef88793" + "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/40e7945f2d0f72427eb71b54c26d93d08ef88793", - "reference": "40e7945f2d0f72427eb71b54c26d93d08ef88793", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b12274acfab9d9850c52583d136a24398cdf1a0c", + "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c", "shasum": "" }, "require": { @@ -7545,7 +7636,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.1.11" + "source": "https://github.com/symfony/stopwatch/tree/v5.2.4" }, "funding": [ { @@ -7561,20 +7652,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-01-27T10:15:41+00:00" }, { "name": "symfony/string", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "83bbb92d34881744b8021452a76532b28283dbfb" + "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/83bbb92d34881744b8021452a76532b28283dbfb", - "reference": "83bbb92d34881744b8021452a76532b28283dbfb", + "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", + "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", "shasum": "" }, "require": { @@ -7628,7 +7719,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.1.11" + "source": "https://github.com/symfony/string/tree/v5.2.6" }, "funding": [ { @@ -7644,27 +7735,27 @@ "type": "tidelift" } ], - "time": "2021-01-25T14:41:58+00:00" + "time": "2021-03-17T17:12:15+00:00" }, { "name": "symfony/translation", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "b16d3e4b2d3f78fb2444aa8d19019f033e55ec56" + "reference": "2cc7f45d96db9adfcf89adf4401d9dfed509f4e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/b16d3e4b2d3f78fb2444aa8d19019f033e55ec56", - "reference": "b16d3e4b2d3f78fb2444aa8d19019f033e55ec56", + "url": "https://api.github.com/repos/symfony/translation/zipball/2cc7f45d96db9adfcf89adf4401d9dfed509f4e1", + "reference": "2cc7f45d96db9adfcf89adf4401d9dfed509f4e1", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15", - "symfony/translation-contracts": "^2" + "symfony/translation-contracts": "^2.3" }, "conflict": { "symfony/config": "<4.4", @@ -7674,7 +7765,7 @@ "symfony/yaml": "<4.4" }, "provide": { - "symfony/translation-implementation": "2.0" + "symfony/translation-implementation": "2.3" }, "require-dev": { "psr/log": "~1.0", @@ -7694,6 +7785,9 @@ }, "type": "library", "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { "Symfony\\Component\\Translation\\": "" }, @@ -7718,7 +7812,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.1.11" + "source": "https://github.com/symfony/translation/tree/v5.2.6" }, "funding": [ { @@ -7734,7 +7828,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-23T19:33:48+00:00" }, { "name": "symfony/translation-contracts", @@ -7816,16 +7910,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "4421afc6e1a0ef5e7cd9b32359617b98069d1666" + "reference": "a65d8d38c66f147f29b73d53d14e8c9a983653b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/4421afc6e1a0ef5e7cd9b32359617b98069d1666", - "reference": "4421afc6e1a0ef5e7cd9b32359617b98069d1666", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/a65d8d38c66f147f29b73d53d14e8c9a983653b8", + "reference": "a65d8d38c66f147f29b73d53d14e8c9a983653b8", "shasum": "" }, "require": { @@ -7835,15 +7929,18 @@ "twig/twig": "^2.13|^3.0.4" }, "conflict": { + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", "symfony/console": "<4.4", "symfony/form": "<5.1", "symfony/http-foundation": "<4.4", "symfony/http-kernel": "<4.4", - "symfony/translation": "<5.0", - "symfony/workflow": "<4.4" + "symfony/translation": "<5.2", + "symfony/workflow": "<5.2" }, "require-dev": { - "egulias/email-validator": "^2.1.10", + "egulias/email-validator": "^2.1.10|^3", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/asset": "^4.4|^5.0", "symfony/console": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -7852,21 +7949,24 @@ "symfony/form": "^5.1.9", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", + "symfony/intl": "^4.4|^5.0", + "symfony/mime": "^5.2", "symfony/polyfill-intl-icu": "~1.0", + "symfony/property-info": "^4.4|^5.1", "symfony/routing": "^4.4|^5.0", "symfony/security-acl": "^2.8|^3.0", "symfony/security-core": "^4.4|^5.0", "symfony/security-csrf": "^4.4|^5.0", "symfony/security-http": "^4.4|^5.0", + "symfony/serializer": "^5.2", "symfony/stopwatch": "^4.4|^5.0", - "symfony/translation": "^5.0", + "symfony/translation": "^5.2", "symfony/web-link": "^4.4|^5.0", - "symfony/workflow": "^4.4|^5.0", + "symfony/workflow": "^5.2", "symfony/yaml": "^4.4|^5.0", - "twig/cssinliner-extra": "^2.12", - "twig/inky-extra": "^2.12", - "twig/markdown-extra": "^2.12" + "twig/cssinliner-extra": "^2.12|^3", + "twig/inky-extra": "^2.12|^3", + "twig/markdown-extra": "^2.12|^3" }, "suggest": { "symfony/asset": "For using the AssetExtension", @@ -7910,7 +8010,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.1.11" + "source": "https://github.com/symfony/twig-bridge/tree/v5.2.6" }, "funding": [ { @@ -7926,20 +8026,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-16T09:10:13+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "88e5d5232f11f6db6610d5f4c2380f26e02ce92e" + "reference": "5ebbb5f0e8bfaa0b4b37cb25ff97f83b18caf221" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/88e5d5232f11f6db6610d5f4c2380f26e02ce92e", - "reference": "88e5d5232f11f6db6610d5f4c2380f26e02ce92e", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/5ebbb5f0e8bfaa0b4b37cb25ff97f83b18caf221", + "reference": "5ebbb5f0e8bfaa0b4b37cb25ff97f83b18caf221", "shasum": "" }, "require": { @@ -7952,7 +8052,7 @@ "twig/twig": "^2.13|^3.0.4" }, "conflict": { - "symfony/dependency-injection": "<4.4", + "symfony/dependency-injection": "<5.2", "symfony/framework-bundle": "<5.0", "symfony/translation": "<5.0" }, @@ -7960,7 +8060,7 @@ "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0", "symfony/asset": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dependency-injection": "^5.2", "symfony/expression-language": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", @@ -7997,7 +8097,7 @@ "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v5.1.11" + "source": "https://github.com/symfony/twig-bundle/tree/v5.2.4" }, "funding": [ { @@ -8013,7 +8113,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-01-27T10:15:41+00:00" }, { "name": "symfony/twig-pack", @@ -8062,23 +8162,24 @@ }, { "name": "symfony/validator", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "c651438e159bdcbe8354320ab627d33fa7e288ff" + "reference": "67354644f9baba3cc122134c255b7461b7e0fe31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/c651438e159bdcbe8354320ab627d33fa7e288ff", - "reference": "c651438e159bdcbe8354320ab627d33fa7e288ff", + "url": "https://api.github.com/repos/symfony/validator/zipball/67354644f9baba3cc122134c255b7461b7e0fe31", + "reference": "67354644f9baba3cc122134c255b7461b7e0fe31", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.0", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.15", "symfony/translation-contracts": "^1.1|^2" }, @@ -8095,11 +8196,13 @@ "require-dev": { "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0", - "egulias/email-validator": "^2.1.10", + "egulias/email-validator": "^2.1.10|^3", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/expression-language": "^5.1", + "symfony/finder": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", @@ -8150,7 +8253,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.1.11" + "source": "https://github.com/symfony/validator/tree/v5.2.6" }, "funding": [ { @@ -8166,20 +8269,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T12:50:07+00:00" + "time": "2021-03-23T12:45:44+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "cee600a1248b423330375c869812bdd61a085cd0" + "reference": "89412a68ea2e675b4e44f260a5666729f77f668e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cee600a1248b423330375c869812bdd61a085cd0", - "reference": "cee600a1248b423330375c869812bdd61a085cd0", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89412a68ea2e675b4e44f260a5666729f77f668e", + "reference": "89412a68ea2e675b4e44f260a5666729f77f668e", "shasum": "" }, "require": { @@ -8238,7 +8341,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.1.11" + "source": "https://github.com/symfony/var-dumper/tree/v5.2.6" }, "funding": [ { @@ -8254,11 +8357,11 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-28T09:42:18+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", @@ -8311,7 +8414,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.1.11" + "source": "https://github.com/symfony/var-exporter/tree/v5.2.4" }, "funding": [ { @@ -8331,16 +8434,16 @@ }, { "name": "symfony/web-link", - "version": "v5.1.11", + "version": "v5.2.5", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "28e6bd9028740602c158f5c6ac8d5e2a2692812e" + "reference": "118ef73c177a033955af1342ec54f08dd1bf6d8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/28e6bd9028740602c158f5c6ac8d5e2a2692812e", - "reference": "28e6bd9028740602c158f5c6ac8d5e2a2692812e", + "url": "https://api.github.com/repos/symfony/web-link/zipball/118ef73c177a033955af1342ec54f08dd1bf6d8e", + "reference": "118ef73c177a033955af1342ec54f08dd1bf6d8e", "shasum": "" }, "require": { @@ -8398,7 +8501,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v5.1.11" + "source": "https://github.com/symfony/web-link/tree/v5.2.5" }, "funding": [ { @@ -8414,20 +8517,20 @@ "type": "tidelift" } ], - "time": "2021-01-10T16:29:19+00:00" + "time": "2021-03-07T15:51:33+00:00" }, { "name": "symfony/yaml", - "version": "v5.1.11", + "version": "v5.2.5", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "6bb8b36c6dea8100268512bf46e858c8eb5c545e" + "reference": "298a08ddda623485208506fcee08817807a251dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/6bb8b36c6dea8100268512bf46e858c8eb5c545e", - "reference": "6bb8b36c6dea8100268512bf46e858c8eb5c545e", + "url": "https://api.github.com/repos/symfony/yaml/zipball/298a08ddda623485208506fcee08817807a251dd", + "reference": "298a08ddda623485208506fcee08817807a251dd", "shasum": "" }, "require": { @@ -8473,7 +8576,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.1.11" + "source": "https://github.com/symfony/yaml/tree/v5.2.5" }, "funding": [ { @@ -8489,20 +8592,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-06T07:59:01+00:00" }, { "name": "symfonycasts/verify-email-bundle", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/SymfonyCasts/verify-email-bundle.git", - "reference": "9fc2cf3118e9f249c7bff11786fed4ea2c06e5ed" + "reference": "cd6bf4533ec8794cb001627754cdecec0ec4a4de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SymfonyCasts/verify-email-bundle/zipball/9fc2cf3118e9f249c7bff11786fed4ea2c06e5ed", - "reference": "9fc2cf3118e9f249c7bff11786fed4ea2c06e5ed", + "url": "https://api.github.com/repos/SymfonyCasts/verify-email-bundle/zipball/cd6bf4533ec8794cb001627754cdecec0ec4a4de", + "reference": "cd6bf4533ec8794cb001627754cdecec0ec4a4de", "shasum": "" }, "require": { @@ -8537,9 +8640,9 @@ "description": "Simple, stylish Email Verification for Symfony", "support": { "issues": "https://github.com/SymfonyCasts/verify-email-bundle/issues", - "source": "https://github.com/SymfonyCasts/verify-email-bundle/tree/v1.2.0" + "source": "https://github.com/SymfonyCasts/verify-email-bundle/tree/v1.3.0" }, - "time": "2021-02-08T14:20:22+00:00" + "time": "2021-03-29T17:57:50+00:00" }, { "name": "tgalopin/html-sanitizer", @@ -9338,16 +9441,16 @@ }, { "name": "symfony/browser-kit", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "8d0688f6f7c733ff4096d64656c8a3b320d9a1f8" + "reference": "3ca3a57ce9860318b20a924fec5daf5c6db44d93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/8d0688f6f7c733ff4096d64656c8a3b320d9a1f8", - "reference": "8d0688f6f7c733ff4096d64656c8a3b320d9a1f8", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/3ca3a57ce9860318b20a924fec5daf5c6db44d93", + "reference": "3ca3a57ce9860318b20a924fec5daf5c6db44d93", "shasum": "" }, "require": { @@ -9389,7 +9492,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.1.11" + "source": "https://github.com/symfony/browser-kit/tree/v5.2.4" }, "funding": [ { @@ -9405,11 +9508,11 @@ "type": "tidelift" } ], - "time": "2021-01-27T12:50:07+00:00" + "time": "2021-02-22T06:48:33+00:00" }, { "name": "symfony/css-selector", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -9454,7 +9557,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.1.11" + "source": "https://github.com/symfony/css-selector/tree/v5.2.4" }, "funding": [ { @@ -9474,16 +9577,16 @@ }, { "name": "symfony/debug-bundle", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "cc01b42c54ca5a3eed3e48f0c2327e1b3d46c16b" + "reference": "ec21bd26d24dab02ac40e4bec362b3f4032486e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/cc01b42c54ca5a3eed3e48f0c2327e1b3d46c16b", - "reference": "cc01b42c54ca5a3eed3e48f0c2327e1b3d46c16b", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/ec21bd26d24dab02ac40e4bec362b3f4032486e8", + "reference": "ec21bd26d24dab02ac40e4bec362b3f4032486e8", "shasum": "" }, "require": { @@ -9495,7 +9598,7 @@ }, "conflict": { "symfony/config": "<4.4", - "symfony/dependency-injection": "<4.4" + "symfony/dependency-injection": "<5.2" }, "require-dev": { "symfony/config": "^4.4|^5.0", @@ -9532,7 +9635,7 @@ "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v5.1.11" + "source": "https://github.com/symfony/debug-bundle/tree/v5.2.4" }, "funding": [ { @@ -9548,7 +9651,7 @@ "type": "tidelift" } ], - "time": "2021-01-10T16:29:19+00:00" + "time": "2021-01-10T16:30:10+00:00" }, { "name": "symfony/debug-pack", @@ -9598,16 +9701,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v5.1.11", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "5d89ceb53ec65e1973a555072fac8ed5ecad3384" + "reference": "400e265163f65aceee7e904ef532e15228de674b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/5d89ceb53ec65e1973a555072fac8ed5ecad3384", - "reference": "5d89ceb53ec65e1973a555072fac8ed5ecad3384", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/400e265163f65aceee7e904ef532e15228de674b", + "reference": "400e265163f65aceee7e904ef532e15228de674b", "shasum": "" }, "require": { @@ -9652,7 +9755,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.1.11" + "source": "https://github.com/symfony/dom-crawler/tree/v5.2.4" }, "funding": [ { @@ -9668,7 +9771,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-02-15T18:55:04+00:00" }, { "name": "symfony/maker-bundle", @@ -9760,16 +9863,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.2.4", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "9d85d900c1afe29138a0d5854505eb684bc3ac6d" + "reference": "f2f94fd78379cdcdef09dd5025af791301913968" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/9d85d900c1afe29138a0d5854505eb684bc3ac6d", - "reference": "9d85d900c1afe29138a0d5854505eb684bc3ac6d", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f2f94fd78379cdcdef09dd5025af791301913968", + "reference": "f2f94fd78379cdcdef09dd5025af791301913968", "shasum": "" }, "require": { @@ -9823,7 +9926,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.4" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.6" }, "funding": [ { @@ -9839,7 +9942,7 @@ "type": "tidelift" } ], - "time": "2021-02-04T18:05:54+00:00" + "time": "2021-03-23T20:42:04+00:00" }, { "name": "symfony/profiler-pack", @@ -9933,28 +10036,29 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v5.1.11", + "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "9a906203efff7df59d1e0185f7aa05e631eb4ef7" + "reference": "58e5be2aa69041ff35250537190d9ec29136782a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/9a906203efff7df59d1e0185f7aa05e631eb4ef7", - "reference": "9a906203efff7df59d1e0185f7aa05e631eb4ef7", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/58e5be2aa69041ff35250537190d9ec29136782a", + "reference": "58e5be2aa69041ff35250537190d9ec29136782a", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", "symfony/framework-bundle": "^5.1", - "symfony/http-kernel": "^4.4|^5.0", + "symfony/http-kernel": "^5.2", "symfony/routing": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0", "twig/twig": "^2.13|^3.0.4" }, "conflict": { + "symfony/dependency-injection": "<5.2", "symfony/form": "<4.4", "symfony/messenger": "<4.4" }, @@ -9990,7 +10094,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.1.11" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.6" }, "funding": [ { @@ -10006,7 +10110,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-03-16T09:10:13+00:00" }, { "name": "ulrichsg/getopt-php", diff --git a/symfony.lock b/symfony.lock index 4b946d3410..ca2fa9f062 100644 --- a/symfony.lock +++ b/symfony.lock @@ -1,651 +1,5 @@ { - "alchemy/resource-component": { - "version": "0.1.1" - }, - "alchemy/zippy": { - "version": "v0.5.x-dev" - }, - "beberlei/assert": { - "version": "v2.9.9" - }, - "composer/semver": { - "version": "1.5.1" - }, - "composer/xdebug-handler": { - "version": "1.4.2" - }, - "doctrine/annotations": { - "version": "1.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "1.0", - "ref": "a2759dd6123694c8d901d0ec80006e044c2e6457" - }, - "files": [ - "config/routes/annotations.yaml" - ] - }, - "doctrine/cache": { - "version": "1.10.1" - }, - "doctrine/collections": { - "version": "1.6.5" - }, - "doctrine/common": { - "version": "2.13.3" - }, - "doctrine/dbal": { - "version": "2.10.2" - }, - "doctrine/doctrine-bundle": { - "version": "2.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "2.0", - "ref": "a9f2463b9f73efe74482f831f03a204a41328555" - }, - "files": [ - "config/packages/doctrine.yaml", - "config/packages/prod/doctrine.yaml", - "src/Entity/.gitignore", - "src/Repository/.gitignore" - ] - }, - "doctrine/doctrine-migrations-bundle": { - "version": "1.2", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "1.2", - "ref": "c1431086fec31f17fbcfe6d6d7e92059458facc1" - }, - "files": [ - "config/packages/doctrine_migrations.yaml", - "src/Migrations/.gitignore" - ] - }, - "doctrine/event-manager": { - "version": "1.1.0" - }, - "doctrine/inflector": { - "version": "1.4.3" - }, - "doctrine/instantiator": { - "version": "1.3.1" - }, - "doctrine/lexer": { - "version": "1.2.1" - }, - "doctrine/migrations": { - "version": "2.2.1" - }, - "doctrine/orm": { - "version": "v2.7.3" - }, - "doctrine/persistence": { - "version": "1.3.7" - }, - "doctrine/reflection": { - "version": "1.2.1" - }, - "doctrine/sql-formatter": { - "version": "1.1.0" - }, - "egulias/email-validator": { - "version": "2.1.17" - }, - "erusev/parsedown": { - "version": "1.7.4" - }, - "friendsofphp/php-cs-fixer": { - "version": "2.2", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "2.2", - "ref": "cc05ab6abf6894bddb9bbd6a252459010ebe040b" - }, - "files": [ - ".php_cs.dist" - ] - }, - "friendsofphp/proxy-manager-lts": { - "version": "v1.0.3" - }, - "giggsey/libphonenumber-for-php": { - "version": "8.12.7.1" - }, - "giggsey/locale": { - "version": "1.9" - }, - "laminas/laminas-code": { - "version": "3.4.1" - }, - "laminas/laminas-eventmanager": { - "version": "3.2.1" - }, - "laminas/laminas-zendframework-bridge": { - "version": "1.0.4" - }, - "league/uri-parser": { - "version": "1.4.1" - }, - "lstrojny/functional-php": { - "version": "1.11.0" - }, - "masterminds/html5": { - "version": "2.7.3" - }, - "monolog/monolog": { - "version": "2.1.0" - }, - "niels-de-blaauw/php-doc-check": { - "version": "v0.2.2" - }, - "nikic/php-parser": { - "version": "v4.5.0" - }, - "ocramius/package-versions": { - "version": "1.8.0" - }, - "ocramius/proxy-manager": { - "version": "2.8.0" - }, - "odolbeau/phone-number-bundle": { - "version": "3.0", - "recipe": { - "repo": "github.com/symfony/recipes-contrib", - "branch": "master", - "version": "3.0", - "ref": "4388686329b81291918a948cd42891829fb1de71" - }, - "files": [ - "config/packages/misd_phone_number.yaml" - ] - }, - "php": { - "version": "7.4" - }, - "php-cs-fixer/diff": { - "version": "v1.3.0" - }, - "php-ds/php-ds": { - "version": "v1.2.0" - }, - "phpdocumentor/reflection-common": { - "version": "2.1.0" - }, - "phpdocumentor/reflection-docblock": { - "version": "5.1.0" - }, - "phpdocumentor/type-resolver": { - "version": "1.1.0" - }, - "psr/cache": { - "version": "1.0.1" - }, - "psr/container": { - "version": "1.0.0" - }, - "psr/event-dispatcher": { - "version": "1.0.0" - }, - "psr/link": { - "version": "1.0.0" - }, - "psr/log": { - "version": "1.1.3" - }, - "sensio/framework-extra-bundle": { - "version": "5.2", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "5.2", - "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b" - }, - "files": [ - "config/packages/sensio_framework_extra.yaml" - ] - }, - "someonewithpc/memcached-polyfill": { - "version": "1.0.0" - }, - "someonewithpc/redis-polyfill": { - "version": "1.0.0" - }, - "symfony/amqp-messenger": { - "version": "v5.1.2" - }, - "symfony/asset": { - "version": "v5.1.0" - }, - "symfony/browser-kit": { - "version": "v5.1.0" - }, - "symfony/cache": { - "version": "v5.1.0" - }, - "symfony/cache-contracts": { - "version": "v2.1.2" - }, - "symfony/config": { - "version": "v5.1.0" - }, - "symfony/console": { - "version": "5.1", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "5.1", - "ref": "c6d02bdfba9da13c22157520e32a602dbee8a75c" - }, - "files": [ - "bin/console" - ] - }, - "symfony/css-selector": { - "version": "v5.1.0" - }, - "symfony/debug-bundle": { - "version": "4.1", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "4.1", - "ref": "f8863cbad2f2e58c4b65fa1eac892ab189971bea" - }, - "files": [ - "config/packages/dev/debug.yaml" - ] - }, - "symfony/debug-pack": { - "version": "v1.0.8" - }, - "symfony/dependency-injection": { - "version": "v5.1.0" - }, - "symfony/deprecation-contracts": { - "version": "v2.1.2" - }, - "symfony/doctrine-bridge": { - "version": "v5.1.0" - }, - "symfony/doctrine-messenger": { - "version": "v5.1.2" - }, - "symfony/dom-crawler": { - "version": "v5.1.0" - }, - "symfony/dotenv": { - "version": "v5.1.0" - }, - "symfony/error-handler": { - "version": "v5.1.0" - }, - "symfony/event-dispatcher": { - "version": "v5.1.0" - }, - "symfony/event-dispatcher-contracts": { - "version": "v2.1.2" - }, - "symfony/expression-language": { - "version": "v5.1.0" - }, - "symfony/filesystem": { - "version": "v5.1.0" - }, - "symfony/finder": { - "version": "v5.1.0" - }, - "symfony/flex": { - "version": "1.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "1.0", - "ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e" - }, - "files": [ - ".env" - ] - }, - "symfony/form": { - "version": "v5.1.0" - }, - "symfony/framework-bundle": { - "version": "5.1", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "5.1", - "ref": "37b4ec59eda3eb89705f21a0da7231862495ce0a" - }, - "files": [ - "config/packages/cache.yaml", - "config/packages/framework.yaml", - "config/packages/test/framework.yaml", - "config/routes/dev/framework.yaml", - "config/services.yaml", - "public/index.php", - "src/Controller/.gitignore", - "src/Kernel.php" - ] - }, - "symfony/http-client": { - "version": "v5.1.0" - }, - "symfony/http-client-contracts": { - "version": "v2.1.2" - }, - "symfony/http-foundation": { - "version": "v5.1.0" - }, - "symfony/http-kernel": { - "version": "v5.1.0" - }, - "symfony/intl": { - "version": "v5.1.0" - }, - "symfony/mailer": { - "version": "4.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "4.3", - "ref": "15658c2a0176cda2e7dba66276a2030b52bd81b2" - }, - "files": [ - "config/packages/mailer.yaml" - ] - }, - "symfony/maker-bundle": { - "version": "1.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "1.0", - "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f" - } - }, - "symfony/messenger": { - "version": "4.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "4.3", - "ref": "8a2675c061737658bed85102e9241c752620e575" - }, - "files": [ - "config/packages/messenger.yaml" - ] - }, - "symfony/mime": { - "version": "v5.1.0" - }, - "symfony/monolog-bridge": { - "version": "v5.1.0" - }, - "symfony/monolog-bundle": { - "version": "3.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "3.3", - "ref": "d7249f7d560f6736115eee1851d02a65826f0a56" - }, - "files": [ - "config/packages/dev/monolog.yaml", - "config/packages/prod/deprecations.yaml", - "config/packages/prod/monolog.yaml", - "config/packages/test/monolog.yaml" - ] - }, - "symfony/notifier": { - "version": "5.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "5.0", - "ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9" - }, - "files": [ - "config/packages/notifier.yaml" - ] - }, - "symfony/options-resolver": { - "version": "v5.1.0" - }, - "symfony/orm-pack": { - "version": "v1.0.8" - }, - "symfony/phpunit-bridge": { - "version": "4.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "4.3", - "ref": "6d0e35f749d5f4bfe1f011762875275cd3f9874f" - }, - "files": [ - ".env.test", - "bin/phpunit", - "phpunit.xml.dist", - "tests/bootstrap.php" - ] - }, - "symfony/polyfill-intl-grapheme": { - "version": "v1.17.0" - }, - "symfony/polyfill-intl-icu": { - "version": "v1.17.0" - }, - "symfony/polyfill-intl-idn": { - "version": "v1.17.0" - }, - "symfony/polyfill-intl-normalizer": { - "version": "v1.17.0" - }, - "symfony/polyfill-mbstring": { - "version": "v1.17.0" - }, - "symfony/polyfill-php73": { - "version": "v1.17.0" - }, - "symfony/polyfill-php80": { - "version": "v1.17.0" - }, - "symfony/process": { - "version": "v5.1.0" - }, - "symfony/profiler-pack": { - "version": "v1.0.4" - }, - "symfony/property-access": { - "version": "v5.1.0" - }, - "symfony/property-info": { - "version": "v5.1.0" - }, - "symfony/proxy-manager-bridge": { - "version": "v5.1.11" - }, - "symfony/redis-messenger": { - "version": "v5.1.2" - }, - "symfony/routing": { - "version": "5.1", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "5.1", - "ref": "b4f3e7c95e38b606eef467e8a42a8408fc460c43" - }, - "files": [ - "config/packages/prod/routing.yaml", - "config/packages/routing.yaml", - "config/routes.yaml" - ] - }, - "symfony/security-bundle": { - "version": "5.1", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "5.1", - "ref": "0a4bae19389d3b9cba1ca0102e3b2bccea724603" - }, - "files": [ - "config/packages/security.yaml" - ] - }, - "symfony/security-core": { - "version": "v5.1.0" - }, - "symfony/security-csrf": { - "version": "v5.1.0" - }, - "symfony/security-guard": { - "version": "v5.1.0" - }, - "symfony/security-http": { - "version": "v5.1.0" - }, - "symfony/serializer": { - "version": "v5.1.0" - }, - "symfony/serializer-pack": { - "version": "v1.0.3" - }, - "symfony/service-contracts": { - "version": "v2.1.2" - }, - "symfony/stopwatch": { - "version": "v5.1.0" - }, - "symfony/string": { - "version": "v5.1.0" - }, - "symfony/test-pack": { - "version": "v1.0.6" - }, - "symfony/translation": { - "version": "3.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "3.3", - "ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd" - }, - "files": [ - "config/packages/translation.yaml", - "translations/.gitignore" - ] - }, - "symfony/translation-contracts": { - "version": "v2.1.2" - }, - "symfony/twig-bridge": { - "version": "v5.1.0" - }, - "symfony/twig-bundle": { - "version": "5.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "5.0", - "ref": "fab9149bbaa4d5eca054ed93f9e1b66cc500895d" - }, - "files": [ - "config/packages/test/twig.yaml", - "config/packages/twig.yaml", - "templates/base.html.twig" - ] - }, - "symfony/twig-pack": { - "version": "v1.0.0" - }, - "symfony/validator": { - "version": "4.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "4.3", - "ref": "d902da3e4952f18d3bf05aab29512eb61cabd869" - }, - "files": [ - "config/packages/test/validator.yaml", - "config/packages/validator.yaml" - ] - }, - "symfony/var-dumper": { - "version": "v5.1.0" - }, - "symfony/var-exporter": { - "version": "v5.1.0" - }, - "symfony/web-link": { - "version": "v5.1.0" - }, - "symfony/web-profiler-bundle": { - "version": "3.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "3.3", - "ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6" - }, - "files": [ - "config/packages/dev/web_profiler.yaml", - "config/packages/test/web_profiler.yaml", - "config/routes/dev/web_profiler.yaml" - ] - }, - "symfony/yaml": { - "version": "v5.1.0" - }, - "symfonycasts/verify-email-bundle": { - "version": "v1.0.0" - }, - "tgalopin/html-sanitizer": { - "version": "1.4.0" - }, - "tgalopin/html-sanitizer-bundle": { - "version": "1.0", - "recipe": { - "repo": "github.com/symfony/recipes-contrib", - "branch": "master", - "version": "1.0", - "ref": "26a72f38eede2c53b5d3ccbed5c150e10a93268d" - }, - "files": [ - "config/packages/html_sanitizer.yaml" - ] - }, - "twig/extra-bundle": { - "version": "v3.0.3" - }, - "twig/markdown-extra": { - "version": "v3.0.3" - }, - "twig/twig": { - "version": "v3.0.3" - }, - "ulrichsg/getopt-php": { - "version": "v3.4.0" - }, - "webimpress/safe-writer": { - "version": "2.0.1" - }, - "webmozart/assert": { - "version": "1.8.0" - }, - "wikimedia/composer-merge-plugin": { - "version": "v1.4.1" - }, - "wp-cli/php-cli-tools": { - "version": "v0.11.11" + "doctrine/deprecations": { + "version": "v0.5.3" } }