From e248b9ddd4ccd06cd48a1be9294762eb2b339a4b Mon Sep 17 00:00:00 2001 From: "Gerardo J. Montivero" Date: Sun, 17 Jul 2022 11:41:18 -0300 Subject: [PATCH] RC1 --- composer.json | 33 +- composer.lock | 908 ++++++++++++++++------------ src/Command/ProcesaDelayCommand.php | 4 +- symfony.lock | 3 - 4 files changed, 525 insertions(+), 423 deletions(-) diff --git a/composer.json b/composer.json index d1838ce..ed1ba2c 100755 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "doctrine/event-manager": "^v1.0.0", "doctrine/orm": "^v2.7.5", "doctrine/persistence": "^2.2.0", - "endroid/qr-code-bundle": "^3.4", + "endroid/qr-code": "^3.0", + "endroid/qr-code-bundle": "^3.0.0", "gedmo/doctrine-extensions": "^v3.2.0", "hashids/hashids": "^4.1", "knplabs/knp-paginator-bundle": "^5.2", @@ -43,23 +44,23 @@ "ramsey/uuid-doctrine": "^1.6", "sensio/framework-extra-bundle": "^5.5", "symfony/apache-pack": "^1.0", - "symfony/asset": "5.2.*", - "symfony/console": "5.2.*", - "symfony/dotenv": "5.2.*", + "symfony/asset": "5.3.*", + "symfony/console": "5.3.*", + "symfony/dotenv": "5.3.*", "symfony/flex": "^1.3.1", - "symfony/form": "5.2.*", - "symfony/framework-bundle": "5.2.*", - "symfony/intl": "5.2.*", - "symfony/mailer": "5.2.*", + "symfony/form": "5.3.*", + "symfony/framework-bundle": "5.3.*", + "symfony/intl": "5.3.*", + "symfony/mailer": "5.3.*", "symfony/polyfill-php72": "^1.15", - "symfony/property-access": "5.2.*", - "symfony/property-info": "5.2.*", - "symfony/security-bundle": "5.2.*", - "symfony/serializer": "5.2.*", - "symfony/twig-bundle": "5.2.*", - "symfony/validator": "5.2.*", + "symfony/property-access": "5.3.*", + "symfony/property-info": "5.3.*", + "symfony/security-bundle": "5.3.*", + "symfony/serializer": "5.3.*", + "symfony/twig-bundle": "5.3.*", + "symfony/validator": "5.3.*", "symfony/webpack-encore-bundle": "^1.7", - "symfony/yaml": "5.2.*", + "symfony/yaml": "5.3.*", "twig/cssinliner-extra": "^3.1", "twig/extensions": "^1.5", "twig/extra-bundle": "^3.1", @@ -119,7 +120,7 @@ "extra": { "symfony": { "allow-contrib": true, - "require": "5.2.*" + "require": "5.3.*" }, "public-dir": "public" } diff --git a/composer.lock b/composer.lock index c9eb78c..7341a55 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": "95a297728ce3b88fbb727926eb60316f", + "content-hash": "af203da6550515b6ea08765ebc443e7d", "packages": [ { "name": "antishov/doctrine-extensions-bundle", @@ -2129,16 +2129,16 @@ }, { "name": "gedmo/doctrine-extensions", - "version": "v3.4.0", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/doctrine-extensions/DoctrineExtensions.git", - "reference": "85d58c24584a50db3872357ab6a68e3479ae7590" + "reference": "4ba5377b1a1d9a988205c4e37f5d5287eb8ebd28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/85d58c24584a50db3872357ab6a68e3479ae7590", - "reference": "85d58c24584a50db3872357ab6a68e3479ae7590", + "url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/4ba5377b1a1d9a988205c4e37f5d5287eb8ebd28", + "reference": "4ba5377b1a1d9a988205c4e37f5d5287eb8ebd28", "shasum": "" }, "require": { @@ -2147,13 +2147,15 @@ "doctrine/collections": "^1.0", "doctrine/common": "^2.13 || ^3.0", "doctrine/event-manager": "^1.0", - "doctrine/persistence": "^1.3.3 || ^2.0", - "php": "^7.2 || ^8.0" + "doctrine/persistence": "^2.2 || ^3.0", + "php": "^7.2 || ^8.0", + "psr/cache": "^1 || ^2 || ^3", + "symfony/cache": "^4.4 || ^5.3 || ^6.0" }, "conflict": { "doctrine/cache": "<1.11", "doctrine/dbal": "<2.13.1 || ^3.0 <3.2", - "doctrine/mongodb-odm": "<2.0", + "doctrine/mongodb-odm": "<2.3", "doctrine/orm": "<2.10.2", "sebastian/comparator": "<2.0" }, @@ -2161,15 +2163,16 @@ "doctrine/cache": "^1.11 || ^2.0", "doctrine/dbal": "^2.13.1 || ^3.2", "doctrine/doctrine-bundle": "^2.3", - "doctrine/mongodb-odm": "^2.0", + "doctrine/mongodb-odm": "^2.3", "doctrine/orm": "^2.10.2", - "friendsofphp/php-cs-fixer": "^3.0", + "friendsofphp/php-cs-fixer": "^3.4.0", + "nesbot/carbon": "^2.55", "phpstan/phpstan": "^1.1", "phpstan/phpstan-doctrine": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.3 || ^6.0", "symfony/console": "^4.4 || ^5.3 || ^6.0", + "symfony/phpunit-bridge": "^6.0", "symfony/yaml": "^4.4 || ^5.3 || ^6.0" }, "suggest": { @@ -2180,7 +2183,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.8-dev" } }, "autoload": { @@ -2226,10 +2229,10 @@ "support": { "email": "gediminas.morkevicius@gmail.com", "issues": "https://github.com/doctrine-extensions/DoctrineExtensions/issues", - "source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.4.0", + "source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.8.0", "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc" }, - "time": "2021-12-05T19:39:32+00:00" + "time": "2022-07-17T12:04:16+00:00" }, { "name": "hashids/hashids", @@ -2420,22 +2423,22 @@ }, { "name": "knplabs/knp-components", - "version": "v3.2.0", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/knp-components.git", - "reference": "042797f03c40f74136f036c895d896ce1aeb3146" + "reference": "03e8ad16261dd8a70a8c6e01f18eb3852437546e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/042797f03c40f74136f036c895d896ce1aeb3146", - "reference": "042797f03c40f74136f036c895d896ce1aeb3146", + "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/03e8ad16261dd8a70a8c6e01f18eb3852437546e", + "reference": "03e8ad16261dd8a70a8c6e01f18eb3852437546e", "shasum": "" }, "require": { "php": "^7.3 || ^8.0", "symfony/event-dispatcher-contracts": "^1.1 || ^2.0", - "symfony/http-foundation": "^4.4 || ^5.2" + "symfony/http-foundation": "^4.4 || ^5.3 || ^6.0" }, "conflict": { "doctrine/dbal": "<2.10" @@ -2451,7 +2454,7 @@ "ruflin/elastica": "^7.0", "solarium/solarium": "^6.0", "symfony/http-kernel": "^4.4 || ^5.2", - "symfony/property-access": "^4.4 || ^5.2" + "symfony/property-access": "^4.4 || ^5.3 || ^6.0" }, "suggest": { "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection", @@ -2499,41 +2502,41 @@ ], "support": { "issues": "https://github.com/KnpLabs/knp-components/issues", - "source": "https://github.com/KnpLabs/knp-components/tree/v3.2.0" + "source": "https://github.com/KnpLabs/knp-components/tree/v3.3.0" }, - "time": "2021-10-21T06:52:37+00:00" + "time": "2021-10-29T06:56:28+00:00" }, { "name": "knplabs/knp-paginator-bundle", - "version": "v5.7.0", + "version": "v5.8.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git", - "reference": "d5608abc236b6896a413a924a6637738da9705eb" + "reference": "216b9d5708001788321916c5b7632da9fb9ef6ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/d5608abc236b6896a413a924a6637738da9705eb", - "reference": "d5608abc236b6896a413a924a6637738da9705eb", + "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/216b9d5708001788321916c5b7632da9fb9ef6ca", + "reference": "216b9d5708001788321916c5b7632da9fb9ef6ca", "shasum": "" }, "require": { "knplabs/knp-components": "^2.4 || ^3.0", "php": "^7.3 || ^8.0", - "symfony/config": "^4.4 || ^5.0", - "symfony/dependency-injection": "^4.4 || ^5.0", - "symfony/event-dispatcher": "^4.4 || ^5.0", - "symfony/http-foundation": "^4.4 || ^5.0", - "symfony/http-kernel": "^4.4 || ^5.0", - "symfony/routing": "^4.4 || ^5.0", - "symfony/translation": "^4.4 || ^5.0", + "symfony/config": "^4.4 || ^5.3 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0", + "symfony/event-dispatcher": "^4.4 || ^5.3 || ^6.0", + "symfony/http-foundation": "^4.4 || ^5.3 || ^6.0", + "symfony/http-kernel": "^4.4 || ^5.3 || ^6.0", + "symfony/routing": "^4.4 || ^5.3 || ^6.0", + "symfony/translation": "^4.4 || ^5.3 || ^6.0", "twig/twig": "^2.0 || ^3.0" }, "require-dev": { "phpstan/phpstan": "^0.12.93", - "phpunit/phpunit": "^8.5 || ^9.4", - "symfony/expression-language": "^4.4 || ^5.0", - "symfony/templating": "^4.4 || ^5.0" + "phpunit/phpunit": "^8.5 || ^9.5", + "symfony/expression-language": "^4.4 || ^5.3 || ^6.0", + "symfony/templating": "^4.4 || ^5.3 || ^6.0" }, "type": "symfony-bundle", "extra": { @@ -2573,9 +2576,9 @@ ], "support": { "issues": "https://github.com/KnpLabs/KnpPaginatorBundle/issues", - "source": "https://github.com/KnpLabs/KnpPaginatorBundle/tree/v5.7.0" + "source": "https://github.com/KnpLabs/KnpPaginatorBundle/tree/v5.8.0" }, - "time": "2021-09-16T12:21:57+00:00" + "time": "2021-10-30T08:27:46+00:00" }, { "name": "knplabs/knp-snappy", @@ -3137,28 +3140,28 @@ }, { "name": "liip/imagine-bundle", - "version": "2.7.1", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/liip/LiipImagineBundle.git", - "reference": "f15570747af01c5a8b3907e1c3f72b1664a99608" + "reference": "6063279c79f0c119475bad8a0066bf2513a6cfca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/f15570747af01c5a8b3907e1c3f72b1664a99608", - "reference": "f15570747af01c5a8b3907e1c3f72b1664a99608", + "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/6063279c79f0c119475bad8a0066bf2513a6cfca", + "reference": "6063279c79f0c119475bad8a0066bf2513a6cfca", "shasum": "" }, "require": { "ext-mbstring": "*", "imagine/imagine": "^1.2.4", "php": "^7.1|^8.0", - "symfony/filesystem": "^3.4|^4.3|^5.0", - "symfony/finder": "^3.4|^4.3|^5.0", - "symfony/framework-bundle": "^3.4.23|^4.3|^5.0", - "symfony/mime": "^4.3|^5.0", - "symfony/options-resolver": "^3.4|^4.3|^5.0", - "symfony/process": "^3.4|^4.3|^5.0", + "symfony/filesystem": "^3.4|^4.4|^5.3|^6.0", + "symfony/finder": "^3.4|^4.4|^5.3|^6.0", + "symfony/framework-bundle": "^3.4.23|^4.4|^5.3|^6.0", + "symfony/mime": "^4.4|^5.3|^6.0", + "symfony/options-resolver": "^3.4|^4.4|^5.3|^6.0", + "symfony/process": "^3.4|^4.4|^5.3|^6.0", "twig/twig": "^1.44|^2.9|^3.0" }, "require-dev": { @@ -3168,20 +3171,20 @@ "doctrine/persistence": "^1.3|^2.0", "enqueue/enqueue-bundle": "^0.9|^0.10", "ext-gd": "*", - "league/flysystem": "^1.0|^2.0", + "league/flysystem": "^1.0|^2.0|^3.0", "phpstan/phpstan": "^0.12.64", "psr/cache": "^1.0|^2.0|^3.0", "psr/log": "^1.0", - "symfony/browser-kit": "^3.4|^4.3|^5.0", - "symfony/cache": "^3.4|^4.3|^5.0", - "symfony/console": "^3.4|^4.3|^5.0", - "symfony/dependency-injection": "^3.4|^4.3|^5.0", - "symfony/form": "^3.4|^4.3|^5.0", - "symfony/messenger": "^4.3|^5.0", - "symfony/phpunit-bridge": "^5.2", - "symfony/templating": "^3.4|^4.3|^5.0", - "symfony/validator": "^3.4|^4.3|^5.0", - "symfony/yaml": "^3.4|^4.3|^5.0" + "symfony/browser-kit": "^3.4|^4.4|^5.3|^6.0", + "symfony/cache": "^3.4|^4.4|^5.3|^6.0", + "symfony/console": "^3.4|^4.4|^5.3|^6.0", + "symfony/dependency-injection": "^3.4|^4.4|^5.3|^6.0", + "symfony/form": "^3.4|^4.4|^5.3|^6.0", + "symfony/messenger": "^4.4|^5.3|^6.0", + "symfony/phpunit-bridge": "^5.3", + "symfony/templating": "^3.4|^4.4|^5.3|^6.0", + "symfony/validator": "^3.4|^4.4|^5.3|^6.0", + "symfony/yaml": "^3.4|^4.4|^5.3|^6.0" }, "suggest": { "alcaeus/mongo-php-adapter": "required for mongodb components", @@ -3233,9 +3236,9 @@ ], "support": { "issues": "https://github.com/liip/LiipImagineBundle/issues", - "source": "https://github.com/liip/LiipImagineBundle/tree/2.7.1" + "source": "https://github.com/liip/LiipImagineBundle/tree/2.8.0" }, - "time": "2021-11-02T10:56:26+00:00" + "time": "2022-05-30T13:06:31+00:00" }, { "name": "maennchen/zipstream-php", @@ -6287,25 +6290,29 @@ }, { "name": "symfony/asset", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "abe64fee9fa2978c730c84d0d6df760f2d9ddba0" + "reference": "fb60377bfa717aef01de9dfe0ce1c371f546de21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/abe64fee9fa2978c730c84d0d6df760f2d9ddba0", - "reference": "abe64fee9fa2978c730c84d0d6df760f2d9ddba0", + "url": "https://api.github.com/repos/symfony/asset/zipball/fb60377bfa717aef01de9dfe0ce1c371f546de21", + "reference": "fb60377bfa717aef01de9dfe0ce1c371f546de21", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.16" }, + "conflict": { + "symfony/http-foundation": "<5.3" + }, "require-dev": { "symfony/http-client": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-foundation": "^5.3", "symfony/http-kernel": "^4.4|^5.0" }, "suggest": { @@ -6337,7 +6344,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.2.12" + "source": "https://github.com/symfony/asset/tree/v5.3.14" }, "funding": [ { @@ -6353,20 +6360,20 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/cache", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "b59303192fb99c8b3d3abc0b5975c7512fe6d1f4" + "reference": "ea6de0cb6fef5e3d5c145bbd665ba35b43b4d11b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/b59303192fb99c8b3d3abc0b5975c7512fe6d1f4", - "reference": "b59303192fb99c8b3d3abc0b5975c7512fe6d1f4", + "url": "https://api.github.com/repos/symfony/cache/zipball/ea6de0cb6fef5e3d5c145bbd665ba35b43b4d11b", + "reference": "ea6de0cb6fef5e3d5c145bbd665ba35b43b4d11b", "shasum": "" }, "require": { @@ -6374,6 +6381,8 @@ "psr/cache": "^1.0|^2.0", "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^1.1.7|^2", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0" @@ -6386,7 +6395,7 @@ }, "provide": { "psr/cache-implementation": "1.0|2.0", - "psr/simple-cache-implementation": "1.0", + "psr/simple-cache-implementation": "1.0|2.0", "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { @@ -6394,7 +6403,7 @@ "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.10|^3.0", "predis/predis": "^1.1", - "psr/simple-cache": "^1.0", + "psr/simple-cache": "^1.0|^2.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/filesystem": "^4.4|^5.0", @@ -6432,7 +6441,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.2.12" + "source": "https://github.com/symfony/cache/tree/v5.3.14" }, "funding": [ { @@ -6448,7 +6457,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-26T16:05:39+00:00" }, { "name": "symfony/cache-contracts", @@ -6531,16 +6540,16 @@ }, { "name": "symfony/config", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb" + "reference": "04695656c462fcadad350d5d82f5be81440fb4b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb", - "reference": "32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb", + "url": "https://api.github.com/repos/symfony/config/zipball/04695656c462fcadad350d5d82f5be81440fb4b2", + "reference": "04695656c462fcadad350d5d82f5be81440fb4b2", "shasum": "" }, "require": { @@ -6590,7 +6599,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.2.12" + "source": "https://github.com/symfony/config/tree/v5.3.14" }, "funding": [ { @@ -6606,24 +6615,25 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-03T09:49:07+00:00" }, { "name": "symfony/console", - "version": "v5.2.14", + "version": "v5.3.16", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "ffc2722adb0983451855c794c4bc7818d3c65fa2" + "reference": "2e322c76cdccb302af6b275ea2207169c8355328" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/ffc2722adb0983451855c794c4bc7818d3c65fa2", - "reference": "ffc2722adb0983451855c794c4bc7818d3c65fa2", + "url": "https://api.github.com/repos/symfony/console/zipball/2e322c76cdccb302af6b275ea2207169c8355328", + "reference": "2e322c76cdccb302af6b275ea2207169c8355328", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.16", @@ -6631,7 +6641,6 @@ "symfony/string": "^5.1" }, "conflict": { - "psr/log": ">=3", "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", @@ -6688,7 +6697,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.2.14" + "source": "https://github.com/symfony/console/tree/v5.3.16" }, "funding": [ { @@ -6704,20 +6713,20 @@ "type": "tidelift" } ], - "time": "2021-07-29T06:18:06+00:00" + "time": "2022-03-01T08:24:05+00:00" }, { "name": "symfony/css-selector", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "7fb120adc7f600a59027775b224c13a33530dd90" + "reference": "9e3a9e99095fd55fb68c0ffe2f7e10ae13ac66ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90", - "reference": "7fb120adc7f600a59027775b224c13a33530dd90", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/9e3a9e99095fd55fb68c0ffe2f7e10ae13ac66ee", + "reference": "9e3a9e99095fd55fb68c0ffe2f7e10ae13ac66ee", "shasum": "" }, "require": { @@ -6754,7 +6763,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.2.12" + "source": "https://github.com/symfony/css-selector/tree/v5.3.14" }, "funding": [ { @@ -6770,31 +6779,32 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "2f0326ab0e142a3600b1b435cb3e852bc96264b6" + "reference": "b9de28b341247a92fa576315022b850c315ef82a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2f0326ab0e142a3600b1b435cb3e852bc96264b6", - "reference": "2f0326ab0e142a3600b1b435cb3e852bc96264b6", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b9de28b341247a92fa576315022b850c315ef82a", + "reference": "b9de28b341247a92fa576315022b850c315ef82a", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/container": "^1.0", + "psr/container": "^1.1.1", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { - "symfony/config": "<5.1", + "ext-psr": "<1.1|>=2", + "symfony/config": "<5.3", "symfony/finder": "<4.4", "symfony/proxy-manager-bridge": "<4.4", "symfony/yaml": "<4.4" @@ -6804,7 +6814,7 @@ "symfony/service-implementation": "1.0|2.0" }, "require-dev": { - "symfony/config": "^5.1", + "symfony/config": "^5.3", "symfony/expression-language": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0" }, @@ -6841,7 +6851,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.2.12" + "source": "https://github.com/symfony/dependency-injection/tree/v5.3.14" }, "funding": [ { @@ -6857,7 +6867,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-24T19:55:49+00:00" }, { "name": "symfony/deprecation-contracts", @@ -6928,16 +6938,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "0212d2d1e17a3e7403475b76e26fc1f0f1add04b" + "reference": "b71eb1d7c7520c75f8905f6cff092d5400105222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/0212d2d1e17a3e7403475b76e26fc1f0f1add04b", - "reference": "0212d2d1e17a3e7403475b76e26fc1f0f1add04b", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/b71eb1d7c7520c75f8905f6cff092d5400105222", + "reference": "b71eb1d7c7520c75f8905f6cff092d5400105222", "shasum": "" }, "require": { @@ -6952,23 +6962,25 @@ }, "conflict": { "doctrine/dbal": "<2.10", + "doctrine/lexer": "<1.1", + "doctrine/orm": "<2.7.4", "phpunit/phpunit": "<5.4.3", "symfony/dependency-injection": "<4.4", "symfony/form": "<5.1", "symfony/http-kernel": "<5", "symfony/messenger": "<4.4", "symfony/property-info": "<5", + "symfony/proxy-manager-bridge": "<4.4.19", "symfony/security-bundle": "<5", - "symfony/security-core": "<5", + "symfony/security-core": "<5.3", "symfony/validator": "<5.2" }, "require-dev": { - "composer/package-versions-deprecated": "^1.8", "doctrine/annotations": "^1.10.4", "doctrine/collections": "~1.0", "doctrine/data-fixtures": "^1.1", "doctrine/dbal": "^2.10|^3.0", - "doctrine/orm": "^2.7.3", + "doctrine/orm": "^2.7.4", "symfony/cache": "^5.1", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -6980,7 +6992,7 @@ "symfony/property-access": "^4.4|^5.0", "symfony/property-info": "^5.0", "symfony/proxy-manager-bridge": "^4.4|^5.0", - "symfony/security-core": "^5.0", + "symfony/security-core": "^5.3", "symfony/stopwatch": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", "symfony/uid": "^5.1", @@ -7021,7 +7033,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.12" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.3.14" }, "funding": [ { @@ -7037,20 +7049,20 @@ "type": "tidelift" } ], - "time": "2021-07-21T13:17:02+00:00" + "time": "2022-01-17T10:48:48+00:00" }, { "name": "symfony/dotenv", - "version": "v5.2.14", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "12888c9c46ac750ec5c1381db5bf3d534e7d70cb" + "reference": "f0408446200edf1a363b01d7ed75a279985c389d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/12888c9c46ac750ec5c1381db5bf3d534e7d70cb", - "reference": "12888c9c46ac750ec5c1381db5bf3d534e7d70cb", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/f0408446200edf1a363b01d7ed75a279985c389d", + "reference": "f0408446200edf1a363b01d7ed75a279985c389d", "shasum": "" }, "require": { @@ -7091,7 +7103,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v5.2.14" + "source": "https://github.com/symfony/dotenv/tree/v5.3.14" }, "funding": [ { @@ -7107,20 +7119,20 @@ "type": "tidelift" } ], - "time": "2021-07-29T06:18:06+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/error-handler", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "7ca5fa510345f6b8def43b18c900852defaee362" + "reference": "8f93f4532c28cfe0488a9517bcd7f6169306ebb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/7ca5fa510345f6b8def43b18c900852defaee362", - "reference": "7ca5fa510345f6b8def43b18c900852defaee362", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/8f93f4532c28cfe0488a9517bcd7f6169306ebb2", + "reference": "8f93f4532c28cfe0488a9517bcd7f6169306ebb2", "shasum": "" }, "require": { @@ -7159,7 +7171,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.2.12" + "source": "https://github.com/symfony/error-handler/tree/v5.3.14" }, "funding": [ { @@ -7175,20 +7187,20 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "6a32cd803f8ff33d84b709de3978f44a62e42961" + "reference": "6dc2d5b31cdf84fa6344f44056c32f939fcb8c4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6a32cd803f8ff33d84b709de3978f44a62e42961", - "reference": "6a32cd803f8ff33d84b709de3978f44a62e42961", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6dc2d5b31cdf84fa6344f44056c32f939fcb8c4a", + "reference": "6dc2d5b31cdf84fa6344f44056c32f939fcb8c4a", "shasum": "" }, "require": { @@ -7244,7 +7256,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.2.12" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.14" }, "funding": [ { @@ -7260,7 +7272,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -7343,16 +7355,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "ed397ef25365b3db9f215af4ed5b1ec8a5b10989" + "reference": "1c11c4846dff1b62c869a47d45fa5ed5e93faea2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/ed397ef25365b3db9f215af4ed5b1ec8a5b10989", - "reference": "ed397ef25365b3db9f215af4ed5b1ec8a5b10989", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/1c11c4846dff1b62c869a47d45fa5ed5e93faea2", + "reference": "1c11c4846dff1b62c869a47d45fa5ed5e93faea2", "shasum": "" }, "require": { @@ -7386,7 +7398,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.2.12" + "source": "https://github.com/symfony/filesystem/tree/v5.3.14" }, "funding": [ { @@ -7402,20 +7414,20 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/finder", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "17f50e06018baec41551a71a15731287dbaab186" + "reference": "5ab1855ebe36c381ccde572f110f3280f88babf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186", - "reference": "17f50e06018baec41551a71a15731287dbaab186", + "url": "https://api.github.com/repos/symfony/finder/zipball/5ab1855ebe36c381ccde572f110f3280f88babf5", + "reference": "5ab1855ebe36c381ccde572f110f3280f88babf5", "shasum": "" }, "require": { @@ -7448,7 +7460,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.2.12" + "source": "https://github.com/symfony/finder/tree/v5.3.14" }, "funding": [ { @@ -7464,7 +7476,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/flex", @@ -7533,25 +7545,25 @@ }, { "name": "symfony/form", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "929811a7667aa5814f93a70974423870b14c05aa" + "reference": "bda43cb6c7a94a65266c0d74bdffb3e500aa2696" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/929811a7667aa5814f93a70974423870b14c05aa", - "reference": "929811a7667aa5814f93a70974423870b14c05aa", + "url": "https://api.github.com/repos/symfony/form/zipball/bda43cb6c7a94a65266c0d74bdffb3e500aa2696", + "reference": "bda43cb6c7a94a65266c0d74bdffb3e500aa2696", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/intl": "^4.4|^5.0", "symfony/options-resolver": "^5.1", "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-icu": "^1.21", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^5.0.8", @@ -7565,7 +7577,6 @@ "symfony/error-handler": "<4.4.5", "symfony/framework-bundle": "<4.4", "symfony/http-kernel": "<4.4", - "symfony/intl": "<4.4", "symfony/translation": "<4.4", "symfony/translation-contracts": "<1.1.7", "symfony/twig-bridge": "<4.4" @@ -7578,8 +7589,10 @@ "symfony/expression-language": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", + "symfony/intl": "^4.4|^5.0", "symfony/security-csrf": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", + "symfony/uid": "^5.1", "symfony/validator": "^4.4.17|^5.1.9", "symfony/var-dumper": "^4.4|^5.0" }, @@ -7614,7 +7627,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.2.12" + "source": "https://github.com/symfony/form/tree/v5.3.14" }, "funding": [ { @@ -7630,45 +7643,45 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-26T16:22:30+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.2.12", + "version": "v5.3.15", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "4e9ca1c60dba3b5e261eadd3b427bc115914b72b" + "reference": "fef224d1904da67120fdfe9de3d070f8ba607742" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4e9ca1c60dba3b5e261eadd3b427bc115914b72b", - "reference": "4e9ca1c60dba3b5e261eadd3b427bc115914b72b", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/fef224d1904da67120fdfe9de3d070f8ba607742", + "reference": "fef224d1904da67120fdfe9de3d070f8ba607742", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/cache": "^5.2", - "symfony/config": "~5.0.11|^5.1.3", - "symfony/dependency-injection": "^5.2", + "symfony/config": "^5.3", + "symfony/dependency-injection": "^5.3", "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": "^5.2.1", - "symfony/http-kernel": "^5.2.1", + "symfony/http-foundation": "^5.3", + "symfony/http-kernel": "^5.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", - "symfony/routing": "^5.2" + "symfony/routing": "^5.3" }, "conflict": { "doctrine/persistence": "<1.3", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "phpunit/phpunit": "<5.4.3", - "symfony/asset": "<5.1", + "symfony/asset": "<5.3", "symfony/browser-kit": "<4.4", "symfony/console": "<5.2.5", "symfony/dom-crawler": "<4.4", @@ -7679,11 +7692,13 @@ "symfony/mailer": "<5.2", "symfony/messenger": "<4.4", "symfony/mime": "<4.4", - "symfony/property-access": "<5.2", + "symfony/property-access": "<5.3", "symfony/property-info": "<4.4", + "symfony/security-core": "<5.3", + "symfony/security-csrf": "<5.3", "symfony/serializer": "<5.2", "symfony/stopwatch": "<4.4", - "symfony/translation": "<5.0", + "symfony/translation": "<5.3", "symfony/twig-bridge": "<4.4", "symfony/twig-bundle": "<4.4", "symfony/validator": "<5.2", @@ -7696,11 +7711,11 @@ "doctrine/persistence": "^1.3|^2.0", "paragonie/sodium_compat": "^1.8", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/asset": "^5.1", + "symfony/asset": "^5.3", "symfony/browser-kit": "^4.4|^5.0", "symfony/console": "^5.2", "symfony/css-selector": "^4.4|^5.0", - "symfony/dom-crawler": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", "symfony/dotenv": "^5.1", "symfony/expression-language": "^4.4|^5.0", "symfony/form": "^5.2", @@ -7709,17 +7724,17 @@ "symfony/mailer": "^5.2", "symfony/messenger": "^5.2", "symfony/mime": "^4.4|^5.0", + "symfony/notifier": "^5.3", + "symfony/phpunit-bridge": "^5.3", "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/rate-limiter": "^5.2", + "symfony/security-bundle": "^5.3", "symfony/serializer": "^5.2", "symfony/stopwatch": "^4.4|^5.0", "symfony/string": "^5.0", - "symfony/translation": "^5.0", + "symfony/translation": "^5.3", "symfony/twig-bundle": "^4.4|^5.0", "symfony/validator": "^5.2", "symfony/web-link": "^4.4|^5.0", @@ -7763,7 +7778,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.2.12" + "source": "https://github.com/symfony/framework-bundle/tree/v5.3.15" }, "funding": [ { @@ -7779,7 +7794,7 @@ "type": "tidelift" } ], - "time": "2021-07-21T13:17:02+00:00" + "time": "2022-01-28T17:48:02+00:00" }, { "name": "symfony/http-client-contracts", @@ -7861,16 +7876,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.2.14", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "2a247de56fc8f5efdf1e098192128e8e509d370c" + "reference": "f1ac8067e60bca740dc51160788c8e91fc9de75a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2a247de56fc8f5efdf1e098192128e8e509d370c", - "reference": "2a247de56fc8f5efdf1e098192128e8e509d370c", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f1ac8067e60bca740dc51160788c8e91fc9de75a", + "reference": "f1ac8067e60bca740dc51160788c8e91fc9de75a", "shasum": "" }, "require": { @@ -7914,7 +7929,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.2.14" + "source": "https://github.com/symfony/http-foundation/tree/v5.3.14" }, "funding": [ { @@ -7930,20 +7945,20 @@ "type": "tidelift" } ], - "time": "2021-07-29T06:18:06+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.2.14", + "version": "v5.3.16", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "2c3b9af1047c477c527504a3509ab59e4fae0689" + "reference": "a126e33084ed0ed2bf3251942911f26078b8c559" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2c3b9af1047c477c527504a3509ab59e4fae0689", - "reference": "2c3b9af1047c477c527504a3509ab59e4fae0689", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a126e33084ed0ed2bf3251942911f26078b8c559", + "reference": "a126e33084ed0ed2bf3251942911f26078b8c559", "shasum": "" }, "require": { @@ -7953,7 +7968,7 @@ "symfony/error-handler": "^4.4|^5.0", "symfony/event-dispatcher": "^5.0", "symfony/http-client-contracts": "^1.1|^2", - "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-foundation": "^5.3.7", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16" @@ -7963,7 +7978,7 @@ "symfony/cache": "<5.0", "symfony/config": "<5.0", "symfony/console": "<4.4", - "symfony/dependency-injection": "<5.1.8", + "symfony/dependency-injection": "<5.3", "symfony/doctrine-bridge": "<5.0", "symfony/form": "<5.0", "symfony/http-client": "<5.0", @@ -7983,7 +7998,7 @@ "symfony/config": "^5.0", "symfony/console": "^4.4|^5.0", "symfony/css-selector": "^4.4|^5.0", - "symfony/dependency-injection": "^5.1.8", + "symfony/dependency-injection": "^5.3", "symfony/dom-crawler": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", @@ -8026,7 +8041,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.2.14" + "source": "https://github.com/symfony/http-kernel/tree/v5.3.16" }, "funding": [ { @@ -8042,35 +8057,35 @@ "type": "tidelift" } ], - "time": "2021-07-29T06:52:15+00:00" + "time": "2022-03-01T08:28:00+00:00" }, { "name": "symfony/intl", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "23ae12a613eb77725c6ef6a15d37b0e9956c6a2a" + "reference": "a97d73f5aa7578c1a0838d83216f7b2ffdce99e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/23ae12a613eb77725c6ef6a15d37b0e9956c6a2a", - "reference": "23ae12a613eb77725c6ef6a15d37b0e9956c6a2a", + "url": "https://api.github.com/repos/symfony/intl/zipball/a97d73f5aa7578c1a0838d83216f7b2ffdce99e2", + "reference": "a97d73f5aa7578c1a0838d83216f7b2ffdce99e2", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-intl-icu": "~1.0", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/filesystem": "^4.4|^5.0" }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" - }, "type": "library", "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { "Symfony\\Component\\Intl\\": "" }, @@ -8114,7 +8129,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.2.12" + "source": "https://github.com/symfony/intl/tree/v5.3.14" }, "funding": [ { @@ -8130,26 +8145,27 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/mailer", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "75ea7f9e54c1bc49b6d7e3d6b20422f85b7ea3e4" + "reference": "8ff0b648d030a7bd79cefe05104cc1d3853523d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/75ea7f9e54c1bc49b6d7e3d6b20422f85b7ea3e4", - "reference": "75ea7f9e54c1bc49b6d7e3d6b20422f85b7ea3e4", + "url": "https://api.github.com/repos/symfony/mailer/zipball/8ff0b648d030a7bd79cefe05104cc1d3853523d2", + "reference": "8ff0b648d030a7bd79cefe05104cc1d3853523d2", "shasum": "" }, "require": { "egulias/email-validator": "^2.1.10|^3", "php": ">=7.2.5", "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/mime": "^5.2.6", "symfony/polyfill-php80": "^1.16", @@ -8159,15 +8175,8 @@ "symfony/http-kernel": "<4.4" }, "require-dev": { - "symfony/amazon-mailer": "^4.4|^5.0", - "symfony/google-mailer": "^4.4|^5.0", "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" + "symfony/messenger": "^4.4|^5.0" }, "type": "library", "autoload": { @@ -8195,7 +8204,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.2.12" + "source": "https://github.com/symfony/mailer/tree/v5.3.14" }, "funding": [ { @@ -8211,20 +8220,20 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/mime", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "6ad63acd694b30e75fb2426b037e92859df73d6b" + "reference": "2769b338f999a7c53a88e3c124a3d69d7d3feb49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/6ad63acd694b30e75fb2426b037e92859df73d6b", - "reference": "6ad63acd694b30e75fb2426b037e92859df73d6b", + "url": "https://api.github.com/repos/symfony/mime/zipball/2769b338f999a7c53a88e3c124a3d69d7d3feb49", + "reference": "2769b338f999a7c53a88e3c124a3d69d7d3feb49", "shasum": "" }, "require": { @@ -8278,7 +8287,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.2.12" + "source": "https://github.com/symfony/mime/tree/v5.3.14" }, "funding": [ { @@ -8294,20 +8303,20 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "1935d2e5329aba28cbb9ef6cc5687d007619d96d" + "reference": "dba9d6614e7ecf9369267e00ea9418083baf4e78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1935d2e5329aba28cbb9ef6cc5687d007619d96d", - "reference": "1935d2e5329aba28cbb9ef6cc5687d007619d96d", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/dba9d6614e7ecf9369267e00ea9418083baf4e78", + "reference": "dba9d6614e7ecf9369267e00ea9418083baf4e78", "shasum": "" }, "require": { @@ -8347,7 +8356,80 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.2.12" + "source": "https://github.com/symfony/options-resolver/tree/v5.3.14" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:51:59+00:00" + }, + { + "name": "symfony/password-hasher", + "version": "v5.3.14", + "source": { + "type": "git", + "url": "https://github.com/symfony/password-hasher.git", + "reference": "2c138dae2c63cc7cca9f86fac424b501e46ad831" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/password-hasher/zipball/2c138dae2c63cc7cca9f86fac424b501e46ad831", + "reference": "2c138dae2c63cc7cca9f86fac424b501e46ad831", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/security-core": "<5.3" + }, + "require-dev": { + "symfony/console": "^5", + "symfony/security-core": "^5.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\PasswordHasher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Robin Chalas", + "email": "robin.chalas@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides password hashing utilities", + "homepage": "https://symfony.com", + "keywords": [ + "hashing", + "password" + ], + "support": { + "source": "https://github.com/symfony/password-hasher/tree/v5.3.14" }, "funding": [ { @@ -8363,7 +8445,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/polyfill-intl-grapheme", @@ -9106,16 +9188,16 @@ }, { "name": "symfony/process", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030" + "reference": "8bbae08c19308b9493ad235386144cbefec83cb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030", - "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030", + "url": "https://api.github.com/repos/symfony/process/zipball/8bbae08c19308b9493ad235386144cbefec83cb0", + "reference": "8bbae08c19308b9493ad235386144cbefec83cb0", "shasum": "" }, "require": { @@ -9148,7 +9230,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.2.12" + "source": "https://github.com/symfony/process/tree/v5.3.14" }, "funding": [ { @@ -9164,20 +9246,20 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-24T19:35:44+00:00" }, { "name": "symfony/property-access", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "82c6db3e4066ebc1993c377ae71090d0c8f0552c" + "reference": "327235376dda28e00c0d96cb030c7d66c62b071b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/82c6db3e4066ebc1993c377ae71090d0c8f0552c", - "reference": "82c6db3e4066ebc1993c377ae71090d0c8f0552c", + "url": "https://api.github.com/repos/symfony/property-access/zipball/327235376dda28e00c0d96cb030c7d66c62b071b", + "reference": "327235376dda28e00c0d96cb030c7d66c62b071b", "shasum": "" }, "require": { @@ -9229,7 +9311,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v5.2.12" + "source": "https://github.com/symfony/property-access/tree/v5.3.14" }, "funding": [ { @@ -9245,20 +9327,20 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-12T18:37:36+00:00" }, { "name": "symfony/property-info", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "f9dd1886f47db8ea494d97a4b8bfa494094f53f1" + "reference": "db50c58877e6e4087bb83abe99404e7f69dd143e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/f9dd1886f47db8ea494d97a4b8bfa494094f53f1", - "reference": "f9dd1886f47db8ea494d97a4b8bfa494094f53f1", + "url": "https://api.github.com/repos/symfony/property-info/zipball/db50c58877e6e4087bb83abe99404e7f69dd143e", + "reference": "db50c58877e6e4087bb83abe99404e7f69dd143e", "shasum": "" }, "require": { @@ -9319,7 +9401,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.2.12" + "source": "https://github.com/symfony/property-info/tree/v5.3.14" }, "funding": [ { @@ -9335,20 +9417,20 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/routing", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "983a19067308962592755f57d97ca1d1f1edd37b" + "reference": "eddd14a04a9f34a9f5fe0b87961aca580d6dfa6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/983a19067308962592755f57d97ca1d1f1edd37b", - "reference": "983a19067308962592755f57d97ca1d1f1edd37b", + "url": "https://api.github.com/repos/symfony/routing/zipball/eddd14a04a9f34a9f5fe0b87961aca580d6dfa6c", + "reference": "eddd14a04a9f34a9f5fe0b87961aca580d6dfa6c", "shasum": "" }, "require": { @@ -9357,14 +9439,15 @@ "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/config": "<5.0", + "doctrine/annotations": "<1.12", + "symfony/config": "<5.3", "symfony/dependency-injection": "<4.4", "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12", "psr/log": "^1|^2|^3", - "symfony/config": "^5.0", + "symfony/config": "^5.3", "symfony/dependency-injection": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", @@ -9408,7 +9491,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.2.12" + "source": "https://github.com/symfony/routing/tree/v5.3.14" }, "funding": [ { @@ -9424,42 +9507,43 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "bc36546f36355d7c0b56b23c44786b36904f838d" + "reference": "548b841c02facf4282a1928eb4ebde9aeb9779ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/bc36546f36355d7c0b56b23c44786b36904f838d", - "reference": "bc36546f36355d7c0b56b23c44786b36904f838d", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/548b841c02facf4282a1928eb4ebde9aeb9779ba", + "reference": "548b841c02facf4282a1928eb4ebde9aeb9779ba", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^5.2", + "symfony/dependency-injection": "^5.3", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher": "^5.1", - "symfony/http-kernel": "^5.0", + "symfony/http-foundation": "^5.3", + "symfony/http-kernel": "^5.3", + "symfony/password-hasher": "^5.3", "symfony/polyfill-php80": "^1.16", - "symfony/security-core": "^5.2", + "symfony/security-core": "^5.3", "symfony/security-csrf": "^4.4|^5.0", - "symfony/security-guard": "^5.2", - "symfony/security-http": "^5.2" + "symfony/security-guard": "^5.3", + "symfony/security-http": "^5.3.2" }, "conflict": { "symfony/browser-kit": "<4.4", "symfony/console": "<4.4", "symfony/framework-bundle": "<4.4", - "symfony/ldap": "<4.4", - "symfony/security-http": "<5.2.8", + "symfony/ldap": "<5.1", "symfony/twig-bundle": "<4.4" }, "require-dev": { @@ -9471,7 +9555,8 @@ "symfony/dom-crawler": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", - "symfony/framework-bundle": "^5.2", + "symfony/framework-bundle": "^5.3", + "symfony/ldap": "^5.3", "symfony/process": "^4.4|^5.0", "symfony/rate-limiter": "^5.2", "symfony/serializer": "^4.4|^5.0", @@ -9508,7 +9593,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v5.2.12" + "source": "https://github.com/symfony/security-bundle/tree/v5.3.14" }, "funding": [ { @@ -9524,41 +9609,45 @@ "type": "tidelift" } ], - "time": "2021-07-26T16:33:12+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/security-core", - "version": "v5.2.14", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "4ce2b1e532fb3bb591ad4efa8cc43afc9242a247" + "reference": "e364dfa20f5f9a18fe6c6f69c846bc157d0dc988" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/4ce2b1e532fb3bb591ad4efa8cc43afc9242a247", - "reference": "4ce2b1e532fb3bb591ad4efa8cc43afc9242a247", + "url": "https://api.github.com/repos/symfony/security-core/zipball/e364dfa20f5f9a18fe6c6f69c846bc157d0dc988", + "reference": "e364dfa20f5f9a18fe6c6f69c846bc157d0dc988", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^1.1|^2", + "symfony/password-hasher": "^5.3", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { "symfony/event-dispatcher": "<4.4", + "symfony/http-foundation": "<5.3", "symfony/ldap": "<4.4", "symfony/security-guard": "<4.4", "symfony/validator": "<5.2" }, "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", "psr/container": "^1.0|^2.0", "psr/log": "^1|^2|^3", + "symfony/cache": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-foundation": "^5.3", "symfony/ldap": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", "symfony/validator": "^5.2" @@ -9597,7 +9686,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.2.14" + "source": "https://github.com/symfony/security-core/tree/v5.3.14" }, "funding": [ { @@ -9613,20 +9702,20 @@ "type": "tidelift" } ], - "time": "2021-07-29T06:36:20+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "f0af6689451582e55f6b3439362e72e536e916e4" + "reference": "272fd6365ba8353aab949a287118351303b7d68f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/f0af6689451582e55f6b3439362e72e536e916e4", - "reference": "f0af6689451582e55f6b3439362e72e536e916e4", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/272fd6365ba8353aab949a287118351303b7d68f", + "reference": "272fd6365ba8353aab949a287118351303b7d68f", "shasum": "" }, "require": { @@ -9635,10 +9724,10 @@ "symfony/security-core": "^4.4|^5.0" }, "conflict": { - "symfony/http-foundation": "<4.4" + "symfony/http-foundation": "<5.3" }, "require-dev": { - "symfony/http-foundation": "^4.4|^5.0" + "symfony/http-foundation": "^5.3" }, "suggest": { "symfony/http-foundation": "For using the class SessionTokenStorage." @@ -9669,7 +9758,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v5.2.12" + "source": "https://github.com/symfony/security-csrf/tree/v5.3.14" }, "funding": [ { @@ -9685,27 +9774,27 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/security-guard", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", - "reference": "9edddb0b4c97eb923ba9910050be80f539933c3b" + "reference": "164159b6798d71bf9d10a144d05dd92f57fa9384" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/9edddb0b4c97eb923ba9910050be80f539933c3b", - "reference": "9edddb0b4c97eb923ba9910050be80f539933c3b", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/164159b6798d71bf9d10a144d05dd92f57fa9384", + "reference": "164159b6798d71bf9d10a144d05dd92f57fa9384", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15", "symfony/security-core": "^5.0", - "symfony/security-http": "^4.4.1|^5.0.1" + "symfony/security-http": "^5.3" }, "require-dev": { "psr/log": "^1|^2|^3" @@ -9736,7 +9825,7 @@ "description": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-guard/tree/v5.2.12" + "source": "https://github.com/symfony/security-guard/tree/v5.3.14" }, "funding": [ { @@ -9752,34 +9841,35 @@ "type": "tidelift" } ], - "time": "2021-07-18T15:21:43+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/security-http", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc" + "reference": "7262100e4f401544e9f3cce2b00ef5184298eca2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc", - "reference": "8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc", + "url": "https://api.github.com/repos/symfony/security-http/zipball/7262100e4f401544e9f3cce2b00ef5184298eca2", + "reference": "7262100e4f401544e9f3cce2b00ef5184298eca2", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", - "symfony/http-foundation": "^5.2", - "symfony/http-kernel": "^5.2", + "symfony/http-foundation": "^5.3", + "symfony/http-kernel": "^5.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^4.4|^5.0", - "symfony/security-core": "^5.2" + "symfony/security-core": "^5.3" }, "conflict": { "symfony/event-dispatcher": "<4.3", + "symfony/security-bundle": "<5.3", "symfony/security-csrf": "<4.4" }, "require-dev": { @@ -9820,7 +9910,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.2.12" + "source": "https://github.com/symfony/security-http/tree/v5.3.14" }, "funding": [ { @@ -9836,37 +9926,40 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/serializer", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "3c3afcc285c01c486d1c5504e7895026580495c4" + "reference": "5d58faa7fa1350aa3d11502cdd80ae2f242404aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/3c3afcc285c01c486d1c5504e7895026580495c4", - "reference": "3c3afcc285c01c486d1c5504e7895026580495c4", + "url": "https://api.github.com/repos/symfony/serializer/zipball/5d58faa7fa1350aa3d11502cdd80ae2f242404aa", + "reference": "5d58faa7fa1350aa3d11502cdd80ae2f242404aa", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16" }, "conflict": { + "doctrine/annotations": "<1.12", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/dependency-injection": "<4.4", - "symfony/property-access": "<4.4", - "symfony/property-info": "<4.4", + "symfony/property-access": "<5.3.13", + "symfony/property-info": "<5.3.13", + "symfony/uid": "<5.3", "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4|^5.0", @@ -9877,10 +9970,11 @@ "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/property-access": "^5.3.13", + "symfony/property-info": "^5.3.13", + "symfony/uid": "^5.3", "symfony/validator": "^4.4|^5.0", + "symfony/var-dumper": "^4.4|^5.0", "symfony/var-exporter": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0" }, @@ -9919,7 +10013,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v5.2.12" + "source": "https://github.com/symfony/serializer/tree/v5.3.14" }, "funding": [ { @@ -9935,7 +10029,7 @@ "type": "tidelift" } ], - "time": "2021-07-21T13:17:02+00:00" + "time": "2022-01-26T17:24:47+00:00" }, { "name": "symfony/service-contracts", @@ -10022,16 +10116,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "24744393b122b8309bbcc7965972ae51a29a602d" + "reference": "fec0d6b81afabfdf3d2db5c1e4c2107b59699a4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/24744393b122b8309bbcc7965972ae51a29a602d", - "reference": "24744393b122b8309bbcc7965972ae51a29a602d", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fec0d6b81afabfdf3d2db5c1e4c2107b59699a4a", + "reference": "fec0d6b81afabfdf3d2db5c1e4c2107b59699a4a", "shasum": "" }, "require": { @@ -10064,7 +10158,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.2.12" + "source": "https://github.com/symfony/stopwatch/tree/v5.3.14" }, "funding": [ { @@ -10080,20 +10174,20 @@ "type": "tidelift" } ], - "time": "2021-07-10T08:55:45+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/string", - "version": "v5.2.11", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7" + "reference": "006fadf2d23b7b1a0ec5f3a0a5a80e1da2819c94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7", - "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7", + "url": "https://api.github.com/repos/symfony/string/zipball/006fadf2d23b7b1a0ec5f3a0a5a80e1da2819c94", + "reference": "006fadf2d23b7b1a0ec5f3a0a5a80e1da2819c94", "shasum": "" }, "require": { @@ -10104,6 +10198,9 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, + "conflict": { + "symfony/translation-contracts": ">=3.0" + }, "require-dev": { "symfony/error-handler": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", @@ -10147,7 +10244,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.2.11" + "source": "https://github.com/symfony/string/tree/v5.3.14" }, "funding": [ { @@ -10163,24 +10260,25 @@ "type": "tidelift" } ], - "time": "2021-06-27T11:43:47+00:00" + "time": "2022-01-05T13:47:22+00:00" }, { "name": "symfony/translation", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "7b4ef368b25bbb758a7bd5fe20349433e84220ed" + "reference": "945066809dc18f6e26123098e1b6e1d7a948660b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/7b4ef368b25bbb758a7bd5fe20349433e84220ed", - "reference": "7b4ef368b25bbb758a7bd5fe20349433e84220ed", + "url": "https://api.github.com/repos/symfony/translation/zipball/945066809dc18f6e26123098e1b6e1d7a948660b", + "reference": "945066809dc18f6e26123098e1b6e1d7a948660b", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^2.3" @@ -10203,6 +10301,7 @@ "symfony/finder": "^4.4|^5.0", "symfony/http-kernel": "^5.0", "symfony/intl": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "^1.21", "symfony/service-contracts": "^1.1.2|^2", "symfony/yaml": "^4.4|^5.0" }, @@ -10240,7 +10339,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.2.12" + "source": "https://github.com/symfony/translation/tree/v5.3.14" }, "funding": [ { @@ -10256,7 +10355,7 @@ "type": "tidelift" } ], - "time": "2021-07-21T13:17:02+00:00" + "time": "2022-01-03T19:49:08+00:00" }, { "name": "symfony/translation-contracts", @@ -10338,16 +10437,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "243a7c6416fea3b91391f09831d8d04b2e42c0b1" + "reference": "5830022728b73b3a28877b3e2c03332a28294fe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/243a7c6416fea3b91391f09831d8d04b2e42c0b1", - "reference": "243a7c6416fea3b91391f09831d8d04b2e42c0b1", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/5830022728b73b3a28877b3e2c03332a28294fe7", + "reference": "5830022728b73b3a28877b3e2c03332a28294fe7", "shasum": "" }, "require": { @@ -10360,13 +10459,14 @@ "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/form": "<5.3", + "symfony/http-foundation": "<5.3", "symfony/http-kernel": "<4.4", "symfony/translation": "<5.2", "symfony/workflow": "<5.2" }, "require-dev": { + "doctrine/annotations": "^1.12", "egulias/email-validator": "^2.1.10|^3", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/asset": "^4.4|^5.0", @@ -10374,8 +10474,8 @@ "symfony/dependency-injection": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", - "symfony/form": "^5.1.9", - "symfony/http-foundation": "^4.4|^5.0", + "symfony/form": "^5.3", + "symfony/http-foundation": "^5.3", "symfony/http-kernel": "^4.4|^5.0", "symfony/intl": "^4.4|^5.0", "symfony/mime": "^5.2", @@ -10438,7 +10538,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.2.12" + "source": "https://github.com/symfony/twig-bridge/tree/v5.3.14" }, "funding": [ { @@ -10454,20 +10554,20 @@ "type": "tidelift" } ], - "time": "2021-07-26T16:33:12+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "6f2aa369c4b7da19b3c864c48e35b26451c92e4e" + "reference": "0bc86c3f5cf7354423a9256dace9fcaeb52bd1ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/6f2aa369c4b7da19b3c864c48e35b26451c92e4e", - "reference": "6f2aa369c4b7da19b3c864c48e35b26451c92e4e", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/0bc86c3f5cf7354423a9256dace9fcaeb52bd1ed", + "reference": "0bc86c3f5cf7354423a9256dace9fcaeb52bd1ed", "shasum": "" }, "require": { @@ -10477,11 +10577,11 @@ "symfony/http-kernel": "^5.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", - "symfony/twig-bridge": "^5.0", + "symfony/twig-bridge": "^5.3", "twig/twig": "^2.13|^3.0.4" }, "conflict": { - "symfony/dependency-injection": "<5.2", + "symfony/dependency-injection": "<5.3", "symfony/framework-bundle": "<5.0", "symfony/translation": "<5.0" }, @@ -10489,7 +10589,7 @@ "doctrine/annotations": "^1.10.4", "doctrine/cache": "^1.0|^2.0", "symfony/asset": "^4.4|^5.0", - "symfony/dependency-injection": "^5.2", + "symfony/dependency-injection": "^5.3", "symfony/expression-language": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", @@ -10526,7 +10626,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.2.12" + "source": "https://github.com/symfony/twig-bundle/tree/v5.3.14" }, "funding": [ { @@ -10542,20 +10642,20 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/validator", - "version": "v5.2.14", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "a46ac85624ad3418d455bb8f4ce452014c28518c" + "reference": "450191bff1b2a1b01b9b6d3e3a289ac211eb7343" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/a46ac85624ad3418d455bb8f4ce452014c28518c", - "reference": "a46ac85624ad3418d455bb8f4ce452014c28518c", + "url": "https://api.github.com/repos/symfony/validator/zipball/450191bff1b2a1b01b9b6d3e3a289ac211eb7343", + "reference": "450191bff1b2a1b01b9b6d3e3a289ac211eb7343", "shasum": "" }, "require": { @@ -10565,15 +10665,17 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", "symfony/translation-contracts": "^1.1|^2" }, "conflict": { - "doctrine/lexer": "<1.0.2", + "doctrine/lexer": "<1.1", "phpunit/phpunit": "<5.4.3", "symfony/dependency-injection": "<4.4", "symfony/expression-language": "<5.1", "symfony/http-kernel": "<4.4", "symfony/intl": "<4.4", + "symfony/property-info": "<5.3", "symfony/translation": "<4.4", "symfony/yaml": "<4.4" }, @@ -10593,7 +10695,7 @@ "symfony/intl": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0", "symfony/property-access": "^4.4|^5.0", - "symfony/property-info": "^4.4|^5.0", + "symfony/property-info": "^5.3", "symfony/translation": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0" }, @@ -10635,7 +10737,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.2.14" + "source": "https://github.com/symfony/validator/tree/v5.3.14" }, "funding": [ { @@ -10651,20 +10753,20 @@ "type": "tidelift" } ], - "time": "2021-07-29T06:36:20+00:00" + "time": "2022-01-26T16:24:43+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "d5f42c357a6672d4e5960bba85e437850e9a7abb" + "reference": "daf799d0fbad76a40f2d4691d732641793103700" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d5f42c357a6672d4e5960bba85e437850e9a7abb", - "reference": "d5f42c357a6672d4e5960bba85e437850e9a7abb", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/daf799d0fbad76a40f2d4691d732641793103700", + "reference": "daf799d0fbad76a40f2d4691d732641793103700", "shasum": "" }, "require": { @@ -10723,7 +10825,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.2.12" + "source": "https://github.com/symfony/var-dumper/tree/v5.3.14" }, "funding": [ { @@ -10739,20 +10841,20 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-17T16:28:15+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0" + "reference": "1ca85c38c0c70201c599264923b86e588ddf8878" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b7898a65fc91e7c41de7a88c7db9aee9c0d432f0", - "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1ca85c38c0c70201c599264923b86e588ddf8878", + "reference": "1ca85c38c0c70201c599264923b86e588ddf8878", "shasum": "" }, "require": { @@ -10796,7 +10898,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.2.12" + "source": "https://github.com/symfony/var-exporter/tree/v5.3.14" }, "funding": [ { @@ -10812,7 +10914,7 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/webpack-encore-bundle", @@ -10889,16 +10991,16 @@ }, { "name": "symfony/yaml", - "version": "v5.2.14", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10" + "reference": "c441e9d2e340642ac8b951b753dea962d55b669d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10", - "reference": "ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10", + "url": "https://api.github.com/repos/symfony/yaml/zipball/c441e9d2e340642ac8b951b753dea962d55b669d", + "reference": "c441e9d2e340642ac8b951b753dea962d55b669d", "shasum": "" }, "require": { @@ -10944,7 +11046,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.2.14" + "source": "https://github.com/symfony/yaml/tree/v5.3.14" }, "funding": [ { @@ -10960,7 +11062,7 @@ "type": "tidelift" } ], - "time": "2021-07-29T06:18:06+00:00" + "time": "2022-01-26T16:05:39+00:00" }, { "name": "theseer/tokenizer", @@ -11714,16 +11816,16 @@ }, { "name": "symfony/debug-bundle", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "2cb76e25ca75afb0d52c1ba83d77cd4190ed5552" + "reference": "249ceb22eecad97bc1044c9519651777abf2474c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/2cb76e25ca75afb0d52c1ba83d77cd4190ed5552", - "reference": "2cb76e25ca75afb0d52c1ba83d77cd4190ed5552", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/249ceb22eecad97bc1044c9519651777abf2474c", + "reference": "249ceb22eecad97bc1044c9519651777abf2474c", "shasum": "" }, "require": { @@ -11770,10 +11872,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework", + "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v5.2.12" + "source": "https://github.com/symfony/debug-bundle/tree/v5.3.14" }, "funding": [ { @@ -11789,26 +11891,27 @@ "type": "tidelift" } ], - "time": "2021-07-21T12:38:00+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/http-client", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "1895ede860a198803395a67738104211508b5ddc" + "reference": "692eace552581e33f05969180289c93c43911d8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/1895ede860a198803395a67738104211508b5ddc", - "reference": "1895ede860a198803395a67738104211508b5ddc", + "url": "https://api.github.com/repos/symfony/http-client/zipball/692eace552581e33f05969180289c93c43911d8e", + "reference": "692eace552581e33f05969180289c93c43911d8e", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2|^3", - "symfony/http-client-contracts": "^2.2", + "symfony/deprecation-contracts": "^2.1", + "symfony/http-client-contracts": "^2.4", "symfony/polyfill-php73": "^1.11", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.0|^2" @@ -11817,7 +11920,7 @@ "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "1.0", - "symfony/http-client-implementation": "2.2" + "symfony/http-client-implementation": "2.4" }, "require-dev": { "amphp/amp": "^2.5", @@ -11859,7 +11962,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v5.2.12" + "source": "https://github.com/symfony/http-client/tree/v5.3.14" }, "funding": [ { @@ -11875,7 +11978,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:55:19+00:00" + "time": "2022-01-22T06:52:49+00:00" }, { "name": "symfony/maker-bundle", @@ -11967,34 +12070,35 @@ }, { "name": "symfony/monolog-bridge", - "version": "v5.2.12", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "2c3943d7c0100983f9c0a82807555273353e3539" + "reference": "b3cb93cf917abf826d45d85514fea3b07e629335" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/2c3943d7c0100983f9c0a82807555273353e3539", - "reference": "2c3943d7c0100983f9c0a82807555273353e3539", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/b3cb93cf917abf826d45d85514fea3b07e629335", + "reference": "b3cb93cf917abf826d45d85514fea3b07e629335", "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/http-kernel": "^5.3", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2" }, "conflict": { "symfony/console": "<4.4", - "symfony/http-foundation": "<4.4" + "symfony/http-foundation": "<5.3" }, "require-dev": { "symfony/console": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0", "symfony/security-core": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" @@ -12030,7 +12134,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.12" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.3.14" }, "funding": [ { @@ -12046,7 +12150,7 @@ "type": "tidelift" } ], - "time": "2021-07-23T15:54:19+00:00" + "time": "2022-01-02T09:51:59+00:00" }, { "name": "symfony/monolog-bundle", @@ -12214,23 +12318,23 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v5.2.13", + "version": "v5.3.14", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "380038080e46eb92b3a392de646fd32b632f1c77" + "reference": "d0bf5f7ecf8c49594ddc53e5cdb7929f9b401988" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/380038080e46eb92b3a392de646fd32b632f1c77", - "reference": "380038080e46eb92b3a392de646fd32b632f1c77", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/d0bf5f7ecf8c49594ddc53e5cdb7929f9b401988", + "reference": "d0bf5f7ecf8c49594ddc53e5cdb7929f9b401988", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", - "symfony/framework-bundle": "^5.1", - "symfony/http-kernel": "^5.2", + "symfony/framework-bundle": "^5.3", + "symfony/http-kernel": "^5.3", "symfony/polyfill-php80": "^1.16", "symfony/routing": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0", @@ -12273,7 +12377,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.13" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.3.14" }, "funding": [ { @@ -12289,7 +12393,7 @@ "type": "tidelift" } ], - "time": "2021-07-27T04:28:16+00:00" + "time": "2022-01-02T09:51:59+00:00" } ], "aliases": [], diff --git a/src/Command/ProcesaDelayCommand.php b/src/Command/ProcesaDelayCommand.php index 9c49fa6..04bebd2 100644 --- a/src/Command/ProcesaDelayCommand.php +++ b/src/Command/ProcesaDelayCommand.php @@ -15,7 +15,7 @@ class ProcesaDelayCommand extends Command { protected static $defaultName = 'app:procesa-delay'; - protected static string $defaultDescription = 'Procesa los datos de delayMail'; +// protected static string $defaultDescription = 'Procesa los datos de delayMail'; private HandlerDelayMail $delayMail; private MailerReport $mailerReport; @@ -23,7 +23,7 @@ class ProcesaDelayCommand extends Command protected function configure() { $this - ->setDescription(self::$defaultDescription) + ->setDescription('Procesa los datos de delayMail') ->addArgument('arg1', InputArgument::OPTIONAL, 'Argument description') ->addOption('option1', null, InputOption::VALUE_NONE, 'Option description') ; diff --git a/symfony.lock b/symfony.lock index 5e149f3..71e2f3c 100755 --- a/symfony.lock +++ b/symfony.lock @@ -129,9 +129,6 @@ "imagine/imagine": { "version": "1.2.3" }, - "khanamiryan/qrcode-detector-decoder": { - "version": "1.0.3" - }, "knplabs/knp-components": { "version": "v2.3.6" },