From 283c6a23c8d4a846ac05ce6783f155a90068fcb0 Mon Sep 17 00:00:00 2001 From: "Gerardo J. Montivero" Date: Sun, 17 Jul 2022 09:51:49 -0300 Subject: [PATCH] Beta2 --- composer.json | 32 +- composer.lock | 1385 +++++++++++++++++++++---------------------------- symfony.lock | 3 - 3 files changed, 600 insertions(+), 820 deletions(-) diff --git a/composer.json b/composer.json index 4047e21..dfa2699 100755 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "gedmo/doctrine-extensions": "^2.4", "hashids/hashids": "^4.1", "knplabs/knp-paginator-bundle": "^5.2", - "knplabs/knp-snappy-bundle": "^v1.7.1", + "knplabs/knp-snappy-bundle": "^v1.9.0", "knplabs/knp-time-bundle": "^1.11", "laminas/laminas-code": "^3.4", "laminas/laminas-eventmanager": "^3.2", @@ -41,23 +41,23 @@ "ramsey/uuid-doctrine": "^1.6", "sensio/framework-extra-bundle": "^5.5", "symfony/apache-pack": "^1.0", - "symfony/asset": "5.0.*", - "symfony/console": "5.0.*", - "symfony/dotenv": "5.0.*", + "symfony/asset": "5.1.*", + "symfony/console": "5.1.*", + "symfony/dotenv": "5.1.*", "symfony/flex": "^1.3.1", - "symfony/form": "5.0.*", - "symfony/framework-bundle": "5.0.*", - "symfony/intl": "5.0.*", - "symfony/mailer": "5.0.*", + "symfony/form": "5.1.*", + "symfony/framework-bundle": "5.1.*", + "symfony/intl": "5.1.*", + "symfony/mailer": "5.1.*", "symfony/polyfill-php72": "^1.15", - "symfony/property-access": "5.0.*", - "symfony/property-info": "5.0.*", - "symfony/security-bundle": "5.0.*", - "symfony/serializer": "5.0.*", - "symfony/twig-bundle": "5.0.*", - "symfony/validator": "5.0.*", + "symfony/property-access": "5.1.*", + "symfony/property-info": "5.1.*", + "symfony/security-bundle": "5.1.*", + "symfony/serializer": "5.1.*", + "symfony/twig-bundle": "5.1.*", + "symfony/validator": "5.1.*", "symfony/webpack-encore-bundle": "^1.7", - "symfony/yaml": "5.0.*", + "symfony/yaml": "5.1.*", "twig/cssinliner-extra": "^3.1", "twig/extensions": "^1.5", "twig/extra-bundle": "^3.1", @@ -117,7 +117,7 @@ "extra": { "symfony": { "allow-contrib": true, - "require": "5.0.*" + "require": "5.1.*" }, "public-dir": "public" } diff --git a/composer.lock b/composer.lock index 984fe0c..7f73c9b 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": "8519e078e7043c324a53e58e96b674d0", + "content-hash": "0d4312b1cd3bab09b7257c11fb55301d", "packages": [ { "name": "antishov/doctrine-extensions-bundle", @@ -2493,33 +2493,33 @@ }, { "name": "knplabs/knp-components", - "version": "v2.5.1", + "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/KnpLabs/knp-components.git", - "reference": "ab7ced8a662e6aa1898b5c4919fe3eb78d62d963" + "reference": "7db2eb032591ded5809455af8a4dfdfda079041c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/ab7ced8a662e6aa1898b5c4919fe3eb78d62d963", - "reference": "ab7ced8a662e6aa1898b5c4919fe3eb78d62d963", + "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/7db2eb032591ded5809455af8a4dfdfda079041c", + "reference": "7db2eb032591ded5809455af8a4dfdfda079041c", "shasum": "" }, "require": { - "php": "^7.2", - "symfony/deprecation-contracts": "^2.1", - "symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0", - "symfony/http-foundation": "^3.4 || ^4.0 || ^5.0" + "php": "^7.3 || ^8.0", + "symfony/event-dispatcher-contracts": "^1.1 || ^2.0", + "symfony/http-foundation": "^4.4 || ^5.1" }, "require-dev": { "doctrine/mongodb-odm": "^2.0", - "doctrine/orm": "^2.5", + "doctrine/orm": "^2.7", "doctrine/phpcr-odm": "^1.2", + "ext-pdo_sqlite": "*", "jackalope/jackalope-doctrine-dbal": "^1.2", - "phpunit/phpunit": "^8.5 || ^9.3", - "ruflin/elastica": "^1.0", - "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0", - "symfony/property-access": "^3.4 || ^4.0 || ^5.0" + "phpunit/phpunit": "^9.5", + "ruflin/elastica": "^7.0", + "symfony/http-kernel": "^4.4 || ^5.1", + "symfony/property-access": "^4.4 || ^5.1" }, "suggest": { "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection", @@ -2567,9 +2567,9 @@ ], "support": { "issues": "https://github.com/KnpLabs/knp-components/issues", - "source": "https://github.com/KnpLabs/knp-components/tree/v2.5.1" + "source": "https://github.com/KnpLabs/knp-components/tree/v3.0.2" }, - "time": "2020-11-27T10:10:33+00:00" + "time": "2021-03-16T13:52:01+00:00" }, { "name": "knplabs/knp-paginator-bundle", @@ -2721,39 +2721,34 @@ }, { "name": "knplabs/knp-snappy-bundle", - "version": "v1.7.1", + "version": "v1.9.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpSnappyBundle.git", - "reference": "89a633d30d39b71b38511b70e1f0495164140933" + "reference": "da11c2d083f5d8586c9bd59d2948ab7d39d57b34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/89a633d30d39b71b38511b70e1f0495164140933", - "reference": "89a633d30d39b71b38511b70e1f0495164140933", + "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/da11c2d083f5d8586c9bd59d2948ab7d39d57b34", + "reference": "da11c2d083f5d8586c9bd59d2948ab7d39d57b34", "shasum": "" }, "require": { - "knplabs/knp-snappy": "~1.0,>=1.0.1", - "php": ">=7.1", - "symfony/framework-bundle": "^3.4|^4.3|^5.0" + "knplabs/knp-snappy": "^1.2", + "php": ">=7.4", + "symfony/framework-bundle": "^4.4|^5.1|^6.0" }, "require-dev": { - "doctrine/annotations": "~1.0", - "symfony/asset": "^3.4|^4.3|^5.0", - "symfony/finder": "^3.4|^4.3|^5.0", - "symfony/phpunit-bridge": "^4.3|^5.0", - "symfony/security-csrf": "^3.4|^4.3|^5.0", - "symfony/templating": "^3.4|^4.3|^5.0", - "symfony/validator": "^3.4|^4.3|^5.0", - "symfony/yaml": "^3.4|^4.3|^5.0" + "doctrine/annotations": "^1.11", + "symfony/asset": "^4.4|^5.1|^6.0", + "symfony/finder": "^4.4|^5.1|^6.0", + "symfony/phpunit-bridge": "^4.4|^5.1|^6.0", + "symfony/security-csrf": "^4.4|^5.1|^6.0", + "symfony/templating": "^4.4|^5.1|^6.0", + "symfony/validator": "^4.4|^5.1|^6.0", + "symfony/yaml": "^4.4|^5.1|^6.0" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, "autoload": { "psr-4": { "Knp\\Bundle\\SnappyBundle\\": "src/" @@ -2784,9 +2779,9 @@ ], "support": { "issues": "https://github.com/KnpLabs/KnpSnappyBundle/issues", - "source": "https://github.com/KnpLabs/KnpSnappyBundle/tree/v1.7.1" + "source": "https://github.com/KnpLabs/KnpSnappyBundle/tree/v1.9.0" }, - "time": "2020-09-11T12:51:46+00:00" + "time": "2022-01-05T15:50:51+00:00" }, { "name": "knplabs/knp-time-bundle", @@ -6361,22 +6356,23 @@ }, { "name": "symfony/asset", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "aaf4ba865c02f6df999166a0148d56f2b11b11fb" + "reference": "54a42aa50f9359d1184bf7e954521b45ca3d5828" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/aaf4ba865c02f6df999166a0148d56f2b11b11fb", - "reference": "aaf4ba865c02f6df999166a0148d56f2b11b11fb", + "url": "https://api.github.com/repos/symfony/asset/zipball/54a42aa50f9359d1184bf7e954521b45ca3d5828", + "reference": "54a42aa50f9359d1184bf7e954521b45ca3d5828", "shasum": "" }, "require": { "php": ">=7.2.5" }, "require-dev": { + "symfony/http-client": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0" }, @@ -6384,11 +6380,6 @@ "symfony/http-foundation": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" @@ -6411,10 +6402,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Asset Component", + "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/5.0" + "source": "https://github.com/symfony/asset/tree/v5.1.11" }, "funding": [ { @@ -6430,20 +6421,20 @@ "type": "tidelift" } ], - "time": "2020-05-30T20:12:43+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/cache", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "5da40a385c8182d18f4cca960bce7191c8f24e07" + "reference": "6def7595e74b4b0a6b515af964792e2d092f056d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/5da40a385c8182d18f4cca960bce7191c8f24e07", - "reference": "5da40a385c8182d18f4cca960bce7191c8f24e07", + "url": "https://api.github.com/repos/symfony/cache/zipball/6def7595e74b4b0a6b515af964792e2d092f056d", + "reference": "6def7595e74b4b0a6b515af964792e2d092f056d", "shasum": "" }, "require": { @@ -6451,11 +6442,12 @@ "psr/cache": "~1.0", "psr/log": "~1.0", "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.5", + "doctrine/dbal": "<2.6", "symfony/dependency-injection": "<4.4", "symfony/http-kernel": "<4.4", "symfony/var-dumper": "<4.4" @@ -6468,19 +6460,16 @@ "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6", - "doctrine/dbal": "^2.5|^3.0", + "doctrine/dbal": "^2.6|^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/var-dumper": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" @@ -6503,14 +6492,14 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Cache component with PSR-6, PSR-16, and tags", + "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.0.11" + "source": "https://github.com/symfony/cache/tree/v5.1.11" }, "funding": [ { @@ -6526,7 +6515,7 @@ "type": "tidelift" } ], - "time": "2020-07-23T17:20:42+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/cache-contracts", @@ -6609,22 +6598,24 @@ }, { "name": "symfony/config", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "2306321ef6a21a0de51a139774b6b7b38804815b" + "reference": "96cc8f6e3b2dccf471b0816df8e421142dc74c18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/2306321ef6a21a0de51a139774b6b7b38804815b", - "reference": "2306321ef6a21a0de51a139774b6b7b38804815b", + "url": "https://api.github.com/repos/symfony/config/zipball/96cc8f6e3b2dccf471b0816df8e421142dc74c18", + "reference": "96cc8f6e3b2dccf471b0816df8e421142dc74c18", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/filesystem": "^4.4|^5.0", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.15" }, "conflict": { "symfony/finder": "<4.4" @@ -6640,11 +6631,6 @@ "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" @@ -6667,10 +6653,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Config Component", + "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.0.11" + "source": "https://github.com/symfony/config/tree/v5.1.11" }, "funding": [ { @@ -6686,20 +6672,20 @@ "type": "tidelift" } ], - "time": "2020-07-15T10:53:08+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/console", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "95794074741645473221fb126d5cb4057ad25bf1" + "reference": "d9a267b621c5082e0a6c659d73633b6fd28a8a08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/95794074741645473221fb126d5cb4057ad25bf1", - "reference": "95794074741645473221fb126d5cb4057ad25bf1", + "url": "https://api.github.com/repos/symfony/console/zipball/d9a267b621c5082e0a6c659d73633b6fd28a8a08", + "reference": "d9a267b621c5082e0a6c659d73633b6fd28a8a08", "shasum": "" }, "require": { @@ -6707,10 +6693,12 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.1|^2" + "symfony/service-contracts": "^1.1|^2", + "symfony/string": "^5.1" }, "conflict": { "symfony/dependency-injection": "<4.4", + "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", "symfony/lock": "<4.4", "symfony/process": "<4.4" @@ -6734,11 +6722,6 @@ "symfony/process": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" @@ -6761,10 +6744,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Console Component", + "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v5.0.11" + "source": "https://github.com/symfony/console/tree/v5.1.11" }, "funding": [ { @@ -6780,31 +6763,26 @@ "type": "tidelift" } ], - "time": "2020-07-06T13:22:03+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/css-selector", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "79c224cdbfae58d54b257a8c684ad445042c90f2" + "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/79c224cdbfae58d54b257a8c684ad445042c90f2", - "reference": "79c224cdbfae58d54b257a8c684ad445042c90f2", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f", + "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f", "shasum": "" }, "require": { "php": ">=7.2.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" @@ -6831,10 +6809,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony CssSelector Component", + "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/5.0" + "source": "https://github.com/symfony/css-selector/tree/v5.1.11" }, "funding": [ { @@ -6850,29 +6828,31 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "9263d52372205c57823bf983bc4f413378830757" + "reference": "176e622d476133152a9346b0fbd8fb9b60ff6fb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9263d52372205c57823bf983bc4f413378830757", - "reference": "9263d52372205c57823bf983bc4f413378830757", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/176e622d476133152a9346b0fbd8fb9b60ff6fb3", + "reference": "176e622d476133152a9346b0fbd8fb9b60ff6fb3", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.0", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { - "symfony/config": "<5.0", + "symfony/config": "<5.1", "symfony/finder": "<4.4", "symfony/proxy-manager-bridge": "<4.4", "symfony/yaml": "<4.4" @@ -6882,7 +6862,7 @@ "symfony/service-implementation": "1.0" }, "require-dev": { - "symfony/config": "^5.0", + "symfony/config": "^5.1", "symfony/expression-language": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0" }, @@ -6894,11 +6874,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" @@ -6921,10 +6896,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony DependencyInjection Component", + "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/5.0" + "source": "https://github.com/symfony/dependency-injection/tree/v5.1.11" }, "funding": [ { @@ -6940,7 +6915,7 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:36:09+00:00" + "time": "2021-01-27T12:50:07+00:00" }, { "name": "symfony/deprecation-contracts", @@ -7011,30 +6986,32 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "e2ab3fe26133c5d997684f1b961acbd6b04e2805" + "reference": "290deda49060e6694f151ac4aa889467935ee3ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/e2ab3fe26133c5d997684f1b961acbd6b04e2805", - "reference": "e2ab3fe26133c5d997684f1b961acbd6b04e2805", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/290deda49060e6694f151ac4aa889467935ee3ea", + "reference": "290deda49060e6694f151ac4aa889467935ee3ea", "shasum": "" }, "require": { "doctrine/event-manager": "~1.0", "doctrine/persistence": "^1.3|^2", "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2" }, "conflict": { "phpunit/phpunit": "<5.4.3", "symfony/dependency-injection": "<4.4", - "symfony/form": "<5", + "symfony/form": "<5.1", "symfony/http-kernel": "<5", "symfony/messenger": "<4.4", "symfony/property-info": "<5", @@ -7044,17 +7021,18 @@ }, "require-dev": { "composer/package-versions-deprecated": "^1.8", - "doctrine/annotations": "~1.7", + "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.6", "doctrine/collections": "~1.0", "doctrine/data-fixtures": "^1.1", - "doctrine/dbal": "~2.4", + "doctrine/dbal": "^2.6|^3.0", "doctrine/orm": "^2.6.3", - "doctrine/reflection": "~1.0", + "symfony/cache": "^5.1", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", + "symfony/doctrine-messenger": "^5.1", "symfony/expression-language": "^4.4|^5.0", - "symfony/form": "^5.0", + "symfony/form": "^5.1.3", "symfony/http-kernel": "^5.0", "symfony/messenger": "^4.4|^5.0", "symfony/property-access": "^4.4|^5.0", @@ -7075,11 +7053,6 @@ "symfony/validator": "" }, "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bridge\\Doctrine\\": "" @@ -7102,10 +7075,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Doctrine Bridge", + "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/5.0" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.1.11" }, "funding": [ { @@ -7121,34 +7094,30 @@ "type": "tidelift" } ], - "time": "2020-07-23T16:54:02+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/dotenv", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "efd887f012127acad22325d109fe8ddf635f1f97" + "reference": "783f12027c6b40ab0e93d6136d9f642d1d67cd6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/efd887f012127acad22325d109fe8ddf635f1f97", - "reference": "efd887f012127acad22325d109fe8ddf635f1f97", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/783f12027c6b40ab0e93d6136d9f642d1d67cd6b", + "reference": "783f12027c6b40ab0e93d6136d9f642d1d67cd6b", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1" }, "require-dev": { "symfony/process": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" @@ -7179,7 +7148,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/5.0" + "source": "https://github.com/symfony/dotenv/tree/v5.1.11" }, "funding": [ { @@ -7195,20 +7164,20 @@ "type": "tidelift" } ], - "time": "2020-05-28T08:20:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/error-handler", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "d01fba9a55614a1addb0d52d6a9566560b2a2af8" + "reference": "c2bdf8d374de3f33c525460929f82a9902f6e1c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/d01fba9a55614a1addb0d52d6a9566560b2a2af8", - "reference": "d01fba9a55614a1addb0d52d6a9566560b2a2af8", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/c2bdf8d374de3f33c525460929f82a9902f6e1c5", + "reference": "c2bdf8d374de3f33c525460929f82a9902f6e1c5", "shasum": "" }, "require": { @@ -7218,15 +7187,11 @@ "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { + "symfony/deprecation-contracts": "^2.1", "symfony/http-kernel": "^4.4|^5.0", "symfony/serializer": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\ErrorHandler\\": "" @@ -7249,10 +7214,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony ErrorHandler Component", + "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/5.0" + "source": "https://github.com/symfony/error-handler/tree/v5.1.11" }, "funding": [ { @@ -7268,25 +7233,27 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:36:09+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "5c5dd86c7a7962d28c48351c7dd83c9266e4d19d" + "reference": "c00f3aae24577a991ae97d34c7033b2e84f1cfa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5c5dd86c7a7962d28c48351c7dd83c9266e4d19d", - "reference": "5c5dd86c7a7962d28c48351c7dd83c9266e4d19d", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c00f3aae24577a991ae97d34c7033b2e84f1cfa0", + "reference": "c00f3aae24577a991ae97d34c7033b2e84f1cfa0", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/event-dispatcher-contracts": "^2" + "symfony/deprecation-contracts": "^2.1", + "symfony/event-dispatcher-contracts": "^2", + "symfony/polyfill-php80": "^1.15" }, "conflict": { "symfony/dependency-injection": "<4.4" @@ -7299,6 +7266,7 @@ "psr/log": "~1.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", + "symfony/error-handler": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/service-contracts": "^1.1|^2", @@ -7309,11 +7277,6 @@ "symfony/http-kernel": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" @@ -7336,10 +7299,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony EventDispatcher Component", + "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/5.0" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.1.11" }, "funding": [ { @@ -7355,7 +7318,7 @@ "type": "tidelift" } ], - "time": "2020-06-18T18:18:56+00:00" + "time": "2021-01-27T10:36:24+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -7438,16 +7401,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "6edf8b9e64e662fcde20ee3ee2ec46fdcc8c3214" + "reference": "262d033b57c73e8b59cd6e68a45c528318b15038" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/6edf8b9e64e662fcde20ee3ee2ec46fdcc8c3214", - "reference": "6edf8b9e64e662fcde20ee3ee2ec46fdcc8c3214", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038", + "reference": "262d033b57c73e8b59cd6e68a45c528318b15038", "shasum": "" }, "require": { @@ -7455,11 +7418,6 @@ "symfony/polyfill-ctype": "~1.8" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" @@ -7482,10 +7440,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Filesystem Component", + "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.0.9" + "source": "https://github.com/symfony/filesystem/tree/v5.1.11" }, "funding": [ { @@ -7501,31 +7459,26 @@ "type": "tidelift" } ], - "time": "2020-05-30T20:12:43+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/finder", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "127bccabf3c854625af9c0162779cf06bc1dd352" + "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/127bccabf3c854625af9c0162779cf06bc1dd352", - "reference": "127bccabf3c854625af9c0162779cf06bc1dd352", + "url": "https://api.github.com/repos/symfony/finder/zipball/196f45723b5e618bf0e23b97e96d11652696ea9e", + "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e", "shasum": "" }, "require": { "php": ">=7.2.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" @@ -7548,10 +7501,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Finder Component", + "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/5.0" + "source": "https://github.com/symfony/finder/tree/v5.1.11" }, "funding": [ { @@ -7567,7 +7520,7 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/flex", @@ -7636,25 +7589,27 @@ }, { "name": "symfony/form", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "7c4aee4717558389cbfea35fa84d8dd830965db1" + "reference": "b794bed839f11bcee9a9f30daa5cb88d311dd409" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/7c4aee4717558389cbfea35fa84d8dd830965db1", - "reference": "7c4aee4717558389cbfea35fa84d8dd830965db1", + "url": "https://api.github.com/repos/symfony/form/zipball/b794bed839f11bcee9a9f30daa5cb88d311dd409", + "reference": "b794bed839f11bcee9a9f30daa5cb88d311dd409", "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.0", + "symfony/options-resolver": "^5.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", "symfony/property-access": "^5.0.8", "symfony/service-contracts": "^1.1|^2" }, @@ -7663,10 +7618,12 @@ "symfony/console": "<4.4", "symfony/dependency-injection": "<4.4", "symfony/doctrine-bridge": "<4.4", + "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" }, "require-dev": { @@ -7679,7 +7636,7 @@ "symfony/http-kernel": "^4.4|^5.0", "symfony/security-csrf": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", - "symfony/validator": "^4.4|^5.0", + "symfony/validator": "^4.4.17|^5.1.9", "symfony/var-dumper": "^4.4|^5.0" }, "suggest": { @@ -7688,11 +7645,6 @@ "symfony/validator": "For form validation." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Form\\": "" @@ -7715,10 +7667,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Form Component", + "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.0.11" + "source": "https://github.com/symfony/form/tree/v5.1.11" }, "funding": [ { @@ -7734,20 +7686,20 @@ "type": "tidelift" } ], - "time": "2020-07-12T12:51:51+00:00" + "time": "2021-01-27T12:50:07+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "0fc0a93f8bbe465d0b483e21b087d432baa92c16" + "reference": "b40931adcd8386901a65b472d8ba9f34cac80070" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0fc0a93f8bbe465d0b483e21b087d432baa92c16", - "reference": "0fc0a93f8bbe465d0b483e21b087d432baa92c16", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b40931adcd8386901a65b472d8ba9f34cac80070", + "reference": "b40931adcd8386901a65b472d8ba9f34cac80070", "shasum": "" }, "require": { @@ -7755,25 +7707,28 @@ "php": ">=7.2.5", "symfony/cache": "^4.4|^5.0", "symfony/config": "^5.0", - "symfony/dependency-injection": "^5.0.1", + "symfony/dependency-injection": "^5.1", + "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/polyfill-mbstring": "~1.0", - "symfony/routing": "^5.0" + "symfony/polyfill-php80": "^1.15", + "symfony/routing": "^5.1.4" }, "conflict": { "doctrine/persistence": "<1.3", - "phpdocumentor/reflection-docblock": "<3.0", - "phpdocumentor/type-resolver": "<0.2.1", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", "phpunit/phpunit": "<5.4.3", - "symfony/asset": "<4.4", + "symfony/asset": "<5.1", "symfony/browser-kit": "<4.4", "symfony/console": "<4.4", "symfony/dom-crawler": "<4.4", - "symfony/dotenv": "<4.4", + "symfony/dotenv": "<5.1", "symfony/form": "<4.4", "symfony/http-client": "<4.4", "symfony/lock": "<4.4", @@ -7791,16 +7746,17 @@ "symfony/workflow": "<4.4" }, "require-dev": { - "doctrine/annotations": "~1.7", + "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0", + "doctrine/persistence": "^1.3|^2.0", "paragonie/sodium_compat": "^1.8", - "phpdocumentor/reflection-docblock": "^3.0|^4.0", - "symfony/asset": "^4.4|^5.0", + "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/css-selector": "^4.4|^5.0", "symfony/dom-crawler": "^4.4|^5.0", - "symfony/dotenv": "^4.4|^5.0", + "symfony/dotenv": "^5.1", "symfony/expression-language": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", @@ -7811,11 +7767,12 @@ "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-csrf": "^4.4|^5.0", "symfony/security-http": "^4.4|^5.0", "symfony/serializer": "^4.4|^5.0", "symfony/stopwatch": "^4.4|^5.0", - "symfony/string": "~5.0.0", + "symfony/string": "^5.0", "symfony/translation": "^5.0", "symfony/twig-bundle": "^4.4|^5.0", "symfony/validator": "^4.4|^5.0", @@ -7835,11 +7792,6 @@ "symfony/yaml": "For using the debug:config and lint:yaml commands" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" @@ -7862,10 +7814,88 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony FrameworkBundle", + "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" + }, + "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": "2021-01-27T11:17:55+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.0.11" + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" }, "funding": [ { @@ -7881,37 +7911,38 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:36:09+00:00" + "time": "2022-04-12T15:48:08+00:00" }, { "name": "symfony/http-foundation", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "7ad89bbacd90f7bee1a57e61ed5ecaeaba430706" + "reference": "1c1920364e205f9aab12457e52b884ebd198b885" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7ad89bbacd90f7bee1a57e61ed5ecaeaba430706", - "reference": "7ad89bbacd90f7bee1a57e61ed5ecaeaba430706", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1c1920364e205f9aab12457e52b884ebd198b885", + "reference": "1c1920364e205f9aab12457e52b884ebd198b885", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/mime": "^4.4|^5.0", - "symfony/polyfill-mbstring": "~1.1" + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.15" }, "require-dev": { "predis/predis": "~1.0", - "symfony/expression-language": "^4.4|^5.0" + "symfony/cache": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } + "suggest": { + "symfony/mime": "To use the file extension guesser" }, + "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" @@ -7934,10 +7965,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony HttpFoundation Component", + "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.0.11" + "source": "https://github.com/symfony/http-foundation/tree/v5.1.11" }, "funding": [ { @@ -7953,27 +7984,29 @@ "type": "tidelift" } ], - "time": "2020-07-23T10:04:24+00:00" + "time": "2021-01-27T11:17:55+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "410ce82fbbb06fb926ecaacea8b0af86bc3e7ef2" + "reference": "1b57aaf3215c4313fec1409afdb5046dcb201d17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/410ce82fbbb06fb926ecaacea8b0af86bc3e7ef2", - "reference": "410ce82fbbb06fb926ecaacea8b0af86bc3e7ef2", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1b57aaf3215c4313fec1409afdb5046dcb201d17", + "reference": "1b57aaf3215c4313fec1409afdb5046dcb201d17", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "~1.0", + "symfony/deprecation-contracts": "^2.1", "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/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", @@ -7993,7 +8026,7 @@ "symfony/translation": "<5.0", "symfony/twig-bridge": "<5.0", "symfony/validator": "<5.0", - "twig/twig": "<2.4" + "twig/twig": "<2.13" }, "provide": { "psr/log-implementation": "1.0" @@ -8013,7 +8046,7 @@ "symfony/stopwatch": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", "symfony/translation-contracts": "^1.1|^2", - "twig/twig": "^2.4|^3.0" + "twig/twig": "^2.13|^3.0.4" }, "suggest": { "symfony/browser-kit": "", @@ -8022,11 +8055,6 @@ "symfony/dependency-injection": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" @@ -8049,10 +8077,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony HttpKernel Component", + "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.0.11" + "source": "https://github.com/symfony/http-kernel/tree/v5.1.11" }, "funding": [ { @@ -8068,36 +8096,41 @@ "type": "tidelift" } ], - "time": "2020-07-24T04:14:59+00:00" + "time": "2021-01-27T14:22:38+00:00" }, { - "name": "symfony/inflector", - "version": "v5.0.11", + "name": "symfony/intl", + "version": "v5.1.11", "source": { "type": "git", - "url": "https://github.com/symfony/inflector.git", - "reference": "7eff2643934179cd0e5a6609a583fc22fc495fc4" + "url": "https://github.com/symfony/intl.git", + "reference": "930f17689729cc47d2ce18be21ed403bcbeeb6a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/inflector/zipball/7eff2643934179cd0e5a6609a583fc22fc495fc4", - "reference": "7eff2643934179cd0e5a6609a583fc22fc495fc4", + "url": "https://api.github.com/repos/symfony/intl/zipball/930f17689729cc47d2ce18be21ed403bcbeeb6a9", + "reference": "930f17689729cc47d2ce18be21ed403bcbeeb6a9", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-intl-icu": "~1.0", + "symfony/polyfill-php80": "^1.15" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } + "require-dev": { + "symfony/filesystem": "^4.4|^5.0" + }, + "suggest": { + "ext-intl": "to use the component with locales other than \"en\"" }, + "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Inflector\\": "" + "Symfony\\Component\\Intl\\": "" }, + "classmap": [ + "Resources/stubs" + ], "exclude-from-classmap": [ "/Tests/" ] @@ -8111,23 +8144,31 @@ "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, + { + "name": "Eriksen Costa", + "email": "eriksen.costa@infranology.com.br" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Inflector Component", + "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library", "homepage": "https://symfony.com", "keywords": [ - "inflection", - "pluralize", - "singularize", - "string", - "symfony", - "words" + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" ], "support": { - "source": "https://github.com/symfony/inflector/tree/v5.0.9" + "source": "https://github.com/symfony/intl/tree/v5.1.11" }, "funding": [ { @@ -8143,121 +8184,29 @@ "type": "tidelift" } ], - "abandoned": "EnglishInflector from the String component", - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { - "name": "symfony/intl", - "version": "v5.0.11", + "name": "symfony/mailer", + "version": "v5.1.11", "source": { "type": "git", - "url": "https://github.com/symfony/intl.git", - "reference": "72cfa77bde9d3fdb97eaf04933951d87f999d774" + "url": "https://github.com/symfony/mailer.git", + "reference": "3c7ab7a402acdb453dcdd6e0b2982caacfcc9b9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/72cfa77bde9d3fdb97eaf04933951d87f999d774", - "reference": "72cfa77bde9d3fdb97eaf04933951d87f999d774", + "url": "https://api.github.com/repos/symfony/mailer/zipball/3c7ab7a402acdb453dcdd6e0b2982caacfcc9b9f", + "reference": "3c7ab7a402acdb453dcdd6e0b2982caacfcc9b9f", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-intl-icu": "~1.0" - }, - "require-dev": { - "symfony/filesystem": "^4.4|^5.0" - }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Intl\\": "" - }, - "classmap": [ - "Resources/stubs" - ], - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }, - { - "name": "Eriksen Costa", - "email": "eriksen.costa@infranology.com.br" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", - "homepage": "https://symfony.com", - "keywords": [ - "i18n", - "icu", - "internationalization", - "intl", - "l10n", - "localization" - ], - "support": { - "source": "https://github.com/symfony/intl/tree/v5.0.11" - }, - "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": "2020-06-18T18:18:56+00:00" - }, - { - "name": "symfony/mailer", - "version": "v5.0.11", - "source": { - "type": "git", - "url": "https://github.com/symfony/mailer.git", - "reference": "ae0579ff80c1f9b6db5a7a7053733b2568cb9001" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/ae0579ff80c1f9b6db5a7a7053733b2568cb9001", - "reference": "ae0579ff80c1f9b6db5a7a7053733b2568cb9001", - "shasum": "" - }, - "require": { - "egulias/email-validator": "^2.1.10", + "egulias/email-validator": "^2.1.10", "php": ">=7.2.5", "psr/log": "~1.0", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2" }, "conflict": { @@ -8274,11 +8223,6 @@ "symfony/sendgrid-mailer": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Mailer\\": "" @@ -8301,10 +8245,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Mailer Component", + "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/5.0" + "source": "https://github.com/symfony/mailer/tree/v5.1.11" }, "funding": [ { @@ -8320,26 +8264,27 @@ "type": "tidelift" } ], - "time": "2020-07-15T10:53:08+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/mime", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "aa2b2013a8d380e3980a29a79cc0fbcfb02fb920" + "reference": "d7d899822da1fa89bcf658e8e8d836f5578e6f7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/aa2b2013a8d380e3980a29a79cc0fbcfb02fb920", - "reference": "aa2b2013a8d380e3980a29a79cc0fbcfb02fb920", + "url": "https://api.github.com/repos/symfony/mime/zipball/d7d899822da1fa89bcf658e8e8d836f5578e6f7a", + "reference": "d7d899822da1fa89bcf658e8e8d836f5578e6f7a", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0" + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.15" }, "conflict": { "symfony/mailer": "<4.4" @@ -8349,11 +8294,6 @@ "symfony/dependency-injection": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Mime\\": "" @@ -8376,14 +8316,14 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "A library to manipulate MIME messages", + "description": "Allows manipulating MIME messages", "homepage": "https://symfony.com", "keywords": [ "mime", "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/5.0" + "source": "https://github.com/symfony/mime/tree/v5.1.11" }, "funding": [ { @@ -8399,31 +8339,28 @@ "type": "tidelift" } ], - "time": "2020-07-23T10:04:24+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "9f39c468be4b6dae1bad2422f98bab65734055e2" + "reference": "c67e38bab7b561a65e34162a48ae587750f7ae0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9f39c468be4b6dae1bad2422f98bab65734055e2", - "reference": "9f39c468be4b6dae1bad2422f98bab65734055e2", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c67e38bab7b561a65e34162a48ae587750f7ae0e", + "reference": "c67e38bab7b561a65e34162a48ae587750f7ae0e", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.15" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" @@ -8446,7 +8383,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony OptionsResolver Component", + "description": "Provides an improved replacement for the array_replace PHP function", "homepage": "https://symfony.com", "keywords": [ "config", @@ -8454,7 +8391,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/5.0" + "source": "https://github.com/symfony/options-resolver/tree/v5.1.11" }, "funding": [ { @@ -8470,7 +8407,7 @@ "type": "tidelift" } ], - "time": "2020-07-12T12:51:51+00:00" + "time": "2021-01-27T12:50:07+00:00" }, { "name": "symfony/polyfill-intl-grapheme", @@ -9213,27 +9150,23 @@ }, { "name": "symfony/process", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "f1052340d8832a5ee55f4160e651a88219a1499e" + "reference": "d279ae7f2d6e0e4e45f66de7d76006246ae00e4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/f1052340d8832a5ee55f4160e651a88219a1499e", - "reference": "f1052340d8832a5ee55f4160e651a88219a1499e", + "url": "https://api.github.com/repos/symfony/process/zipball/d279ae7f2d6e0e4e45f66de7d76006246ae00e4d", + "reference": "d279ae7f2d6e0e4e45f66de7d76006246ae00e4d", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" @@ -9256,10 +9189,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Process Component", + "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/5.0" + "source": "https://github.com/symfony/process/tree/v5.1.11" }, "funding": [ { @@ -9275,25 +9208,26 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:36:09+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/property-access", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "fdc47c3780ebb29077c3421c6253ccc91040c24a" + "reference": "d99f6d52333d0798a3b5bb3a81bae789e96bae93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/fdc47c3780ebb29077c3421c6253ccc91040c24a", - "reference": "fdc47c3780ebb29077c3421c6253ccc91040c24a", + "url": "https://api.github.com/repos/symfony/property-access/zipball/d99f6d52333d0798a3b5bb3a81bae789e96bae93", + "reference": "d99f6d52333d0798a3b5bb3a81bae789e96bae93", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/inflector": "^4.4|^5.0" + "symfony/polyfill-php80": "^1.15", + "symfony/property-info": "^5.1.1" }, "require-dev": { "symfony/cache": "^4.4|^5.0" @@ -9302,11 +9236,6 @@ "psr/cache-implementation": "To cache access methods." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" @@ -9329,7 +9258,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony PropertyAccess Component", + "description": "Provides functions to read and write from/to an object or array using a simple string notation", "homepage": "https://symfony.com", "keywords": [ "access", @@ -9343,7 +9272,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v5.0.11" + "source": "https://github.com/symfony/property-access/tree/v5.1.11" }, "funding": [ { @@ -9359,33 +9288,34 @@ "type": "tidelift" } ], - "time": "2020-06-18T18:18:56+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/property-info", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "ab2210c90e8038ffaad09fe10cf635ad31bebb62" + "reference": "d4981d21891987fce806fc94e41312fe9c131747" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/ab2210c90e8038ffaad09fe10cf635ad31bebb62", - "reference": "ab2210c90e8038ffaad09fe10cf635ad31bebb62", + "url": "https://api.github.com/repos/symfony/property-info/zipball/d4981d21891987fce806fc94e41312fe9c131747", + "reference": "d4981d21891987fce806fc94e41312fe9c131747", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/inflector": "^4.4|^5.0" + "symfony/polyfill-php80": "^1.15", + "symfony/string": "^5.1" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<0.3.0", + "phpdocumentor/type-resolver": "<1.4.0", "symfony/dependency-injection": "<4.4" }, "require-dev": { - "doctrine/annotations": "~1.7", + "doctrine/annotations": "^1.10.4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/cache": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -9398,11 +9328,6 @@ "symfony/serializer": "To use Serializer metadata" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\PropertyInfo\\": "" @@ -9425,7 +9350,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Property Info Component", + "description": "Extracts information about PHP class' properties using metadata of popular sources", "homepage": "https://symfony.com", "keywords": [ "doctrine", @@ -9436,7 +9361,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/5.0" + "source": "https://github.com/symfony/property-info/tree/v5.1.11" }, "funding": [ { @@ -9452,24 +9377,26 @@ "type": "tidelift" } ], - "time": "2020-06-18T21:17:00+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/routing", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "1369ee6823074c406815b65a40d47fd5ee48e517" + "reference": "e7f71f5da6af8b238f2257670fd6aa4ae6263826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/1369ee6823074c406815b65a40d47fd5ee48e517", - "reference": "1369ee6823074c406815b65a40d47fd5ee48e517", + "url": "https://api.github.com/repos/symfony/routing/zipball/e7f71f5da6af8b238f2257670fd6aa4ae6263826", + "reference": "e7f71f5da6af8b238f2257670fd6aa4ae6263826", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.15" }, "conflict": { "symfony/config": "<5.0", @@ -9477,7 +9404,7 @@ "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "~1.2", + "doctrine/annotations": "^1.10.4", "psr/log": "~1.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -9493,11 +9420,6 @@ "symfony/yaml": "For using the YAML loader" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" @@ -9520,7 +9442,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Routing Component", + "description": "Maps an HTTP request to a set of configuration variables", "homepage": "https://symfony.com", "keywords": [ "router", @@ -9529,7 +9451,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.0.11" + "source": "https://github.com/symfony/routing/tree/v5.1.11" }, "funding": [ { @@ -9545,32 +9467,35 @@ "type": "tidelift" } ], - "time": "2020-06-18T18:18:56+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "8e8b20291be3b4f9aed4da706450dc355ee036ac" + "reference": "911f6b515d515c12a4aea749b6ac688050b6a85c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/8e8b20291be3b4f9aed4da706450dc355ee036ac", - "reference": "8e8b20291be3b4f9aed4da706450dc355ee036ac", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/911f6b515d515c12a4aea749b6ac688050b6a85c", + "reference": "911f6b515d515c12a4aea749b6ac688050b6a85c", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dependency-injection": "^5.1", + "symfony/deprecation-contracts": "^2.1", + "symfony/event-dispatcher": "^5.1", "symfony/http-kernel": "^5.0", - "symfony/security-core": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.15", + "symfony/security-core": "^5.1", "symfony/security-csrf": "^4.4|^5.0", - "symfony/security-guard": "^4.4|^5.0", - "symfony/security-http": "^4.4.5|^5.0.5" + "symfony/security-guard": "^5.1", + "symfony/security-http": "^5.1,>=5.1.2" }, "conflict": { "symfony/browser-kit": "<4.4", @@ -9596,14 +9521,9 @@ "symfony/twig-bundle": "^4.4|^5.0", "symfony/validator": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0", - "twig/twig": "^2.10|^3.0" + "twig/twig": "^2.13|^3.0.4" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" @@ -9626,10 +9546,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony SecurityBundle", + "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/5.0" + "source": "https://github.com/symfony/security-bundle/tree/v5.1.11" }, "funding": [ { @@ -9645,25 +9565,27 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:36:09+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/security-core", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "4e4c76fcb091e35aca0601fc337f0c2cf76885ab" + "reference": "33a6d376ef0502f18bc498a076590372685f6e89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/4e4c76fcb091e35aca0601fc337f0c2cf76885ab", - "reference": "4e4c76fcb091e35aca0601fc337f0c2cf76885ab", + "url": "https://api.github.com/repos/symfony/security-core/zipball/33a6d376ef0502f18bc498a076590372685f6e89", + "reference": "33a6d376ef0502f18bc498a076590372685f6e89", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^1.1|^2", + "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { @@ -9678,6 +9600,7 @@ "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" }, "suggest": { @@ -9689,11 +9612,6 @@ "symfony/validator": "For using the user password constraint" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\Core\\": "" @@ -9719,7 +9637,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.0.11" + "source": "https://github.com/symfony/security-core/tree/v5.1.11" }, "funding": [ { @@ -9735,20 +9653,20 @@ "type": "tidelift" } ], - "time": "2020-06-25T09:01:55+00:00" + "time": "2021-01-27T12:50:07+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "155a413dc29400e74d2c06f5581da795200386c1" + "reference": "e22ef49d5d3773014942f3dfe301b168a4a833dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/155a413dc29400e74d2c06f5581da795200386c1", - "reference": "155a413dc29400e74d2c06f5581da795200386c1", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e22ef49d5d3773014942f3dfe301b168a4a833dc", + "reference": "e22ef49d5d3773014942f3dfe301b168a4a833dc", "shasum": "" }, "require": { @@ -9765,11 +9683,6 @@ "symfony/http-foundation": "For using the class SessionTokenStorage." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\Csrf\\": "" @@ -9795,7 +9708,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v5.0.9" + "source": "https://github.com/symfony/security-csrf/tree/v5.1.11" }, "funding": [ { @@ -9811,24 +9724,25 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/security-guard", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", - "reference": "4d920d91fa44be8ebfe1a101dadde48181d8a4fb" + "reference": "23e2b838d255f2695a143cf4ad138c58c4dc2918" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/4d920d91fa44be8ebfe1a101dadde48181d8a4fb", - "reference": "4d920d91fa44be8ebfe1a101dadde48181d8a4fb", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/23e2b838d255f2695a143cf4ad138c58c4dc2918", + "reference": "23e2b838d255f2695a143cf4ad138c58c4dc2918", "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" }, @@ -9836,11 +9750,6 @@ "psr/log": "~1.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\Guard\\": "" @@ -9866,7 +9775,7 @@ "description": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-guard/tree/v5.0.9" + "source": "https://github.com/symfony/security-guard/tree/v5.1.11" }, "funding": [ { @@ -9882,30 +9791,33 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/security-http", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "e18913e3663dde1d4712c921211d12185c323c6e" + "reference": "c3a869cc01640d14ebbbfd03046f494103ffb2fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/e18913e3663dde1d4712c921211d12185c323c6e", - "reference": "e18913e3663dde1d4712c921211d12185c323c6e", + "url": "https://api.github.com/repos/symfony/security-http/zipball/c3a869cc01640d14ebbbfd03046f494103ffb2fa", + "reference": "c3a869cc01640d14ebbbfd03046f494103ffb2fa", "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/polyfill-php80": "^1.15", "symfony/property-access": "^4.4|^5.0", - "symfony/security-core": "^4.4.8|^5.0.8" + "symfony/security-core": "^5.1" }, "conflict": { + "symfony/event-dispatcher": "<4.3", "symfony/security-csrf": "<4.4" }, "require-dev": { @@ -9918,11 +9830,6 @@ "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\Http\\": "" @@ -9948,7 +9855,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.0.10" + "source": "https://github.com/symfony/security-http/tree/v5.1.11" }, "funding": [ { @@ -9964,44 +9871,46 @@ "type": "tidelift" } ], - "time": "2020-05-28T12:17:48+00:00" + "time": "2021-01-27T11:17:55+00:00" }, { "name": "symfony/serializer", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "825b66f545da95e9bb1626d5655be6693376d52a" + "reference": "76404a1e1a4eaefe94ce12740af1884149d47d96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/825b66f545da95e9bb1626d5655be6693376d52a", - "reference": "825b66f545da95e9bb1626d5655be6693376d52a", + "url": "https://api.github.com/repos/symfony/serializer/zipball/76404a1e1a4eaefe94ce12740af1884149d47d96", + "reference": "76404a1e1a4eaefe94ce12740af1884149d47d96", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.15" }, "conflict": { - "phpdocumentor/type-resolver": "<0.2.1", + "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/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "~1.0", + "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0", - "phpdocumentor/reflection-docblock": "^3.2|^4.0", + "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/error-handler": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^4.4|^5.0", + "symfony/property-access": "^4.4.9|^5.0.9", "symfony/property-info": "^4.4|^5.0", "symfony/validator": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0" @@ -10017,11 +9926,6 @@ "symfony/yaml": "For using the default YAML mapping loader." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Serializer\\": "" @@ -10044,10 +9948,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Serializer Component", + "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/5.0" + "source": "https://github.com/symfony/serializer/tree/v5.1.11" }, "funding": [ { @@ -10063,7 +9967,7 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:36:09+00:00" + "time": "2021-01-27T11:17:55+00:00" }, { "name": "symfony/service-contracts", @@ -10150,16 +10054,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "fbc3084469450c6f6616f5436a00e180ea9ff118" + "reference": "40e7945f2d0f72427eb71b54c26d93d08ef88793" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fbc3084469450c6f6616f5436a00e180ea9ff118", - "reference": "fbc3084469450c6f6616f5436a00e180ea9ff118", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/40e7945f2d0f72427eb71b54c26d93d08ef88793", + "reference": "40e7945f2d0f72427eb71b54c26d93d08ef88793", "shasum": "" }, "require": { @@ -10167,11 +10071,6 @@ "symfony/service-contracts": "^1.0|^2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" @@ -10194,10 +10093,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Stopwatch Component", + "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/5.0" + "source": "https://github.com/symfony/stopwatch/tree/v5.1.11" }, "funding": [ { @@ -10213,35 +10112,37 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/string", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "d9090857c51a0ded54a54a9ed1121af24f0322f4" + "reference": "83bbb92d34881744b8021452a76532b28283dbfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/d9090857c51a0ded54a54a9ed1121af24f0322f4", - "reference": "d9090857c51a0ded54a54a9ed1121af24f0322f4", + "url": "https://api.github.com/repos/symfony/string/zipball/83bbb92d34881744b8021452a76532b28283dbfb", + "reference": "83bbb92d34881744b8021452a76532b28283dbfb", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^1.1|^2" + "symfony/polyfill-php80": "~1.15" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } + "require-dev": { + "symfony/error-handler": "^4.4|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.4|^5.0" }, + "type": "library", "autoload": { "files": [ "Resources/functions.php" @@ -10267,7 +10168,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony String component", + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", "keywords": [ "grapheme", @@ -10278,7 +10179,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/5.0" + "source": "https://github.com/symfony/string/tree/v5.1.11" }, "funding": [ { @@ -10294,25 +10195,26 @@ "type": "tidelift" } ], - "time": "2020-07-08T08:26:26+00:00" + "time": "2021-01-25T14:41:58+00:00" }, { "name": "symfony/translation", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "762090e92d8df2b91cace8930ce0329674600225" + "reference": "b16d3e4b2d3f78fb2444aa8d19019f033e55ec56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/762090e92d8df2b91cace8930ce0329674600225", - "reference": "762090e92d8df2b91cace8930ce0329674600225", + "url": "https://api.github.com/repos/symfony/translation/zipball/b16d3e4b2d3f78fb2444aa8d19019f033e55ec56", + "reference": "b16d3e4b2d3f78fb2444aa8d19019f033e55ec56", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", "symfony/translation-contracts": "^2" }, "conflict": { @@ -10342,11 +10244,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" @@ -10369,10 +10266,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Translation Component", + "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/5.0" + "source": "https://github.com/symfony/translation/tree/v5.1.11" }, "funding": [ { @@ -10388,7 +10285,7 @@ "type": "tidelift" } ], - "time": "2020-06-30T17:40:59+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/translation-contracts", @@ -10470,26 +10367,27 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "293e5f04eee4da963686beab20960b45e4db68ad" + "reference": "4421afc6e1a0ef5e7cd9b32359617b98069d1666" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/293e5f04eee4da963686beab20960b45e4db68ad", - "reference": "293e5f04eee4da963686beab20960b45e4db68ad", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/4421afc6e1a0ef5e7cd9b32359617b98069d1666", + "reference": "4421afc6e1a0ef5e7cd9b32359617b98069d1666", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15", "symfony/translation-contracts": "^1.1|^2", - "twig/twig": "^2.10|^3.0" + "twig/twig": "^2.13|^3.0.4" }, "conflict": { "symfony/console": "<4.4", - "symfony/form": "<5.0", + "symfony/form": "<5.1", "symfony/http-foundation": "<4.4", "symfony/http-kernel": "<4.4", "symfony/translation": "<5.0", @@ -10502,7 +10400,7 @@ "symfony/dependency-injection": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", - "symfony/form": "^5.0", + "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", @@ -10538,11 +10436,6 @@ "symfony/yaml": "For using the YamlExtension" }, "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bridge\\Twig\\": "" @@ -10565,10 +10458,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Twig Bridge", + "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/5.0" + "source": "https://github.com/symfony/twig-bridge/tree/v5.1.11" }, "funding": [ { @@ -10584,20 +10477,20 @@ "type": "tidelift" } ], - "time": "2020-06-30T17:59:45+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "348863cd784b10ea7e1485dc3003c738c6cdf547" + "reference": "88e5d5232f11f6db6610d5f4c2380f26e02ce92e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/348863cd784b10ea7e1485dc3003c738c6cdf547", - "reference": "348863cd784b10ea7e1485dc3003c738c6cdf547", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/88e5d5232f11f6db6610d5f4c2380f26e02ce92e", + "reference": "88e5d5232f11f6db6610d5f4c2380f26e02ce92e", "shasum": "" }, "require": { @@ -10607,7 +10500,7 @@ "symfony/http-kernel": "^5.0", "symfony/polyfill-ctype": "~1.8", "symfony/twig-bridge": "^5.0", - "twig/twig": "^2.10|^3.0" + "twig/twig": "^2.13|^3.0.4" }, "conflict": { "symfony/dependency-injection": "<4.4", @@ -10615,7 +10508,7 @@ "symfony/translation": "<5.0" }, "require-dev": { - "doctrine/annotations": "~1.7", + "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0", "symfony/asset": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -10630,11 +10523,6 @@ "symfony/yaml": "^4.4|^5.0" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" @@ -10657,10 +10545,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony TwigBundle", + "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.0.9" + "source": "https://github.com/symfony/twig-bundle/tree/v5.1.11" }, "funding": [ { @@ -10676,45 +10564,48 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/validator", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "9084a603e998e7abb010c44f8e3a2046b61fa9f6" + "reference": "c651438e159bdcbe8354320ab627d33fa7e288ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/9084a603e998e7abb010c44f8e3a2046b61fa9f6", - "reference": "9084a603e998e7abb010c44f8e3a2046b61fa9f6", + "url": "https://api.github.com/repos/symfony/validator/zipball/c651438e159bdcbe8354320ab627d33fa7e288ff", + "reference": "c651438e159bdcbe8354320ab627d33fa7e288ff", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", "symfony/translation-contracts": "^1.1|^2" }, "conflict": { "doctrine/lexer": "<1.0.2", "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/translation": "<4.4", "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "~1.7", + "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0", "egulias/email-validator": "^2.1.10", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", + "symfony/expression-language": "^5.1", "symfony/http-client": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", @@ -10731,7 +10622,7 @@ "egulias/email-validator": "Strict (RFC compliant) email validation", "psr/cache-implementation": "For using the mapping cache.", "symfony/config": "", - "symfony/expression-language": "For using the Expression validator", + "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints", "symfony/http-foundation": "", "symfony/intl": "", "symfony/property-access": "For accessing properties within comparison constraints", @@ -10740,11 +10631,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Validator\\": "" @@ -10767,10 +10653,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Validator Component", + "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/5.0" + "source": "https://github.com/symfony/validator/tree/v5.1.11" }, "funding": [ { @@ -10786,20 +10672,20 @@ "type": "tidelift" } ], - "time": "2020-06-30T17:40:59+00:00" + "time": "2021-01-27T12:50:07+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "36d19dbb4b377273dddb820adcdf0cc9dcf57731" + "reference": "cee600a1248b423330375c869812bdd61a085cd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/36d19dbb4b377273dddb820adcdf0cc9dcf57731", - "reference": "36d19dbb4b377273dddb820adcdf0cc9dcf57731", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cee600a1248b423330375c869812bdd61a085cd0", + "reference": "cee600a1248b423330375c869812bdd61a085cd0", "shasum": "" }, "require": { @@ -10815,7 +10701,7 @@ "ext-iconv": "*", "symfony/console": "^4.4|^5.0", "symfony/process": "^4.4|^5.0", - "twig/twig": "^2.4|^3.0" + "twig/twig": "^2.13|^3.0.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", @@ -10826,11 +10712,6 @@ "Resources/bin/var-dump-server" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "files": [ "Resources/functions/dump.php" @@ -10856,14 +10737,14 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony mechanism for exploring and dumping PHP variables", + "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/5.0" + "source": "https://github.com/symfony/var-dumper/tree/v5.1.11" }, "funding": [ { @@ -10879,34 +10760,30 @@ "type": "tidelift" } ], - "time": "2020-06-24T13:36:01+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "b87e3aeedb74ee2694932d04153df9d804954cc3" + "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b87e3aeedb74ee2694932d04153df9d804954cc3", - "reference": "b87e3aeedb74ee2694932d04153df9d804954cc3", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5aed4875ab514c8cb9b6ff4772baa25fa4c10307", + "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15" }, "require-dev": { "symfony/var-dumper": "^4.4.9|^5.0.9" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" @@ -10929,7 +10806,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", + "description": "Allows exporting any serializable PHP data structure to plain PHP code", "homepage": "https://symfony.com", "keywords": [ "clone", @@ -10940,7 +10817,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/5.0" + "source": "https://github.com/symfony/var-exporter/tree/v5.1.11" }, "funding": [ { @@ -10956,7 +10833,7 @@ "type": "tidelift" } ], - "time": "2020-06-07T15:38:39+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/webpack-encore-bundle", @@ -11033,20 +10910,21 @@ }, { "name": "symfony/yaml", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "29b60e88ff11a45b708115004fdeacab1ee3dd5d" + "reference": "6bb8b36c6dea8100268512bf46e858c8eb5c545e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/29b60e88ff11a45b708115004fdeacab1ee3dd5d", - "reference": "29b60e88ff11a45b708115004fdeacab1ee3dd5d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/6bb8b36c6dea8100268512bf46e858c8eb5c545e", + "reference": "6bb8b36c6dea8100268512bf46e858c8eb5c545e", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8" }, "conflict": { @@ -11058,12 +10936,10 @@ "suggest": { "symfony/console": "For validating YAML files using the lint command" }, + "bin": [ + "Resources/bin/yaml-lint" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" @@ -11086,10 +10962,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Yaml Component", + "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/5.0" + "source": "https://github.com/symfony/yaml/tree/v5.1.11" }, "funding": [ { @@ -11105,7 +10981,7 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "theseer/tokenizer", @@ -11859,16 +11735,16 @@ }, { "name": "symfony/debug-bundle", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "4bae28a913fa32ec123a37b3178b7b7d3a4ac323" + "reference": "cc01b42c54ca5a3eed3e48f0c2327e1b3d46c16b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/4bae28a913fa32ec123a37b3178b7b7d3a4ac323", - "reference": "4bae28a913fa32ec123a37b3178b7b7d3a4ac323", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/cc01b42c54ca5a3eed3e48f0c2327e1b3d46c16b", + "reference": "cc01b42c54ca5a3eed3e48f0c2327e1b3d46c16b", "shasum": "" }, "require": { @@ -11892,11 +11768,6 @@ "symfony/dependency-injection": "For using as a service from the container" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" @@ -11919,10 +11790,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony DebugBundle", + "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/5.0" + "source": "https://github.com/symfony/debug-bundle/tree/v5.1.11" }, "funding": [ { @@ -11938,27 +11809,28 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:38:26+00:00" + "time": "2021-01-10T16:29:19+00:00" }, { "name": "symfony/http-client", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "9eec6ed50ea38f562ce0a1fc8a7d96a010d58509" + "reference": "82f87fa4b738977937803ab8d52948d490047564" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/9eec6ed50ea38f562ce0a1fc8a7d96a010d58509", - "reference": "9eec6ed50ea38f562ce0a1fc8a7d96a010d58509", + "url": "https://api.github.com/repos/symfony/http-client/zipball/82f87fa4b738977937803ab8d52948d490047564", + "reference": "82f87fa4b738977937803ab8d52948d490047564", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/log": "^1.0", - "symfony/http-client-contracts": "^1.1.8|^2", + "symfony/http-client-contracts": "^2.2", "symfony/polyfill-php73": "^1.11", + "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.0|^2" }, "provide": { @@ -11968,20 +11840,18 @@ "symfony/http-client-implementation": "1.1" }, "require-dev": { - "guzzlehttp/promises": "^1.3.1", + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.4", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", "psr/http-client": "^1.0", "symfony/dependency-injection": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", + "symfony/http-kernel": "^4.4.13|^5.1.5", "symfony/process": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\HttpClient\\": "" @@ -12004,88 +11874,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony HttpClient component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/http-client/tree/v5.0.11" - }, - "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": "2020-07-05T09:43:09+00:00" - }, - { - "name": "symfony/http-client-contracts", - "version": "v2.5.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", - "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", - "shasum": "" - }, - "require": { - "php": ">=7.2.5" - }, - "suggest": { - "symfony/http-client-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\HttpClient\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to HTTP clients", + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/http-client/tree/v5.1.11" }, "funding": [ { @@ -12101,7 +11893,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T15:48:08+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/maker-bundle", @@ -12193,16 +11985,16 @@ }, { "name": "symfony/monolog-bridge", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "d48bf711b47c6fa9a0df747a73ad4d45d8fc5409" + "reference": "ce37f72dd09e38d65dd6d57a0c17e874c4c689a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/d48bf711b47c6fa9a0df747a73ad4d45d8fc5409", - "reference": "d48bf711b47c6fa9a0df747a73ad4d45d8fc5409", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ce37f72dd09e38d65dd6d57a0c17e874c4c689a5", + "reference": "ce37f72dd09e38d65dd6d57a0c17e874c4c689a5", "shasum": "" }, "require": { @@ -12218,6 +12010,8 @@ "require-dev": { "symfony/console": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", "symfony/security-core": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" }, @@ -12227,11 +12021,6 @@ "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." }, "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bridge\\Monolog\\": "" @@ -12254,10 +12043,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Monolog Bridge", + "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.0.11" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.1.11" }, "funding": [ { @@ -12273,7 +12062,7 @@ "type": "tidelift" } ], - "time": "2020-06-18T18:18:56+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/monolog-bundle", @@ -12441,26 +12230,26 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v5.0.11", + "version": "v5.1.11", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "3b6dbd2cc76275e117d5c55923c7f511ead22bae" + "reference": "9a906203efff7df59d1e0185f7aa05e631eb4ef7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/3b6dbd2cc76275e117d5c55923c7f511ead22bae", - "reference": "3b6dbd2cc76275e117d5c55923c7f511ead22bae", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/9a906203efff7df59d1e0185f7aa05e631eb4ef7", + "reference": "9a906203efff7df59d1e0185f7aa05e631eb4ef7", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", - "symfony/framework-bundle": "^4.4|^5.0", + "symfony/framework-bundle": "^5.1", "symfony/http-kernel": "^4.4|^5.0", "symfony/routing": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0", - "twig/twig": "^2.10|^3.0" + "twig/twig": "^2.13|^3.0.4" }, "conflict": { "symfony/form": "<4.4", @@ -12470,15 +12259,9 @@ "symfony/browser-kit": "^4.4|^5.0", "symfony/console": "^4.4|^5.0", "symfony/css-selector": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", "symfony/stopwatch": "^4.4|^5.0" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" @@ -12501,10 +12284,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony WebProfilerBundle", + "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.0.11" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.1.11" }, "funding": [ { @@ -12520,7 +12303,7 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:36:09+00:00" + "time": "2021-01-27T10:01:46+00:00" } ], "aliases": [], diff --git a/symfony.lock b/symfony.lock index 44f304c..bf8a437 100755 --- a/symfony.lock +++ b/symfony.lock @@ -522,9 +522,6 @@ "symfony/http-kernel": { "version": "v4.4.10" }, - "symfony/inflector": { - "version": "v4.4.10" - }, "symfony/intl": { "version": "v4.4.10" },