From f20f1ffa138ae60efb44c61268aa435609a8208e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 3 Jan 2021 20:47:51 +0100 Subject: [PATCH] Updated symfony to 5.2 --- composer.json | 40 ++--- composer.lock | 467 ++++++++++++++++++++++++-------------------------- symfony.lock | 3 - 3 files changed, 242 insertions(+), 268 deletions(-) diff --git a/composer.json b/composer.json index db199ab7..9109bd44 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "brick/math": "^0.9.0", "doctrine/annotations": "^1.6", "doctrine/doctrine-bundle": "^2.0", - "dompdf/dompdf": "^0.8.5", + "dompdf/dompdf": "^1.0.1", "erusev/parsedown": "^1.7", "florianv/swap": "^4.0", "florianv/swap-bundle": "dev-master", @@ -32,27 +32,27 @@ "sensio/framework-extra-bundle": "^5.1", "shivas/versioning-bundle": "^3.1", "symfony/apache-pack": "^1.0", - "symfony/asset": "5.1.*", - "symfony/console": "5.1.*", - "symfony/dotenv": "5.1.*", - "symfony/expression-language": "5.1.*", + "symfony/asset": "5.2.*", + "symfony/console": "5.2.*", + "symfony/dotenv": "5.2.*", + "symfony/expression-language": "5.2.*", "symfony/flex": "^1.1", - "symfony/form": "5.1.*", - "symfony/framework-bundle": "5.1.*", - "symfony/http-client": "5.1.*", - "symfony/http-kernel": "5.1.*", - "symfony/mailer": "5.1.*", + "symfony/form": "5.2.*", + "symfony/framework-bundle": "5.2.*", + "symfony/http-client": "5.2.*", + "symfony/http-kernel": "5.2.*", + "symfony/mailer": "5.2.*", "symfony/monolog-bundle": "^3.1", "symfony/orm-pack": "*", - "symfony/process": "5.1.*", - "symfony/security-bundle": "5.1.*", + "symfony/process": "5.2.*", + "symfony/security-bundle": "5.2.*", "symfony/serializer-pack": "*", - "symfony/translation": "5.1.*", - "symfony/twig-bundle": "5.1.*", - "symfony/validator": "5.1.*", - "symfony/web-link": "5.1.*", + "symfony/translation": "5.2.*", + "symfony/twig-bundle": "5.2.*", + "symfony/validator": "5.2.*", + "symfony/web-link": "5.2.*", "symfony/webpack-encore-bundle": "^1.1", - "symfony/yaml": "5.1.*", + "symfony/yaml": "5.2.*", "tecnickcom/tc-lib-barcode": "^1.15", "twig/cssinliner-extra": "^3.0", "twig/extra-bundle": "^3.0", @@ -70,14 +70,14 @@ "phpstan/phpstan": "^0.12.8", "phpstan/phpstan-doctrine": "^0.12.9", "phpstan/phpstan-symfony": "^0.12.4", - "psalm/plugin-symfony": "^1.1", + "psalm/plugin-symfony": "^2.1.1", "roave/security-advisories": "dev-master", "symfony/debug-pack": "*", "symfony/maker-bundle": "^1.13", "symfony/profiler-pack": "*", "symfony/test-pack": "^1.0", "symplify/easy-coding-standard": "^8.2.9", - "vimeo/psalm": "^3.5" + "vimeo/psalm": "^4.3.2" }, "suggest": { "ext-bcmath": "Used to improve price calculation performance", @@ -122,7 +122,7 @@ "extra": { "symfony": { "allow-contrib": false, - "require": "5.1.*" + "require": "5.2.*" } } } diff --git a/composer.lock b/composer.lock index c3e8fe10..38393360 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": "19917d7ff29f5a1140d8d9d578661809", + "content-hash": "efa5a0080df6b63a1e06b3035de2ddf0", "packages": [ { "name": "beberlei/assert", @@ -1652,16 +1652,16 @@ }, { "name": "dompdf/dompdf", - "version": "v0.8.6", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5" + "reference": "45d260f2f6c6a542e0db3459470374c986a46d93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5", - "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/45d260f2f6c6a542e0db3459470374c986a46d93", + "reference": "45d260f2f6c6a542e0db3459470374c986a46d93", "shasum": "" }, "require": { @@ -1669,11 +1669,11 @@ "ext-mbstring": "*", "phenx/php-font-lib": "^0.5.2", "phenx/php-svg-lib": "^0.3.3", - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "mockery/mockery": "^1.3", - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^7.5 || ^8 || ^9", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { @@ -1718,9 +1718,9 @@ "homepage": "https://github.com/dompdf/dompdf", "support": { "issues": "https://github.com/dompdf/dompdf/issues", - "source": "https://github.com/dompdf/dompdf/tree/master" + "source": "https://github.com/dompdf/dompdf/tree/v1.0.1" }, - "time": "2020-08-30T22:54:22+00:00" + "time": "2020-12-31T13:25:19+00:00" }, { "name": "egulias/email-validator", @@ -5102,7 +5102,7 @@ }, { "name": "symfony/asset", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", @@ -5151,7 +5151,7 @@ "description": "Symfony Asset Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.1.10" + "source": "https://github.com/symfony/asset/tree/v5.2.1" }, "funding": [ { @@ -5423,16 +5423,16 @@ }, { "name": "symfony/console", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "60aeac975b988cdc7b5e3ed0903aa4dfe9f9efd4" + "reference": "47c02526c532fb381374dab26df05e7313978976" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/60aeac975b988cdc7b5e3ed0903aa4dfe9f9efd4", - "reference": "60aeac975b988cdc7b5e3ed0903aa4dfe9f9efd4", + "url": "https://api.github.com/repos/symfony/console/zipball/47c02526c532fb381374dab26df05e7313978976", + "reference": "47c02526c532fb381374dab26df05e7313978976", "shasum": "" }, "require": { @@ -5493,8 +5493,14 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command line", + "console", + "terminal" + ], "support": { - "source": "https://github.com/symfony/console/tree/v5.1.10" + "source": "https://github.com/symfony/console/tree/v5.2.1" }, "funding": [ { @@ -5510,7 +5516,7 @@ "type": "tidelift" } ], - "time": "2020-12-18T08:02:46+00:00" + "time": "2020-12-18T08:03:05+00:00" }, { "name": "symfony/css-selector", @@ -5733,21 +5739,21 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "7c9886668f6a74611649cd037b07b996a0c58ad8" + "reference": "11c8761e32a94100d67e32500599c5f83ddcaeae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/7c9886668f6a74611649cd037b07b996a0c58ad8", - "reference": "7c9886668f6a74611649cd037b07b996a0c58ad8", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/11c8761e32a94100d67e32500599c5f83ddcaeae", + "reference": "11c8761e32a94100d67e32500599c5f83ddcaeae", "shasum": "" }, "require": { "doctrine/event-manager": "~1.0", - "doctrine/persistence": "^1.3|^2", + "doctrine/persistence": "^2", "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8", @@ -5756,6 +5762,7 @@ "symfony/service-contracts": "^1.1|^2" }, "conflict": { + "doctrine/dbal": "<2.10", "phpunit/phpunit": "<5.4.3", "symfony/dependency-injection": "<4.4", "symfony/form": "<5.1", @@ -5764,7 +5771,7 @@ "symfony/property-info": "<5", "symfony/security-bundle": "<5", "symfony/security-core": "<5", - "symfony/validator": "<5.0.2" + "symfony/validator": "<5.2" }, "require-dev": { "composer/package-versions-deprecated": "^1.8", @@ -5772,8 +5779,8 @@ "doctrine/cache": "~1.6", "doctrine/collections": "~1.0", "doctrine/data-fixtures": "^1.1", - "doctrine/dbal": "~2.4|^3.0", - "doctrine/orm": "^2.6.3", + "doctrine/dbal": "^2.10|^3.0", + "doctrine/orm": "^2.7.3", "symfony/cache": "^5.1", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -5788,7 +5795,8 @@ "symfony/security-core": "^5.0", "symfony/stopwatch": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", - "symfony/validator": "^5.0.2", + "symfony/uid": "^5.1", + "symfony/validator": "^5.2", "symfony/var-dumper": "^4.4|^5.0" }, "suggest": { @@ -5825,7 +5833,7 @@ "description": "Symfony Doctrine Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.1.10" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.1" }, "funding": [ { @@ -5841,11 +5849,11 @@ "type": "tidelift" } ], - "time": "2020-12-14T14:33:09+00:00" + "time": "2020-12-16T07:43:23+00:00" }, { "name": "symfony/dotenv", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", @@ -5895,7 +5903,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v5.1.10" + "source": "https://github.com/symfony/dotenv/tree/v5.2.1" }, "funding": [ { @@ -6148,16 +6156,16 @@ }, { "name": "symfony/expression-language", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "70ced958a50abbfb9e6a260fb2c60c8163021665" + "reference": "f9a7c7eb461df6d5d99738346039de71685de6af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/70ced958a50abbfb9e6a260fb2c60c8163021665", - "reference": "70ced958a50abbfb9e6a260fb2c60c8163021665", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/f9a7c7eb461df6d5d99738346039de71685de6af", + "reference": "f9a7c7eb461df6d5d99738346039de71685de6af", "shasum": "" }, "require": { @@ -6192,7 +6200,7 @@ "description": "Symfony ExpressionLanguage Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v5.1.10" + "source": "https://github.com/symfony/expression-language/tree/v5.2.1" }, "funding": [ { @@ -6208,7 +6216,7 @@ "type": "tidelift" } ], - "time": "2020-12-08T17:02:38+00:00" + "time": "2020-12-08T17:03:37+00:00" }, { "name": "symfony/filesystem", @@ -6403,16 +6411,16 @@ }, { "name": "symfony/form", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "a75921b3c47a431b97aa4b8051893491ceb0a2aa" + "reference": "27b1df421c73a2d219f9f5b203f0ec972f0b1de0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/a75921b3c47a431b97aa4b8051893491ceb0a2aa", - "reference": "a75921b3c47a431b97aa4b8051893491ceb0a2aa", + "url": "https://api.github.com/repos/symfony/form/zipball/27b1df421c73a2d219f9f5b203f0ec972f0b1de0", + "reference": "27b1df421c73a2d219f9f5b203f0ec972f0b1de0", "shasum": "" }, "require": { @@ -6484,7 +6492,7 @@ "description": "Symfony Form Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.1.10" + "source": "https://github.com/symfony/form/tree/v5.2.1" }, "funding": [ { @@ -6500,38 +6508,38 @@ "type": "tidelift" } ], - "time": "2020-12-18T08:02:46+00:00" + "time": "2020-12-18T08:03:05+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "a2d9f92436e7293f1941363312b530920d540e90" + "reference": "0663407ca5ad12e2e3fe657b32266904b3dc1e3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a2d9f92436e7293f1941363312b530920d540e90", - "reference": "a2d9f92436e7293f1941363312b530920d540e90", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0663407ca5ad12e2e3fe657b32266904b3dc1e3f", + "reference": "0663407ca5ad12e2e3fe657b32266904b3dc1e3f", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", - "symfony/cache": "^4.4|^5.0", + "symfony/cache": "^5.2", "symfony/config": "^5.0", - "symfony/dependency-injection": "^5.1", + "symfony/dependency-injection": "^5.2", "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4.1|^5.0.1", "symfony/event-dispatcher": "^5.1", "symfony/filesystem": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^5.0", + "symfony/http-foundation": "^5.2.1", + "symfony/http-kernel": "^5.2.1", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15", - "symfony/routing": "^5.1" + "symfony/routing": "^5.2" }, "conflict": { "doctrine/persistence": "<1.3", @@ -6540,42 +6548,43 @@ "phpunit/phpunit": "<5.4.3", "symfony/asset": "<5.1", "symfony/browser-kit": "<4.4", - "symfony/console": "<4.4", + "symfony/console": "<5.2", "symfony/dom-crawler": "<4.4", "symfony/dotenv": "<5.1", - "symfony/form": "<4.4", + "symfony/form": "<5.2", "symfony/http-client": "<4.4", "symfony/lock": "<4.4", - "symfony/mailer": "<4.4", + "symfony/mailer": "<5.2", "symfony/messenger": "<4.4", "symfony/mime": "<4.4", + "symfony/property-access": "<5.2", "symfony/property-info": "<4.4", - "symfony/serializer": "<4.4", + "symfony/serializer": "<5.2", "symfony/stopwatch": "<4.4", "symfony/translation": "<5.0", "symfony/twig-bridge": "<4.4", "symfony/twig-bundle": "<4.4", - "symfony/validator": "<4.4", + "symfony/validator": "<5.2", "symfony/web-profiler-bundle": "<4.4", - "symfony/workflow": "<4.4" + "symfony/workflow": "<5.2" }, "require-dev": { "doctrine/annotations": "~1.7", "doctrine/cache": "~1.0", "paragonie/sodium_compat": "^1.8", - "phpdocumentor/reflection-docblock": "^3.0|^4.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/console": "^5.2", "symfony/css-selector": "^4.4|^5.0", "symfony/dom-crawler": "^4.4|^5.0", "symfony/dotenv": "^5.1", "symfony/expression-language": "^4.4|^5.0", - "symfony/form": "^4.4|^5.0", + "symfony/form": "^5.2", "symfony/http-client": "^4.4|^5.0", "symfony/lock": "^4.4|^5.0", - "symfony/mailer": "^4.4|^5.0", - "symfony/messenger": "^4.4|^5.0", + "symfony/mailer": "^5.2", + "symfony/messenger": "^5.2", "symfony/mime": "^4.4|^5.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/process": "^4.4|^5.0", @@ -6583,14 +6592,14 @@ "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/serializer": "^5.2", "symfony/stopwatch": "^4.4|^5.0", "symfony/string": "^5.0", "symfony/translation": "^5.0", "symfony/twig-bundle": "^4.4|^5.0", - "symfony/validator": "^4.4|^5.0", + "symfony/validator": "^5.2", "symfony/web-link": "^4.4|^5.0", - "symfony/workflow": "^4.4|^5.0", + "symfony/workflow": "^5.2", "symfony/yaml": "^4.4|^5.0", "twig/twig": "^2.10|^3.0" }, @@ -6630,7 +6639,7 @@ "description": "Symfony FrameworkBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.1.10" + "source": "https://github.com/symfony/framework-bundle/tree/v5.2.1" }, "funding": [ { @@ -6646,20 +6655,20 @@ "type": "tidelift" } ], - "time": "2020-12-14T14:33:09+00:00" + "time": "2020-12-18T11:40:59+00:00" }, { "name": "symfony/http-client", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "81c60c5844e1e9e4913eb624bcd216f116d4e3e7" + "reference": "a77cbec69ea90dea509beef29b79748c0df33a83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/81c60c5844e1e9e4913eb624bcd216f116d4e3e7", - "reference": "81c60c5844e1e9e4913eb624bcd216f116d4e3e7", + "url": "https://api.github.com/repos/symfony/http-client/zipball/a77cbec69ea90dea509beef29b79748c0df33a83", + "reference": "a77cbec69ea90dea509beef29b79748c0df33a83", "shasum": "" }, "require": { @@ -6677,6 +6686,7 @@ "symfony/http-client-implementation": "1.1" }, "require-dev": { + "amphp/amp": "^2.5", "amphp/http-client": "^4.2.1", "amphp/http-tunnel": "^1.0", "amphp/socket": "^1.1", @@ -6686,7 +6696,8 @@ "psr/http-client": "^1.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/http-kernel": "^4.4.13|^5.1.5", - "symfony/process": "^4.4|^5.0" + "symfony/process": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0" }, "type": "library", "autoload": { @@ -6714,7 +6725,7 @@ "description": "Symfony HttpClient component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v5.1.10" + "source": "https://github.com/symfony/http-client/tree/v5.2.1" }, "funding": [ { @@ -6730,7 +6741,7 @@ "type": "tidelift" } ], - "time": "2020-12-14T10:10:03+00:00" + "time": "2020-12-14T10:56:50+00:00" }, { "name": "symfony/http-client-contracts", @@ -6886,16 +6897,16 @@ }, { "name": "symfony/http-kernel", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "006feae3085f3ae2ee392dd419e910fdfd20a2ea" + "reference": "1feb619286d819180f7b8bc0dc44f516d9c62647" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/006feae3085f3ae2ee392dd419e910fdfd20a2ea", - "reference": "006feae3085f3ae2ee392dd419e910fdfd20a2ea", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1feb619286d819180f7b8bc0dc44f516d9c62647", + "reference": "1feb619286d819180f7b8bc0dc44f516d9c62647", "shasum": "" }, "require": { @@ -6915,7 +6926,7 @@ "symfony/cache": "<5.0", "symfony/config": "<5.0", "symfony/console": "<4.4", - "symfony/dependency-injection": "<4.4", + "symfony/dependency-injection": "<5.1.8", "symfony/doctrine-bridge": "<5.0", "symfony/form": "<5.0", "symfony/http-client": "<5.0", @@ -6935,7 +6946,7 @@ "symfony/config": "^5.0", "symfony/console": "^4.4|^5.0", "symfony/css-selector": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dependency-injection": "^5.1.8", "symfony/dom-crawler": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", @@ -6978,7 +6989,7 @@ "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.1.10" + "source": "https://github.com/symfony/http-kernel/tree/v5.2.1" }, "funding": [ { @@ -6994,7 +7005,7 @@ "type": "tidelift" } ], - "time": "2020-12-18T13:43:29+00:00" + "time": "2020-12-18T13:49:39+00:00" }, { "name": "symfony/intl", @@ -7086,16 +7097,16 @@ }, { "name": "symfony/mailer", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "bc6c244e27dbb1d843565b9905e50f318a9e675c" + "reference": "3f34fa977efca75ad17f1416ecb4605f27dbb75e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/bc6c244e27dbb1d843565b9905e50f318a9e675c", - "reference": "bc6c244e27dbb1d843565b9905e50f318a9e675c", + "url": "https://api.github.com/repos/symfony/mailer/zipball/3f34fa977efca75ad17f1416ecb4605f27dbb75e", + "reference": "3f34fa977efca75ad17f1416ecb4605f27dbb75e", "shasum": "" }, "require": { @@ -7103,7 +7114,7 @@ "php": ">=7.2.5", "psr/log": "~1.0", "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", + "symfony/mime": "^5.2", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2" }, @@ -7116,6 +7127,7 @@ "symfony/http-client-contracts": "^1.1|^2", "symfony/mailchimp-mailer": "^4.4|^5.0", "symfony/mailgun-mailer": "^4.4|^5.0", + "symfony/mailjet-mailer": "^4.4|^5.0", "symfony/messenger": "^4.4|^5.0", "symfony/postmark-mailer": "^4.4|^5.0", "symfony/sendgrid-mailer": "^4.4|^5.0" @@ -7146,7 +7158,7 @@ "description": "Symfony Mailer Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.1.10" + "source": "https://github.com/symfony/mailer/tree/v5.2.1" }, "funding": [ { @@ -7162,7 +7174,7 @@ "type": "tidelift" } ], - "time": "2020-12-18T08:02:46+00:00" + "time": "2020-12-18T08:03:05+00:00" }, { "name": "symfony/mime", @@ -8253,16 +8265,16 @@ }, { "name": "symfony/process", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "8063b99558c9b104a1c54bfd2f0b69f43f1ed1bb" + "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/8063b99558c9b104a1c54bfd2f0b69f43f1ed1bb", - "reference": "8063b99558c9b104a1c54bfd2f0b69f43f1ed1bb", + "url": "https://api.github.com/repos/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd", + "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd", "shasum": "" }, "require": { @@ -8295,7 +8307,7 @@ "description": "Symfony Process Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.1.10" + "source": "https://github.com/symfony/process/tree/v5.2.1" }, "funding": [ { @@ -8311,7 +8323,7 @@ "type": "tidelift" } ], - "time": "2020-12-08T17:02:38+00:00" + "time": "2020-12-08T17:03:37+00:00" }, { "name": "symfony/property-access", @@ -8646,31 +8658,31 @@ }, { "name": "symfony/security-bundle", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "b280a0130b48ce1afa2bd261d1fb15ada7e538ab" + "reference": "5a4e431445432c02b88c885c778765b50d92c6d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/b280a0130b48ce1afa2bd261d1fb15ada7e538ab", - "reference": "b280a0130b48ce1afa2bd261d1fb15ada7e538ab", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/5a4e431445432c02b88c885c778765b50d92c6d5", + "reference": "5a4e431445432c02b88c885c778765b50d92c6d5", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^5.1", + "symfony/dependency-injection": "^5.2", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher": "^5.1", "symfony/http-kernel": "^5.0", "symfony/polyfill-php80": "^1.15", - "symfony/security-core": "^5.1", + "symfony/security-core": "^5.2", "symfony/security-csrf": "^4.4|^5.0", - "symfony/security-guard": "^5.1", - "symfony/security-http": "^5.1,>=5.1.2" + "symfony/security-guard": "^5.2", + "symfony/security-http": "^5.2" }, "conflict": { "symfony/browser-kit": "<4.4", @@ -8688,8 +8700,9 @@ "symfony/dom-crawler": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", - "symfony/framework-bundle": "^4.4|^5.0", + "symfony/framework-bundle": "^5.2", "symfony/process": "^4.4|^5.0", + "symfony/rate-limiter": "^5.2", "symfony/serializer": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", "symfony/twig-bridge": "^4.4|^5.0", @@ -8724,7 +8737,7 @@ "description": "Symfony SecurityBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v5.1.10" + "source": "https://github.com/symfony/security-bundle/tree/v5.2.1" }, "funding": [ { @@ -8740,20 +8753,20 @@ "type": "tidelift" } ], - "time": "2020-12-18T07:32:24+00:00" + "time": "2020-12-18T07:32:35+00:00" }, { "name": "symfony/security-core", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "fb6337d7f099cb3919c221f7ef3fd79a20d88095" + "reference": "d058598fa48e06c3f774450f08fd926b982e33eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/fb6337d7f099cb3919c221f7ef3fd79a20d88095", - "reference": "fb6337d7f099cb3919c221f7ef3fd79a20d88095", + "url": "https://api.github.com/repos/symfony/security-core/zipball/d058598fa48e06c3f774450f08fd926b982e33eb", + "reference": "d058598fa48e06c3f774450f08fd926b982e33eb", "shasum": "" }, "require": { @@ -8766,7 +8779,8 @@ "conflict": { "symfony/event-dispatcher": "<4.4", "symfony/ldap": "<4.4", - "symfony/security-guard": "<4.4" + "symfony/security-guard": "<4.4", + "symfony/validator": "<5.2" }, "require-dev": { "psr/container": "^1.0", @@ -8776,7 +8790,7 @@ "symfony/http-foundation": "^4.4|^5.0", "symfony/ldap": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", - "symfony/validator": "^4.4|^5.0" + "symfony/validator": "^5.2" }, "suggest": { "psr/container-implementation": "To instantiate the Security class", @@ -8812,7 +8826,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.1.10" + "source": "https://github.com/symfony/security-core/tree/v5.2.1" }, "funding": [ { @@ -8828,7 +8842,7 @@ "type": "tidelift" } ], - "time": "2020-12-18T07:32:24+00:00" + "time": "2020-12-18T07:32:35+00:00" }, { "name": "symfony/security-csrf", @@ -8970,26 +8984,26 @@ }, { "name": "symfony/security-http", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "399fb6a4d3408db98a3ca42da5ecf6a0a771bf89" + "reference": "40023b8e14e5928b26df6a099cec0bf0c30eb3be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/399fb6a4d3408db98a3ca42da5ecf6a0a771bf89", - "reference": "399fb6a4d3408db98a3ca42da5ecf6a0a771bf89", + "url": "https://api.github.com/repos/symfony/security-http/zipball/40023b8e14e5928b26df6a099cec0bf0c30eb3be", + "reference": "40023b8e14e5928b26df6a099cec0bf0c30eb3be", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", - "symfony/http-foundation": "^4.4.7|^5.0.7", - "symfony/http-kernel": "^4.4|^5.0", + "symfony/http-foundation": "^5.2", + "symfony/http-kernel": "^5.2", "symfony/polyfill-php80": "^1.15", "symfony/property-access": "^4.4|^5.0", - "symfony/security-core": "^5.1" + "symfony/security-core": "^5.2" }, "conflict": { "symfony/event-dispatcher": "<4.3", @@ -8997,8 +9011,11 @@ }, "require-dev": { "psr/log": "~1.0", + "symfony/cache": "^4.4|^5.0", + "symfony/rate-limiter": "^5.2", "symfony/routing": "^4.4|^5.0", - "symfony/security-csrf": "^4.4|^5.0" + "symfony/security-csrf": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0" }, "suggest": { "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", @@ -9030,7 +9047,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.1.10" + "source": "https://github.com/symfony/security-http/tree/v5.2.1" }, "funding": [ { @@ -9046,7 +9063,7 @@ "type": "tidelift" } ], - "time": "2020-12-08T17:02:38+00:00" + "time": "2020-12-08T17:03:37+00:00" }, { "name": "symfony/serializer", @@ -9490,23 +9507,23 @@ }, { "name": "symfony/translation", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "38c6ca559703dd677db000181ef1839d7c7147de" + "reference": "a04209ba0d1391c828e5b2373181dac63c52ee70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/38c6ca559703dd677db000181ef1839d7c7147de", - "reference": "38c6ca559703dd677db000181ef1839d7c7147de", + "url": "https://api.github.com/repos/symfony/translation/zipball/a04209ba0d1391c828e5b2373181dac63c52ee70", + "reference": "a04209ba0d1391c828e5b2373181dac63c52ee70", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15", - "symfony/translation-contracts": "^2" + "symfony/translation-contracts": "^2.3" }, "conflict": { "symfony/config": "<4.4", @@ -9536,6 +9553,9 @@ }, "type": "library", "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { "Symfony\\Component\\Translation\\": "" }, @@ -9560,7 +9580,7 @@ "description": "Symfony Translation Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.1.10" + "source": "https://github.com/symfony/translation/tree/v5.2.1" }, "funding": [ { @@ -9576,7 +9596,7 @@ "type": "tidelift" } ], - "time": "2020-12-08T17:02:38+00:00" + "time": "2020-12-08T17:03:37+00:00" }, { "name": "symfony/translation-contracts", @@ -9658,16 +9678,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "205c8bf16ba83e83823d01a8525a593a1a946256" + "reference": "378a136a41c07b5f2086f753d9756fb018921f86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/205c8bf16ba83e83823d01a8525a593a1a946256", - "reference": "205c8bf16ba83e83823d01a8525a593a1a946256", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/378a136a41c07b5f2086f753d9756fb018921f86", + "reference": "378a136a41c07b5f2086f753d9756fb018921f86", "shasum": "" }, "require": { @@ -9681,11 +9701,12 @@ "symfony/form": "<5.1", "symfony/http-foundation": "<4.4", "symfony/http-kernel": "<4.4", - "symfony/translation": "<5.0", - "symfony/workflow": "<4.4" + "symfony/translation": "<5.2", + "symfony/workflow": "<5.2" }, "require-dev": { "egulias/email-validator": "^2.1.10", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/asset": "^4.4|^5.0", "symfony/console": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -9694,17 +9715,19 @@ "symfony/form": "^5.1.9", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", + "symfony/mime": "^5.2", "symfony/polyfill-intl-icu": "~1.0", + "symfony/property-info": "^4.4|^5.1", "symfony/routing": "^4.4|^5.0", "symfony/security-acl": "^2.8|^3.0", "symfony/security-core": "^4.4|^5.0", "symfony/security-csrf": "^4.4|^5.0", "symfony/security-http": "^4.4|^5.0", + "symfony/serializer": "^5.2", "symfony/stopwatch": "^4.4|^5.0", - "symfony/translation": "^5.0", + "symfony/translation": "^5.2", "symfony/web-link": "^4.4|^5.0", - "symfony/workflow": "^4.4|^5.0", + "symfony/workflow": "^5.2", "symfony/yaml": "^4.4|^5.0", "twig/cssinliner-extra": "^2.12", "twig/inky-extra": "^2.12", @@ -9752,7 +9775,7 @@ "description": "Symfony Twig Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.1.10" + "source": "https://github.com/symfony/twig-bridge/tree/v5.2.1" }, "funding": [ { @@ -9768,20 +9791,20 @@ "type": "tidelift" } ], - "time": "2020-12-11T23:11:02+00:00" + "time": "2020-12-11T23:40:07+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "c06696b0784da4d45087fb6ead8054fb100079e6" + "reference": "8cb3208aec4655ae1495afad7ef3c032a236dfa7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c06696b0784da4d45087fb6ead8054fb100079e6", - "reference": "c06696b0784da4d45087fb6ead8054fb100079e6", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/8cb3208aec4655ae1495afad7ef3c032a236dfa7", + "reference": "8cb3208aec4655ae1495afad7ef3c032a236dfa7", "shasum": "" }, "require": { @@ -9794,7 +9817,7 @@ "twig/twig": "^2.10|^3.0" }, "conflict": { - "symfony/dependency-injection": "<4.4", + "symfony/dependency-injection": "<5.2", "symfony/framework-bundle": "<5.0", "symfony/translation": "<5.0" }, @@ -9802,7 +9825,7 @@ "doctrine/annotations": "~1.7", "doctrine/cache": "~1.0", "symfony/asset": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dependency-injection": "^5.2", "symfony/expression-language": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", @@ -9839,7 +9862,7 @@ "description": "Symfony TwigBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v5.1.10" + "source": "https://github.com/symfony/twig-bundle/tree/v5.2.1" }, "funding": [ { @@ -9855,27 +9878,28 @@ "type": "tidelift" } ], - "time": "2020-12-08T16:43:25+00:00" + "time": "2020-12-08T16:43:38+00:00" }, { "name": "symfony/validator", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "2100049d3fb13c65272ca278127083a2d2c89231" + "reference": "312d36715799ca1d195ee8dbf258b31d1a3cbf7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/2100049d3fb13c65272ca278127083a2d2c89231", - "reference": "2100049d3fb13c65272ca278127083a2d2c89231", + "url": "https://api.github.com/repos/symfony/validator/zipball/312d36715799ca1d195ee8dbf258b31d1a3cbf7b", + "reference": "312d36715799ca1d195ee8dbf258b31d1a3cbf7b", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.0", + "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.15", "symfony/translation-contracts": "^1.1|^2" }, @@ -9895,8 +9919,10 @@ "egulias/email-validator": "^2.1.10", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/expression-language": "^5.1", + "symfony/finder": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", @@ -9947,7 +9973,7 @@ "description": "Symfony Validator Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.1.10" + "source": "https://github.com/symfony/validator/tree/v5.2.1" }, "funding": [ { @@ -9963,7 +9989,7 @@ "type": "tidelift" } ], - "time": "2020-12-18T07:32:24+00:00" + "time": "2020-12-18T07:32:35+00:00" }, { "name": "symfony/var-dumper", @@ -10128,7 +10154,7 @@ }, { "name": "symfony/web-link", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", @@ -10195,7 +10221,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v5.2.0" + "source": "https://github.com/symfony/web-link/tree/v5.2.1" }, "funding": [ { @@ -10286,7 +10312,7 @@ }, { "name": "symfony/yaml", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", @@ -10341,7 +10367,7 @@ "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.1.10" + "source": "https://github.com/symfony/yaml/tree/v5.2.1" }, "funding": [ { @@ -13125,34 +13151,35 @@ }, { "name": "psalm/plugin-symfony", - "version": "v1.5.0", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-symfony.git", - "reference": "fc1bcd6ce9ba56c3719110fe6af85928867dc542" + "reference": "eafbe69aa9e679c9f07eed3015f9918027ffc6f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/fc1bcd6ce9ba56c3719110fe6af85928867dc542", - "reference": "fc1bcd6ce9ba56c3719110fe6af85928867dc542", + "url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/eafbe69aa9e679c9f07eed3015f9918027ffc6f0", + "reference": "eafbe69aa9e679c9f07eed3015f9918027ffc6f0", "shasum": "" }, "require": { "ext-simplexml": "*", - "php": "^7.1", + "php": "^7.1 || ^8.0", "symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0", - "vimeo/psalm": "^3.17" + "vimeo/psalm": "^4.1" }, "require-dev": { "doctrine/orm": "^2.7", - "phpunit/phpunit": "~7.5", + "phpunit/phpunit": "~7.5 || ~9.5", "symfony/cache-contracts": "^1.0 || ^2.0", "symfony/console": "*", "symfony/messenger": "^4.2 || ^5.0", "symfony/security-guard": "^4.0 || ^5.0", + "symfony/serializer": "^4.0 || ^5.0", "symfony/validator": "*", "twig/twig": "^2.10 || ^3.0", - "weirdan/codeception-psalm-module": "~0.9" + "weirdan/codeception-psalm-module": "^0.13.1" }, "suggest": { "weirdan/doctrine-psalm-plugin": "If Doctrine is used, it is recommended install this plugin" @@ -13181,9 +13208,9 @@ "description": "Psalm Plugin for Symfony", "support": { "issues": "https://github.com/psalm/psalm-plugin-symfony/issues", - "source": "https://github.com/psalm/psalm-plugin-symfony/tree/v1.5.0" + "source": "https://github.com/psalm/psalm-plugin-symfony/tree/v2.1.1" }, - "time": "2020-10-14T05:02:27+00:00" + "time": "2020-12-25T05:55:02+00:00" }, { "name": "roave/security-advisories", @@ -14289,28 +14316,29 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v5.1.10", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "732ee96548d64ac1aeed3952b45792127ced2ae8" + "reference": "6cd2f3d01faf1d77125ec14150a6fbd062dbe211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/732ee96548d64ac1aeed3952b45792127ced2ae8", - "reference": "732ee96548d64ac1aeed3952b45792127ced2ae8", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6cd2f3d01faf1d77125ec14150a6fbd062dbe211", + "reference": "6cd2f3d01faf1d77125ec14150a6fbd062dbe211", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", "symfony/framework-bundle": "^5.1", - "symfony/http-kernel": "^4.4|^5.0", + "symfony/http-kernel": "^5.2", "symfony/routing": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0", "twig/twig": "^2.10|^3.0" }, "conflict": { + "symfony/dependency-injection": "<5.2", "symfony/form": "<4.4", "symfony/messenger": "<4.4" }, @@ -14346,7 +14374,7 @@ "description": "Symfony WebProfilerBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.1.10" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.1" }, "funding": [ { @@ -14362,7 +14390,7 @@ "type": "tidelift" } ], - "time": "2020-12-08T17:02:38+00:00" + "time": "2020-12-08T17:03:37+00:00" }, { "name": "symplify/autowire-array-parameter", @@ -14856,16 +14884,16 @@ }, { "name": "vimeo/psalm", - "version": "3.18.2", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "19aa905f7c3c7350569999a93c40ae91ae4e1626" + "reference": "57b53ff26237074fdf5cbcb034f7da5172be4524" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/19aa905f7c3c7350569999a93c40ae91ae4e1626", - "reference": "19aa905f7c3c7350569999a93c40ae91ae4e1626", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/57b53ff26237074fdf5cbcb034f7da5172be4524", + "reference": "57b53ff26237074fdf5cbcb034f7da5172be4524", "shasum": "" }, "require": { @@ -14884,12 +14912,11 @@ "felixfbecker/advanced-json-rpc": "^3.0.3", "felixfbecker/language-server-protocol": "^1.4", "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0", - "nikic/php-parser": "4.3.* || 4.4.* || 4.5.* || 4.6.* || ^4.8", + "nikic/php-parser": "^4.10.1", "openlss/lib-array2xml": "^1.0", - "php": "^7.1.3|^8", + "php": "^7.1|^8", "sebastian/diff": "^3.0 || ^4.0", "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", - "webmozart/glob": "^4.1", "webmozart/path-util": "^2.3" }, "provide": { @@ -14898,14 +14925,14 @@ "require-dev": { "amphp/amp": "^2.4.2", "bamarni/composer-bin-plugin": "^1.2", - "brianium/paratest": "^4.0.0", + "brianium/paratest": "^4.0||^6.0", "ext-curl": "*", - "phpdocumentor/reflection-docblock": "^4.3.4 || ^5", - "phpmyadmin/sql-parser": "5.1.0", + "phpdocumentor/reflection-docblock": "^5", + "phpmyadmin/sql-parser": "5.1.0||dev-master", "phpspec/prophecy": ">=1.9.0", - "phpunit/phpunit": "^7.5.16 || ^8.5 || ^9.0", - "psalm/plugin-phpunit": "^0.11", - "slevomat/coding-standard": "^5.0", + "phpunit/phpunit": "^9.0", + "psalm/plugin-phpunit": "^0.13", + "slevomat/coding-standard": "^6.3.11", "squizlabs/php_codesniffer": "^3.5", "symfony/process": "^4.3", "weirdan/prophecy-shim": "^1.0 || ^2.0" @@ -14923,7 +14950,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev", + "dev-master": "4.x-dev", + "dev-3.x": "3.x-dev", "dev-2.x": "2.x-dev", "dev-1.x": "1.x-dev" } @@ -14954,60 +14982,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/3.18.2" + "source": "https://github.com/vimeo/psalm/tree/4.3.2" }, - "time": "2020-10-20T13:48:22+00:00" - }, - { - "name": "webmozart/glob", - "version": "4.1.0", - "source": { - "type": "git", - "url": "https://github.com/webmozart/glob.git", - "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", - "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", - "shasum": "" - }, - "require": { - "php": "^5.3.3|^7.0", - "webmozart/path-util": "^2.2" - }, - "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1", - "symfony/filesystem": "^2.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.1-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Glob\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "A PHP implementation of Ant's glob.", - "support": { - "issues": "https://github.com/webmozart/glob/issues", - "source": "https://github.com/webmozart/glob/tree/master" - }, - "time": "2015-12-29T11:14:33+00:00" + "time": "2020-12-29T17:37:09+00:00" }, { "name": "webmozart/path-util", diff --git a/symfony.lock b/symfony.lock index 63a8f8dd..8a08856a 100644 --- a/symfony.lock +++ b/symfony.lock @@ -924,9 +924,6 @@ "webmozart/assert": { "version": "1.4.0" }, - "webmozart/glob": { - "version": "4.1.0" - }, "webmozart/path-util": { "version": "2.3.0" },