diff --git a/composer.json b/composer.json
index e6e5618..b2ba15a 100644
--- a/composer.json
+++ b/composer.json
@@ -19,33 +19,33 @@
"sensio/framework-extra-bundle": "^6.1",
"stof/doctrine-extensions-bundle": "^1.6",
"symfony/apache-pack": "^1.0",
- "symfony/asset": "5.3.*",
- "symfony/console": "5.3.*",
- "symfony/dotenv": "5.3.*",
- "symfony/expression-language": "5.3.*",
+ "symfony/asset": "5.4.*",
+ "symfony/console": "5.4.*",
+ "symfony/dotenv": "5.4.*",
+ "symfony/expression-language": "5.4.*",
"symfony/flex": "^1.3.1",
- "symfony/form": "5.3.*",
- "symfony/framework-bundle": "5.3.*",
- "symfony/http-client": "5.3.*",
- "symfony/intl": "5.3.*",
- "symfony/mailer": "5.3.*",
- "symfony/mime": "5.3.*",
+ "symfony/form": "5.4.*",
+ "symfony/framework-bundle": "5.4.*",
+ "symfony/http-client": "5.4.*",
+ "symfony/intl": "5.4.*",
+ "symfony/mailer": "5.4.*",
+ "symfony/mime": "5.4.*",
"symfony/monolog-bundle": "^3.1",
- "symfony/notifier": "5.3.*",
- "symfony/process": "5.3.*",
- "symfony/property-access": "5.3.*",
- "symfony/property-info": "5.3.*",
- "symfony/proxy-manager-bridge": "5.3.*",
- "symfony/rate-limiter": "5.3.*",
- "symfony/runtime": "5.3.*",
- "symfony/security-bundle": "5.3.*",
- "symfony/serializer": "5.3.*",
- "symfony/string": "5.3.*",
- "symfony/translation": "5.3.*",
- "symfony/twig-bundle": "^5.3",
- "symfony/validator": "5.3.*",
- "symfony/web-link": "5.3.*",
- "symfony/yaml": "5.3.*",
+ "symfony/notifier": "5.4.*",
+ "symfony/process": "5.4.*",
+ "symfony/property-access": "5.4.*",
+ "symfony/property-info": "5.4.*",
+ "symfony/proxy-manager-bridge": "5.4.*",
+ "symfony/rate-limiter": "5.4.*",
+ "symfony/runtime": "5.4.*",
+ "symfony/security-bundle": "5.4.*",
+ "symfony/serializer": "5.4.*",
+ "symfony/string": "5.4.*",
+ "symfony/translation": "5.4.*",
+ "symfony/twig-bundle": "^5.4",
+ "symfony/validator": "5.4.*",
+ "symfony/web-link": "5.4.*",
+ "symfony/yaml": "5.4.*",
"symfonycasts/reset-password-bundle": "^1.9",
"symfonycasts/verify-email-bundle": "^1.5",
"twig/extra-bundle": "^2.12|^3.0",
@@ -59,14 +59,14 @@
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6",
- "symfony/browser-kit": "^5.3",
- "symfony/css-selector": "^5.3",
- "symfony/debug-bundle": "5.3.*",
+ "symfony/browser-kit": "^5.4",
+ "symfony/css-selector": "^5.4",
+ "symfony/debug-bundle": "5.4.*",
"symfony/maker-bundle": "^1.0",
- "symfony/phpunit-bridge": "^5.3",
- "symfony/stopwatch": "^5.3",
- "symfony/var-dumper": "^5.3",
- "symfony/web-profiler-bundle": "^5.3"
+ "symfony/phpunit-bridge": "^5.4",
+ "symfony/stopwatch": "^5.4",
+ "symfony/var-dumper": "^5.4",
+ "symfony/web-profiler-bundle": "^5.4"
},
"config": {
"optimize-autoloader": true,
@@ -108,7 +108,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
- "require": "5.3.*"
+ "require": "5.4.*"
}
}
}
diff --git a/composer.lock b/composer.lock
index 2f13548..1587d17 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "f71545b5b6215d2f6816d049705a396c",
+ "content-hash": "e413fa154c90a78ef6e0dbe5b32005b2",
"packages": [
{
"name": "amphp/amp",
- "version": "v2.6.1",
+ "version": "v2.6.2",
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
- "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae"
+ "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
- "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
+ "url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
+ "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
"shasum": ""
},
"require": {
@@ -39,13 +39,13 @@
}
},
"autoload": {
- "psr-4": {
- "Amp\\": "lib"
- },
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\": "lib"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -70,7 +70,7 @@
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
- "homepage": "http://amphp.org/amp",
+ "homepage": "https://amphp.org/amp",
"keywords": [
"async",
"asynchronous",
@@ -85,7 +85,7 @@
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
- "source": "https://github.com/amphp/amp/tree/v2.6.1"
+ "source": "https://github.com/amphp/amp/tree/v2.6.2"
},
"funding": [
{
@@ -93,7 +93,7 @@
"type": "github"
}
],
- "time": "2021-09-23T18:43:08+00:00"
+ "time": "2022-02-20T17:52:18+00:00"
},
{
"name": "amphp/byte-stream",
@@ -128,12 +128,12 @@
}
},
"autoload": {
- "psr-4": {
- "Amp\\ByteStream\\": "lib"
- },
"files": [
"lib/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\ByteStream\\": "lib"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -269,12 +269,12 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Amp\\Dns\\": "lib"
- },
"files": [
"lib/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\Dns\\": "lib"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -426,12 +426,12 @@
}
},
"autoload": {
- "psr-4": {
- "Amp\\Http\\": "src"
- },
"files": [
"src/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\Http\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -509,12 +509,12 @@
}
},
"autoload": {
- "psr-4": {
- "Amp\\Http\\Client\\": "src"
- },
"files": [
"src/Internal/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\Http\\Client\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -637,12 +637,12 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Amp\\Process\\": "lib"
- },
"files": [
"lib/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\Process\\": "lib"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -699,12 +699,12 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Amp\\Serialization\\": "src"
- },
"files": [
"src/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\Serialization\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -770,13 +770,13 @@
}
},
"autoload": {
- "psr-4": {
- "Amp\\Socket\\": "src"
- },
"files": [
"src/functions.php",
"src/Internal/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\Socket\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -844,13 +844,13 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Amp\\Sync\\": "src"
- },
"files": [
"src/functions.php",
"src/ConcurrentIterator/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\Sync\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1083,12 +1083,12 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "LibDNS\\": "src/"
- },
"files": [
"src/functions.php"
- ]
+ ],
+ "psr-4": {
+ "LibDNS\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1346,16 +1346,16 @@
},
{
"name": "doctrine/common",
- "version": "3.2.1",
+ "version": "3.2.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
- "reference": "e927fc2410c8723d053b8032e591cdff76587cdb"
+ "reference": "295082d3750987065912816a9d536c2df735f637"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/common/zipball/e927fc2410c8723d053b8032e591cdff76587cdb",
- "reference": "e927fc2410c8723d053b8032e591cdff76587cdb",
+ "url": "https://api.github.com/repos/doctrine/common/zipball/295082d3750987065912816a9d536c2df735f637",
+ "reference": "295082d3750987065912816a9d536c2df735f637",
"shasum": ""
},
"require": {
@@ -1364,7 +1364,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
- "phpstan/phpstan": "^1.2.0",
+ "phpstan/phpstan": "^1.4.1",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
"squizlabs/php_codesniffer": "^3.0",
@@ -1416,7 +1416,7 @@
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
- "source": "https://github.com/doctrine/common/tree/3.2.1"
+ "source": "https://github.com/doctrine/common/tree/3.2.2"
},
"funding": [
{
@@ -1432,20 +1432,20 @@
"type": "tidelift"
}
],
- "time": "2021-12-26T22:39:45+00:00"
+ "time": "2022-02-02T09:15:57+00:00"
},
{
"name": "doctrine/dbal",
- "version": "2.13.7",
+ "version": "2.13.8",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "6e22f6012b42d7932674857989fcf184e9e9b1c3"
+ "reference": "dc9b3c3c8592c935a6e590441f9abc0f9eba335b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/6e22f6012b42d7932674857989fcf184e9e9b1c3",
- "reference": "6e22f6012b42d7932674857989fcf184e9e9b1c3",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/dc9b3c3c8592c935a6e590441f9abc0f9eba335b",
+ "reference": "dc9b3c3c8592c935a6e590441f9abc0f9eba335b",
"shasum": ""
},
"require": {
@@ -1458,13 +1458,13 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
- "phpstan/phpstan": "1.3.0",
- "phpunit/phpunit": "^7.5.20|^8.5|9.5.11",
+ "phpstan/phpstan": "1.4.6",
+ "phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
- "vimeo/psalm": "4.16.1"
+ "vimeo/psalm": "4.22.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -1525,7 +1525,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/2.13.7"
+ "source": "https://github.com/doctrine/dbal/tree/2.13.8"
},
"funding": [
{
@@ -1541,7 +1541,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-06T09:08:04+00:00"
+ "time": "2022-03-09T15:25:46+00:00"
},
{
"name": "doctrine/deprecations",
@@ -1588,22 +1588,22 @@
},
{
"name": "doctrine/doctrine-bundle",
- "version": "2.5.5",
+ "version": "2.5.7",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
- "reference": "5c086cbbe5327937dd6f90da075f7d421b0f28bc"
+ "reference": "1e0d1d7a5982eeebc37dcb4d77bb1a5c5961d96d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5c086cbbe5327937dd6f90da075f7d421b0f28bc",
- "reference": "5c086cbbe5327937dd6f90da075f7d421b0f28bc",
+ "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1e0d1d7a5982eeebc37dcb4d77bb1a5c5961d96d",
+ "reference": "1e0d1d7a5982eeebc37dcb4d77bb1a5c5961d96d",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1",
"doctrine/cache": "^1.11 || ^2.0",
- "doctrine/dbal": "^2.13.1|^3.1",
+ "doctrine/dbal": "^2.13.1|^3.3.2",
"doctrine/persistence": "^2.2",
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
@@ -1617,7 +1617,7 @@
"symfony/service-contracts": "^1.1.1|^2.0|^3"
},
"conflict": {
- "doctrine/orm": "<2.9",
+ "doctrine/orm": "<2.9|>=3.0",
"twig/twig": "<1.34|>=2.0,<2.4"
},
"require-dev": {
@@ -1681,7 +1681,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
- "source": "https://github.com/doctrine/DoctrineBundle/tree/2.5.5"
+ "source": "https://github.com/doctrine/DoctrineBundle/tree/2.5.7"
},
"funding": [
{
@@ -1697,7 +1697,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-06T08:56:31+00:00"
+ "time": "2022-03-05T10:29:13+00:00"
},
{
"name": "doctrine/doctrine-migrations-bundle",
@@ -1970,29 +1970,30 @@
},
{
"name": "doctrine/instantiator",
- "version": "1.4.0",
+ "version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
+ "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
+ "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^8.0",
+ "doctrine/coding-standard": "^9",
"ext-pdo": "*",
"ext-phar": "*",
- "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ "phpbench/phpbench": "^0.16 || ^1",
+ "phpstan/phpstan": "^1.4",
+ "phpstan/phpstan-phpunit": "^1",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "vimeo/psalm": "^4.22"
},
"type": "library",
"autoload": {
@@ -2019,7 +2020,7 @@
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
- "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
+ "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
},
"funding": [
{
@@ -2035,20 +2036,20 @@
"type": "tidelift"
}
],
- "time": "2020-11-10T18:47:58+00:00"
+ "time": "2022-03-03T08:28:38+00:00"
},
{
"name": "doctrine/lexer",
- "version": "1.2.2",
+ "version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
- "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
+ "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
- "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
+ "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"shasum": ""
},
"require": {
@@ -2056,7 +2057,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
- "phpstan/phpstan": "1.3",
+ "phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
},
@@ -2095,7 +2096,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
- "source": "https://github.com/doctrine/lexer/tree/1.2.2"
+ "source": "https://github.com/doctrine/lexer/tree/1.2.3"
},
"funding": [
{
@@ -2111,7 +2112,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-12T08:27:12+00:00"
+ "time": "2022-02-28T11:07:21+00:00"
},
{
"name": "doctrine/migrations",
@@ -2221,16 +2222,16 @@
},
{
"name": "doctrine/orm",
- "version": "2.11.0",
+ "version": "2.11.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
- "reference": "bfed8cb6ed448f4ab1ea3fff06e4d6c44439e4ef"
+ "reference": "9c351e044478135aec1755e2c0c0493a4b6309db"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/bfed8cb6ed448f4ab1ea3fff06e4d6c44439e4ef",
- "reference": "bfed8cb6ed448f4ab1ea3fff06e4d6c44439e4ef",
+ "url": "https://api.github.com/repos/doctrine/orm/zipball/9c351e044478135aec1755e2c0c0493a4b6309db",
+ "reference": "9c351e044478135aec1755e2c0c0493a4b6309db",
"shasum": ""
},
"require": {
@@ -2246,7 +2247,6 @@
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^2.2",
"ext-ctype": "*",
- "ext-pdo": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
@@ -2260,12 +2260,12 @@
"doctrine/annotations": "^1.13",
"doctrine/coding-standard": "^9.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
- "phpstan/phpstan": "1.3.3",
+ "phpstan/phpstan": "1.4.6",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
- "vimeo/psalm": "4.18.1"
+ "vimeo/psalm": "4.22.0"
},
"suggest": {
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
@@ -2314,22 +2314,22 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/2.11.0"
+ "source": "https://github.com/doctrine/orm/tree/2.11.2"
},
- "time": "2022-01-12T13:20:33+00:00"
+ "time": "2022-03-09T15:23:58+00:00"
},
{
"name": "doctrine/persistence",
- "version": "2.3.0",
+ "version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
- "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8"
+ "reference": "e7c8edcf98e819638af00e7b3cbbbd7734b9b2fb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/persistence/zipball/f8af155c1e7963f3d2b4415097d55757bbaa53d8",
- "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8",
+ "url": "https://api.github.com/repos/doctrine/persistence/zipball/e7c8edcf98e819638af00e7b3cbbbd7734b9b2fb",
+ "reference": "e7c8edcf98e819638af00e7b3cbbbd7734b9b2fb",
"shasum": ""
},
"require": {
@@ -2342,23 +2342,23 @@
},
"conflict": {
"doctrine/annotations": "<1.0 || >=2.0",
- "doctrine/common": "<2.10@dev"
+ "doctrine/common": "<2.10"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^1.0",
- "doctrine/coding-standard": "^6.0 || ^9.0",
+ "doctrine/coding-standard": "^9.0",
"doctrine/common": "^3.0",
- "phpstan/phpstan": "1.2.0",
- "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
- "symfony/cache": "^4.4 || ^5.0 || ^6.0",
- "vimeo/psalm": "4.13.1"
+ "phpstan/phpstan": "1.4.6",
+ "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
+ "symfony/cache": "^4.4 || ^5.4 || ^6.0",
+ "vimeo/psalm": "4.21.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common",
- "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
+ "Doctrine\\Common\\": "src/Common",
+ "Doctrine\\Persistence\\": "src/Persistence"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2402,9 +2402,9 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
- "source": "https://github.com/doctrine/persistence/tree/2.3.0"
+ "source": "https://github.com/doctrine/persistence/tree/2.4.0"
},
- "time": "2022-01-09T19:58:46+00:00"
+ "time": "2022-03-13T16:11:46+00:00"
},
{
"name": "doctrine/sql-formatter",
@@ -2528,16 +2528,16 @@
},
{
"name": "friendsofphp/proxy-manager-lts",
- "version": "v1.0.5",
+ "version": "v1.0.7",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
- "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f"
+ "reference": "c828ced1f932094ab79e4120a106a666565e4d9c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/006aa5d32f887a4db4353b13b5b5095613e0611f",
- "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f",
+ "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/c828ced1f932094ab79e4120a106a666565e4d9c",
+ "reference": "c828ced1f932094ab79e4120a106a666565e4d9c",
"shasum": ""
},
"require": {
@@ -2554,7 +2554,7 @@
},
"require-dev": {
"ext-phar": "*",
- "symfony/phpunit-bridge": "^5.2|^6.0"
+ "symfony/phpunit-bridge": "^5.4|^6.0"
},
"type": "library",
"extra": {
@@ -2576,7 +2576,7 @@
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
- "homepage": "http://ocramius.github.io/"
+ "homepage": "https://ocramius.github.io/"
},
{
"name": "Nicolas Grekas",
@@ -2594,7 +2594,7 @@
],
"support": {
"issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
- "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.5"
+ "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.7"
},
"funding": [
{
@@ -2606,20 +2606,20 @@
"type": "tidelift"
}
],
- "time": "2021-05-22T16:11:15+00:00"
+ "time": "2022-03-02T09:29:19+00:00"
},
{
"name": "gedmo/doctrine-extensions",
- "version": "v3.5.0",
+ "version": "v3.6.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine-extensions/DoctrineExtensions.git",
- "reference": "dd1a1438a10e92910e5c510f631a568c19e6c00e"
+ "reference": "20e682c5c376faa4c88421453707741e1dd1f131"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/dd1a1438a10e92910e5c510f631a568c19e6c00e",
- "reference": "dd1a1438a10e92910e5c510f631a568c19e6c00e",
+ "url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/20e682c5c376faa4c88421453707741e1dd1f131",
+ "reference": "20e682c5c376faa4c88421453707741e1dd1f131",
"shasum": ""
},
"require": {
@@ -2629,7 +2629,7 @@
"doctrine/collections": "^1.0",
"doctrine/common": "^2.13 || ^3.0",
"doctrine/event-manager": "^1.0",
- "doctrine/persistence": "^1.3.3 || ^2.0",
+ "doctrine/persistence": "^2.2",
"php": "^7.2 || ^8.0",
"psr/cache": "^1 || ^2 || ^3",
"symfony/cache": "^4.4 || ^5.3 || ^6.0"
@@ -2647,7 +2647,7 @@
"doctrine/doctrine-bundle": "^2.3",
"doctrine/mongodb-odm": "^2.2",
"doctrine/orm": "^2.10.2",
- "friendsofphp/php-cs-fixer": "^3.0",
+ "friendsofphp/php-cs-fixer": "~3.4.0",
"nesbot/carbon": "^2.55",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-doctrine": "^1.0",
@@ -2665,7 +2665,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.6-dev"
+ "dev-main": "3.7-dev"
}
},
"autoload": {
@@ -2711,10 +2711,10 @@
"support": {
"email": "gediminas.morkevicius@gmail.com",
"issues": "https://github.com/doctrine-extensions/DoctrineExtensions/issues",
- "source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.5.0",
+ "source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.6.0",
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
},
- "time": "2022-01-10T21:29:33+00:00"
+ "time": "2022-03-19T10:22:38+00:00"
},
{
"name": "jms/metadata",
@@ -2835,22 +2835,22 @@
},
{
"name": "knplabs/knp-components",
- "version": "v3.3.0",
+ "version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/knp-components.git",
- "reference": "03e8ad16261dd8a70a8c6e01f18eb3852437546e"
+ "reference": "755b0d10902a7db5dc654e9af86a7dcb9c7c5b7d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/03e8ad16261dd8a70a8c6e01f18eb3852437546e",
- "reference": "03e8ad16261dd8a70a8c6e01f18eb3852437546e",
+ "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/755b0d10902a7db5dc654e9af86a7dcb9c7c5b7d",
+ "reference": "755b0d10902a7db5dc654e9af86a7dcb9c7c5b7d",
"shasum": ""
},
"require": {
- "php": "^7.3 || ^8.0",
- "symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
- "symfony/http-foundation": "^4.4 || ^5.3 || ^6.0"
+ "php": "^7.4 || ^8.0",
+ "symfony/event-dispatcher-contracts": "^2.0 || ^3.0",
+ "symfony/http-foundation": "^4.4 || ^5.4 || ^6.0"
},
"conflict": {
"doctrine/dbal": "<2.10"
@@ -2865,8 +2865,8 @@
"propel/propel1": "^1.7",
"ruflin/elastica": "^7.0",
"solarium/solarium": "^6.0",
- "symfony/http-kernel": "^4.4 || ^5.2",
- "symfony/property-access": "^4.4 || ^5.3 || ^6.0"
+ "symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
+ "symfony/property-access": "^4.4 || ^5.4 || ^6.0"
},
"suggest": {
"doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
@@ -2914,9 +2914,9 @@
],
"support": {
"issues": "https://github.com/KnpLabs/knp-components/issues",
- "source": "https://github.com/KnpLabs/knp-components/tree/v3.3.0"
+ "source": "https://github.com/KnpLabs/knp-components/tree/v3.5.0"
},
- "time": "2021-10-29T06:56:28+00:00"
+ "time": "2021-12-11T12:45:19+00:00"
},
{
"name": "knplabs/knp-paginator-bundle",
@@ -3024,12 +3024,12 @@
},
"type": "library",
"autoload": {
- "psr-4": {
- "Laminas\\Code\\": "src/"
- },
"files": [
"polyfill/ReflectionEnumPolyfill.php"
- ]
+ ],
+ "psr-4": {
+ "Laminas\\Code\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -3260,12 +3260,12 @@
}
},
"autoload": {
- "psr-4": {
- "League\\Uri\\": "src"
- },
"files": [
"src/functions_include.php"
- ]
+ ],
+ "psr-4": {
+ "League\\Uri\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -3296,16 +3296,16 @@
},
{
"name": "monolog/monolog",
- "version": "2.3.5",
+ "version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
- "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
+ "reference": "d7fd7450628561ba697b7097d86db72662f54aef"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
- "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d7fd7450628561ba697b7097d86db72662f54aef",
+ "reference": "d7fd7450628561ba697b7097d86db72662f54aef",
"shasum": ""
},
"require": {
@@ -3327,7 +3327,7 @@
"phpstan/phpstan": "^0.12.91",
"phpunit/phpunit": "^8.5",
"predis/predis": "^1.1",
- "rollbar/rollbar": "^1.3",
+ "rollbar/rollbar": "^1.3 || ^2 || ^3",
"ruflin/elastica": ">=0.90@dev",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
@@ -3379,7 +3379,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
+ "source": "https://github.com/Seldaek/monolog/tree/2.4.0"
},
"funding": [
{
@@ -3391,7 +3391,7 @@
"type": "tidelift"
}
],
- "time": "2021-10-01T21:08:31+00:00"
+ "time": "2022-03-14T12:44:37+00:00"
},
{
"name": "phpdocumentor/reflection-common",
@@ -4036,30 +4036,30 @@
},
{
"name": "symfony/asset",
- "version": "v5.3.11",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
- "reference": "547d3d91c759bae8e302630e68f6c4d415715bc3"
+ "reference": "156e45cba14f9be3fe8b987e86f482a76aa078f3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/asset/zipball/547d3d91c759bae8e302630e68f6c4d415715bc3",
- "reference": "547d3d91c759bae8e302630e68f6c4d415715bc3",
+ "url": "https://api.github.com/repos/symfony/asset/zipball/156e45cba14f9be3fe8b987e86f482a76aa078f3",
+ "reference": "156e45cba14f9be3fe8b987e86f482a76aa078f3",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"symfony/http-foundation": "<5.3"
},
"require-dev": {
- "symfony/http-client": "^4.4|^5.0",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^4.4|^5.0"
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/http-foundation": ""
@@ -4090,7 +4090,7 @@
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/asset/tree/v5.3.11"
+ "source": "https://github.com/symfony/asset/tree/v5.4.3"
},
"funding": [
{
@@ -4106,20 +4106,20 @@
"type": "tidelift"
}
],
- "time": "2021-11-05T16:25:46+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/cache",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "61ce40a96758a0e1f81125929a171df43b9e2214"
+ "reference": "c0718d0e01ac14251a45cc9c8b93716ec41ae64b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/61ce40a96758a0e1f81125929a171df43b9e2214",
- "reference": "61ce40a96758a0e1f81125929a171df43b9e2214",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/c0718d0e01ac14251a45cc9c8b93716ec41ae64b",
+ "reference": "c0718d0e01ac14251a45cc9c8b93716ec41ae64b",
"shasum": ""
},
"require": {
@@ -4127,14 +4127,14 @@
"psr/cache": "^1.0|^2.0",
"psr/log": "^1.1|^2|^3",
"symfony/cache-contracts": "^1.1.7|^2",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/var-exporter": "^4.4|^5.0"
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/var-exporter": "^4.4|^5.0|^6.0"
},
"conflict": {
- "doctrine/dbal": "<2.10",
+ "doctrine/dbal": "<2.13.1",
"symfony/dependency-injection": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/var-dumper": "<4.4"
@@ -4147,15 +4147,15 @@
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "^1.6|^2.0",
- "doctrine/dbal": "^2.10|^3.0",
+ "doctrine/dbal": "^2.13.1|^3.0",
"predis/predis": "^1.1",
"psr/simple-cache": "^1.0|^2.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -4187,7 +4187,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v5.3.13"
+ "source": "https://github.com/symfony/cache/tree/v5.4.6"
},
"funding": [
{
@@ -4203,7 +4203,7 @@
"type": "tidelift"
}
],
- "time": "2021-12-28T17:08:14+00:00"
+ "time": "2022-03-02T12:56:28+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -4286,22 +4286,22 @@
},
{
"name": "symfony/config",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "0d5f884344ca82348ab4e3827a214765e0d5da4f"
+ "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/0d5f884344ca82348ab4e3827a214765e0d5da4f",
- "reference": "0d5f884344ca82348ab4e3827a214765e0d5da4f",
+ "url": "https://api.github.com/repos/symfony/config/zipball/d65e1bd990c740e31feb07d2b0927b8d4df9956f",
+ "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/filesystem": "^4.4|^5.0",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
@@ -4310,11 +4310,11 @@
"symfony/finder": "<4.4"
},
"require-dev": {
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
@@ -4345,7 +4345,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/config/tree/v5.3.13"
+ "source": "https://github.com/symfony/config/tree/v5.4.3"
},
"funding": [
{
@@ -4361,32 +4361,33 @@
"type": "tidelift"
}
],
- "time": "2021-12-15T10:00:46+00:00"
+ "time": "2022-01-03T09:50:52+00:00"
},
{
"name": "symfony/console",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "402db098660083dfd23e9289bcdd351f3935b641"
+ "reference": "d8111acc99876953f52fe16d4c50eb60940d49ad"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/402db098660083dfd23e9289bcdd351f3935b641",
- "reference": "402db098660083dfd23e9289bcdd351f3935b641",
+ "url": "https://api.github.com/repos/symfony/console/zipball/d8111acc99876953f52fe16d4c50eb60940d49ad",
+ "reference": "d8111acc99876953f52fe16d4c50eb60940d49ad",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php73": "^1.8",
+ "symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/string": "^5.1"
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/string": "^5.1|^6.0"
},
"conflict": {
+ "psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
@@ -4398,12 +4399,12 @@
},
"require-dev": {
"psr/log": "^1|^2",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/lock": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/lock": "^4.4|^5.0|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/log": "For using the console logger",
@@ -4443,7 +4444,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v5.3.13"
+ "source": "https://github.com/symfony/console/tree/v5.4.5"
},
"funding": [
{
@@ -4459,27 +4460,28 @@
"type": "tidelift"
}
],
- "time": "2021-12-15T10:43:37+00:00"
+ "time": "2022-02-24T12:45:35+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af"
+ "reference": "0828fa3e6e436243dbb3dc85abe6b698b3876b89"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af",
- "reference": "1f5c4d6572dd5e90847fb8ea1f5c1a3fddccb6af",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0828fa3e6e436243dbb3dc85abe6b698b3876b89",
+ "reference": "0828fa3e6e436243dbb3dc85abe6b698b3876b89",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1.1",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
+ "symfony/polyfill-php81": "^1.22",
"symfony/service-contracts": "^1.1.6|^2"
},
"conflict": {
@@ -4487,16 +4489,16 @@
"symfony/config": "<5.3",
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",
- "symfony/yaml": "<4.4"
+ "symfony/yaml": "<4.4.26"
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0|2.0"
},
"require-dev": {
- "symfony/config": "^5.3",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/config": "^5.3|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4.26|^5.0|^6.0"
},
"suggest": {
"symfony/config": "",
@@ -4531,7 +4533,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v5.3.13"
+ "source": "https://github.com/symfony/dependency-injection/tree/v5.4.6"
},
"funding": [
{
@@ -4547,29 +4549,29 @@
"type": "tidelift"
}
],
- "time": "2021-12-29T10:09:56+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v2.5.0",
+ "version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
+ "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
- "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
+ "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "2.5-dev"
+ "dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -4598,7 +4600,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.0"
},
"funding": [
{
@@ -4614,37 +4616,38 @@
"type": "tidelift"
}
],
- "time": "2021-07-12T14:48:14+00:00"
+ "time": "2021-11-01T23:48:49+00:00"
},
{
"name": "symfony/doctrine-bridge",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
- "reference": "aaa6c47b1226ecdb09a7d98830440737a983e2ae"
+ "reference": "ca55e1f888b7e5b358736bb6c8e33482939993cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/aaa6c47b1226ecdb09a7d98830440737a983e2ae",
- "reference": "aaa6c47b1226ecdb09a7d98830440737a983e2ae",
+ "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/ca55e1f888b7e5b358736bb6c8e33482939993cc",
+ "reference": "ca55e1f888b7e5b358736bb6c8e33482939993cc",
"shasum": ""
},
"require": {
"doctrine/event-manager": "~1.0",
"doctrine/persistence": "^2",
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
- "doctrine/dbal": "<2.10",
+ "doctrine/dbal": "<2.13.1",
"doctrine/lexer": "<1.1",
"doctrine/orm": "<2.7.4",
"phpunit/phpunit": "<5.4.3",
+ "symfony/cache": "<5.4",
"symfony/dependency-injection": "<4.4",
"symfony/form": "<5.1",
"symfony/http-kernel": "<5",
@@ -4659,25 +4662,26 @@
"doctrine/annotations": "^1.10.4",
"doctrine/collections": "~1.0",
"doctrine/data-fixtures": "^1.1",
- "doctrine/dbal": "^2.10|^3.0",
+ "doctrine/dbal": "^2.13.1|^3.0",
"doctrine/orm": "^2.7.4",
- "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.1.3",
- "symfony/http-kernel": "^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/property-info": "^5.0",
- "symfony/proxy-manager-bridge": "^4.4|^5.0",
- "symfony/security-core": "^5.3",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/uid": "^5.1",
- "symfony/validator": "^5.2",
- "symfony/var-dumper": "^4.4|^5.0"
+ "psr/log": "^1|^2|^3",
+ "symfony/cache": "^5.4|^6.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/doctrine-messenger": "^5.1|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/form": "^5.1.3|^6.0",
+ "symfony/http-kernel": "^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/property-access": "^4.4|^5.0|^6.0",
+ "symfony/property-info": "^5.0|^6.0",
+ "symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0",
+ "symfony/security-core": "^5.3|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/uid": "^5.1|^6.0",
+ "symfony/validator": "^5.2|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"doctrine/data-fixtures": "",
@@ -4713,7 +4717,7 @@
"description": "Provides integration for Doctrine with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/doctrine-bridge/tree/v5.3.13"
+ "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.6"
},
"funding": [
{
@@ -4729,28 +4733,29 @@
"type": "tidelift"
}
],
- "time": "2021-12-22T18:38:25+00:00"
+ "time": "2022-03-02T13:18:14+00:00"
},
{
"name": "symfony/dotenv",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
- "reference": "6ff81d01790f6199d2278a37bef99fb4bc6c071d"
+ "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dotenv/zipball/6ff81d01790f6199d2278a37bef99fb4bc6c071d",
- "reference": "6ff81d01790f6199d2278a37bef99fb4bc6c071d",
+ "url": "https://api.github.com/repos/symfony/dotenv/zipball/83a2310904a4f5d4f42526227b5a578ac82232a9",
+ "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1"
+ "symfony/deprecation-contracts": "^2.1|^3"
},
"require-dev": {
- "symfony/process": "^4.4|^5.0"
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -4783,7 +4788,7 @@
"environment"
],
"support": {
- "source": "https://github.com/symfony/dotenv/tree/v5.3.13"
+ "source": "https://github.com/symfony/dotenv/tree/v5.4.5"
},
"funding": [
{
@@ -4799,32 +4804,35 @@
"type": "tidelift"
}
],
- "time": "2021-12-16T21:37:57+00:00"
+ "time": "2022-02-15T17:04:12+00:00"
},
{
"name": "symfony/error-handler",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "b6f5f228cc7a4b5182c2117acfc3f904401e7361"
+ "reference": "c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/b6f5f228cc7a4b5182c2117acfc3f904401e7361",
- "reference": "b6f5f228cc7a4b5182c2117acfc3f904401e7361",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5",
+ "reference": "c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"require-dev": {
- "symfony/deprecation-contracts": "^2.1",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/serializer": "^4.4|^5.0|^6.0"
},
+ "bin": [
+ "Resources/bin/patch-type-declarations"
+ ],
"type": "library",
"autoload": {
"psr-4": {
@@ -4851,7 +4859,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/error-handler/tree/v5.3.13"
+ "source": "https://github.com/symfony/error-handler/tree/v5.4.3"
},
"funding": [
{
@@ -4867,26 +4875,26 @@
"type": "tidelift"
}
],
- "time": "2021-12-16T21:47:07+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v5.3.11",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "661a7a6e085394f8513945669e31f7c1338a7e69"
+ "reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/661a7a6e085394f8513945669e31f7c1338a7e69",
- "reference": "661a7a6e085394f8513945669e31f7c1338a7e69",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dec8a9f58d20df252b9cd89f1c6c1530f747685d",
+ "reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher-contracts": "^2",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher-contracts": "^2|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
@@ -4898,13 +4906,13 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "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",
- "symfony/stopwatch": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/dependency-injection": "",
@@ -4936,7 +4944,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.11"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.3"
},
"funding": [
{
@@ -4952,24 +4960,24 @@
"type": "tidelift"
}
],
- "time": "2021-11-17T12:16:12+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v2.5.0",
+ "version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
+ "reference": "aa5422287b75594b90ee9cd807caf8f0df491385"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
- "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/aa5422287b75594b90ee9cd807caf8f0df491385",
+ "reference": "aa5422287b75594b90ee9cd807caf8f0df491385",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
+ "php": ">=8.0.2",
"psr/event-dispatcher": "^1"
},
"suggest": {
@@ -4978,7 +4986,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "2.5-dev"
+ "dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -5015,7 +5023,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.0"
},
"funding": [
{
@@ -5031,26 +5039,26 @@
"type": "tidelift"
}
],
- "time": "2021-07-12T14:48:14+00:00"
+ "time": "2021-07-15T12:33:35+00:00"
},
{
"name": "symfony/expression-language",
- "version": "v5.3.11",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
- "reference": "652b72882caddcbfa68754a31b7baf0e4a84cddd"
+ "reference": "c68c6d1a308f6e2a1382bdb3a317959e1ee9aa08"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/expression-language/zipball/652b72882caddcbfa68754a31b7baf0e4a84cddd",
- "reference": "652b72882caddcbfa68754a31b7baf0e4a84cddd",
+ "url": "https://api.github.com/repos/symfony/expression-language/zipball/c68c6d1a308f6e2a1382bdb3a317959e1ee9aa08",
+ "reference": "c68c6d1a308f6e2a1382bdb3a317959e1ee9aa08",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/cache": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"type": "library",
"autoload": {
@@ -5078,7 +5086,7 @@
"description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/expression-language/tree/v5.3.11"
+ "source": "https://github.com/symfony/expression-language/tree/v5.4.3"
},
"funding": [
{
@@ -5094,25 +5102,26 @@
"type": "tidelift"
}
],
- "time": "2021-11-17T12:16:12+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v5.3.4",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
+ "reference": "d53a45039974952af7f7ebc461ccdd4295e29440"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/d53a45039974952af7f7ebc461ccdd4295e29440",
+ "reference": "d53a45039974952af7f7ebc461ccdd4295e29440",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
@@ -5141,7 +5150,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v5.3.4"
+ "source": "https://github.com/symfony/filesystem/tree/v5.4.6"
},
"funding": [
{
@@ -5157,24 +5166,25 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/finder",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "35f531cc9bec5c5967bc2bd639e115158c7d190a"
+ "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/35f531cc9bec5c5967bc2bd639e115158c7d190a",
- "reference": "35f531cc9bec5c5967bc2bd639e115158c7d190a",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d",
+ "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
@@ -5203,7 +5213,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v5.3.13"
+ "source": "https://github.com/symfony/finder/tree/v5.4.3"
},
"funding": [
{
@@ -5219,20 +5229,20 @@
"type": "tidelift"
}
],
- "time": "2021-12-15T10:43:37+00:00"
+ "time": "2022-01-26T16:34:36+00:00"
},
{
"name": "symfony/flex",
- "version": "v1.18.1",
+ "version": "v1.18.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
- "reference": "90ee9ddddaadee602dff23ae530310a59936bc8b"
+ "reference": "10e438f53a972439675dc720706f0cd5c0ed94f1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/flex/zipball/90ee9ddddaadee602dff23ae530310a59936bc8b",
- "reference": "90ee9ddddaadee602dff23ae530310a59936bc8b",
+ "url": "https://api.github.com/repos/symfony/flex/zipball/10e438f53a972439675dc720706f0cd5c0ed94f1",
+ "reference": "10e438f53a972439675dc720706f0cd5c0ed94f1",
"shasum": ""
},
"require": {
@@ -5268,7 +5278,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
- "source": "https://github.com/symfony/flex/tree/v1.18.1"
+ "source": "https://github.com/symfony/flex/tree/v1.18.5"
},
"funding": [
{
@@ -5284,33 +5294,34 @@
"type": "tidelift"
}
],
- "time": "2022-01-19T17:52:31+00:00"
+ "time": "2022-02-16T17:26:46+00:00"
},
{
"name": "symfony/form",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
- "reference": "cee115e11bf1c66f44580d843ab7f39d04cf77ed"
+ "reference": "18f4f8209d2db06fc3cf5ba3b2eb8e4706b34aac"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/form/zipball/cee115e11bf1c66f44580d843ab7f39d04cf77ed",
- "reference": "cee115e11bf1c66f44580d843ab7f39d04cf77ed",
+ "url": "https://api.github.com/repos/symfony/form/zipball/18f4f8209d2db06fc3cf5ba3b2eb8e4706b34aac",
+ "reference": "18f4f8209d2db06fc3cf5ba3b2eb8e4706b34aac",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/options-resolver": "^5.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/options-resolver": "^5.1|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/property-access": "^5.0.8",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/polyfill-php81": "^1.23",
+ "symfony/property-access": "^5.0.8|^6.0",
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
@@ -5326,18 +5337,18 @@
},
"require-dev": {
"doctrine/collections": "~1.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/security-csrf": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/uid": "^5.1",
- "symfony/validator": "^4.4.17|^5.1.9",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/console": "^5.4|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/intl": "^4.4|^5.0|^6.0",
+ "symfony/security-csrf": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/uid": "^5.1|^6.0",
+ "symfony/validator": "^4.4.17|^5.1.9|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/security-csrf": "For protecting forms against CSRF attacks.",
@@ -5370,7 +5381,7 @@
"description": "Allows to easily create, process and reuse HTML forms",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/form/tree/v5.3.13"
+ "source": "https://github.com/symfony/form/tree/v5.4.5"
},
"funding": [
{
@@ -5386,46 +5397,48 @@
"type": "tidelift"
}
],
- "time": "2021-12-13T17:45:14+00:00"
+ "time": "2022-02-04T23:26:40+00:00"
},
{
"name": "symfony/framework-bundle",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
- "reference": "235ee15e7882c091d11b3b6f659b8607db287ccb"
+ "reference": "76ea755f30924924ea37a28e098df61679efcb63"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/235ee15e7882c091d11b3b6f659b8607db287ccb",
- "reference": "235ee15e7882c091d11b3b6f659b8607db287ccb",
+ "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/76ea755f30924924ea37a28e098df61679efcb63",
+ "reference": "76ea755f30924924ea37a28e098df61679efcb63",
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=7.2.5",
- "symfony/cache": "^5.2",
- "symfony/config": "^5.3",
- "symfony/dependency-injection": "^5.3",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/error-handler": "^4.4.1|^5.0.1",
- "symfony/event-dispatcher": "^5.1",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^5.3",
+ "symfony/cache": "^5.2|^6.0",
+ "symfony/config": "^5.3|^6.0",
+ "symfony/dependency-injection": "^5.4.5|^6.0.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
+ "symfony/event-dispatcher": "^5.1|^6.0",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^5.4|^6.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/routing": "^5.3"
+ "symfony/polyfill-php81": "^1.22",
+ "symfony/routing": "^5.3|^6.0"
},
"conflict": {
+ "doctrine/annotations": "<1.13.1",
+ "doctrine/cache": "<1.11",
"doctrine/persistence": "<1.3",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"phpunit/phpunit": "<5.4.3",
"symfony/asset": "<5.3",
- "symfony/browser-kit": "<4.4",
"symfony/console": "<5.2.5",
"symfony/dom-crawler": "<4.4",
"symfony/dotenv": "<5.1",
@@ -5433,13 +5446,13 @@
"symfony/http-client": "<4.4",
"symfony/lock": "<4.4",
"symfony/mailer": "<5.2",
- "symfony/messenger": "<4.4",
+ "symfony/messenger": "<5.4",
"symfony/mime": "<4.4",
"symfony/property-access": "<5.3",
"symfony/property-info": "<4.4",
- "symfony/security-core": "<5.3",
"symfony/security-csrf": "<5.3",
"symfony/serializer": "<5.2",
+ "symfony/service-contracts": ">=3.0",
"symfony/stopwatch": "<4.4",
"symfony/translation": "<5.3",
"symfony/twig-bridge": "<4.4",
@@ -5449,40 +5462,39 @@
"symfony/workflow": "<5.2"
},
"require-dev": {
- "doctrine/annotations": "^1.10.4",
- "doctrine/cache": "^1.0|^2.0",
+ "doctrine/annotations": "^1.13.1",
+ "doctrine/cache": "^1.11|^2.0",
"doctrine/persistence": "^1.3|^2.0",
- "paragonie/sodium_compat": "^1.8",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/asset": "^5.3",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^5.2",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/dom-crawler": "^4.4.30|^5.3.7",
- "symfony/dotenv": "^5.1",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/form": "^5.2",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/lock": "^4.4|^5.0",
- "symfony/mailer": "^5.2",
- "symfony/messenger": "^5.2",
- "symfony/mime": "^4.4|^5.0",
- "symfony/notifier": "^5.3",
- "symfony/phpunit-bridge": "^5.3",
+ "symfony/asset": "^5.3|^6.0",
+ "symfony/browser-kit": "^5.4|^6.0",
+ "symfony/console": "^5.4|^6.0",
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
+ "symfony/dotenv": "^5.1|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/form": "^5.2|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/lock": "^4.4|^5.0|^6.0",
+ "symfony/mailer": "^5.2|^6.0",
+ "symfony/messenger": "^5.4|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/notifier": "^5.4|^6.0",
+ "symfony/phpunit-bridge": "^5.3|^6.0",
"symfony/polyfill-intl-icu": "~1.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/property-info": "^4.4|^5.0",
- "symfony/rate-limiter": "^5.2",
- "symfony/security-bundle": "^5.3",
- "symfony/serializer": "^5.2",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/string": "^5.0",
- "symfony/translation": "^5.3",
- "symfony/twig-bundle": "^4.4|^5.0",
- "symfony/validator": "^5.2",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/workflow": "^5.2",
- "symfony/yaml": "^4.4|^5.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/property-info": "^4.4|^5.0|^6.0",
+ "symfony/rate-limiter": "^5.2|^6.0",
+ "symfony/security-bundle": "^5.4|^6.0",
+ "symfony/serializer": "^5.4|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/string": "^5.0|^6.0",
+ "symfony/translation": "^5.3|^6.0",
+ "symfony/twig-bundle": "^4.4|^5.0|^6.0",
+ "symfony/validator": "^5.2|^6.0",
+ "symfony/web-link": "^4.4|^5.0|^6.0",
+ "symfony/workflow": "^5.2|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0",
"twig/twig": "^2.10|^3.0"
},
"suggest": {
@@ -5521,7 +5533,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/framework-bundle/tree/v5.3.13"
+ "source": "https://github.com/symfony/framework-bundle/tree/v5.4.6"
},
"funding": [
{
@@ -5537,30 +5549,30 @@
"type": "tidelift"
}
],
- "time": "2021-12-21T19:56:28+00:00"
+ "time": "2022-03-04T14:13:35+00:00"
},
{
"name": "symfony/http-client",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "6b47b4785bed0b1c3409e1dfab2abbb1f553f224"
+ "reference": "fab84798694e45b4571d305125215699eb2b1f73"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/6b47b4785bed0b1c3409e1dfab2abbb1f553f224",
- "reference": "6b47b4785bed0b1c3409e1dfab2abbb1f553f224",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/fab84798694e45b4571d305125215699eb2b1f73",
+ "reference": "fab84798694e45b4571d305125215699eb2b1f73",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-client-contracts": "^2.4",
"symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.0|^2"
+ "symfony/service-contracts": "^1.0|^2|^3"
},
"provide": {
"php-http/async-client-implementation": "*",
@@ -5577,10 +5589,10 @@
"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.13|^5.1.5",
- "symfony/process": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0"
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -5608,7 +5620,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-client/tree/v5.3.13"
+ "source": "https://github.com/symfony/http-client/tree/v5.4.5"
},
"funding": [
{
@@ -5624,7 +5636,7 @@
"type": "tidelift"
}
],
- "time": "2021-12-29T10:09:56+00:00"
+ "time": "2022-02-27T08:46:18+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -5706,29 +5718,29 @@
},
{
"name": "symfony/http-foundation",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "d1314d1020bb38b357ca61f033ed6128a8bb3064"
+ "reference": "34e89bc147633c0f9dd6caaaf56da3b806a21465"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d1314d1020bb38b357ca61f033ed6128a8bb3064",
- "reference": "d1314d1020bb38b357ca61f033ed6128a8bb3064",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/34e89bc147633c0f9dd6caaaf56da3b806a21465",
+ "reference": "34e89bc147633c0f9dd6caaaf56da3b806a21465",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"predis/predis": "~1.0",
- "symfony/cache": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/mime": "To use the file extension guesser"
@@ -5759,7 +5771,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v5.3.13"
+ "source": "https://github.com/symfony/http-foundation/tree/v5.4.6"
},
"funding": [
{
@@ -5775,36 +5787,35 @@
"type": "tidelift"
}
],
- "time": "2021-12-28T17:08:14+00:00"
+ "time": "2022-03-05T21:03:43+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "a27fdb4287b9ee2527f588c45928c05387ae0b7b"
+ "reference": "d41f29ae9af1b5f40c7ebcddf09082953229411d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a27fdb4287b9ee2527f588c45928c05387ae0b7b",
- "reference": "a27fdb4287b9ee2527f588c45928c05387ae0b7b",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d41f29ae9af1b5f40c7ebcddf09082953229411d",
+ "reference": "d41f29ae9af1b5f40c7ebcddf09082953229411d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2",
- "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": "^5.3.7",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
+ "symfony/event-dispatcher": "^5.0|^6.0",
+ "symfony/http-foundation": "^5.3.7|^6.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
- "symfony/browser-kit": "<4.4",
+ "symfony/browser-kit": "<5.4",
"symfony/cache": "<5.0",
"symfony/config": "<5.0",
"symfony/console": "<4.4",
@@ -5824,19 +5835,20 @@
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/config": "^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.3",
- "symfony/dom-crawler": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/translation-contracts": "^1.1|^2",
+ "symfony/browser-kit": "^5.4|^6.0",
+ "symfony/config": "^5.0|^6.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^5.3|^6.0",
+ "symfony/dom-crawler": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/http-client-contracts": "^1.1|^2|^3",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/translation-contracts": "^1.1|^2|^3",
"twig/twig": "^2.13|^3.0.4"
},
"suggest": {
@@ -5871,7 +5883,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v5.3.13"
+ "source": "https://github.com/symfony/http-kernel/tree/v5.4.6"
},
"funding": [
{
@@ -5887,41 +5899,41 @@
"type": "tidelift"
}
],
- "time": "2021-12-29T13:08:38+00:00"
+ "time": "2022-03-05T21:14:51+00:00"
},
{
"name": "symfony/intl",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
- "reference": "2775af96bb9f3832e53836ac2fc3b7e986aa88ba"
+ "reference": "47a1413da15ff840d7c419fa704d32caba3276ac"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/intl/zipball/2775af96bb9f3832e53836ac2fc3b7e986aa88ba",
- "reference": "2775af96bb9f3832e53836ac2fc3b7e986aa88ba",
+ "url": "https://api.github.com/repos/symfony/intl/zipball/47a1413da15ff840d7c419fa704d32caba3276ac",
+ "reference": "47a1413da15ff840d7c419fa704d32caba3276ac",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
- "symfony/filesystem": "^4.4|^5.0"
+ "symfony/filesystem": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
+ "files": [
+ "Resources/functions.php"
+ ],
"psr-4": {
"Symfony\\Component\\Intl\\": ""
},
"classmap": [
"Resources/stubs"
],
- "files": [
- "Resources/functions.php"
- ],
"exclude-from-classmap": [
"/Tests/"
]
@@ -5959,7 +5971,7 @@
"localization"
],
"support": {
- "source": "https://github.com/symfony/intl/tree/v5.3.13"
+ "source": "https://github.com/symfony/intl/tree/v5.4.5"
},
"funding": [
{
@@ -5975,33 +5987,33 @@
"type": "tidelift"
}
],
- "time": "2021-12-16T21:47:07+00:00"
+ "time": "2022-02-25T13:55:17+00:00"
},
{
"name": "symfony/lock",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/lock.git",
- "reference": "c2ce745a8894b6da5c9a6ebe0e0c9d3eed1b5430"
+ "reference": "f03b561c3bff8dc3a8ed0ff960f8a41bb14337d8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/lock/zipball/c2ce745a8894b6da5c9a6ebe0e0c9d3eed1b5430",
- "reference": "c2ce745a8894b6da5c9a6ebe0e0c9d3eed1b5430",
+ "url": "https://api.github.com/repos/symfony/lock/zipball/f03b561c3bff8dc3a8ed0ff960f8a41bb14337d8",
+ "reference": "f03b561c3bff8dc3a8ed0ff960f8a41bb14337d8",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
- "doctrine/dbal": "<2.10"
+ "doctrine/dbal": "<2.13"
},
"require-dev": {
- "doctrine/dbal": "^2.10|^3.0",
+ "doctrine/dbal": "^2.13|^3.0",
"predis/predis": "~1.0"
},
"type": "library",
@@ -6038,7 +6050,7 @@
"semaphore"
],
"support": {
- "source": "https://github.com/symfony/lock/tree/v5.3.13"
+ "source": "https://github.com/symfony/lock/tree/v5.4.5"
},
"funding": [
{
@@ -6054,38 +6066,39 @@
"type": "tidelift"
}
],
- "time": "2021-12-28T16:36:11+00:00"
+ "time": "2022-02-24T09:45:49+00:00"
},
{
"name": "symfony/mailer",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "bef14df46e4570aa786bd75dcee0d5be0910553d"
+ "reference": "f6e927ec95c957131e6b2c78790e1a6d4c576447"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/bef14df46e4570aa786bd75dcee0d5be0910553d",
- "reference": "bef14df46e4570aa786bd75dcee0d5be0910553d",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/f6e927ec95c957131e6b2c78790e1a6d4c576447",
+ "reference": "f6e927ec95c957131e6b2c78790e1a6d4c576447",
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.1.10|^3",
"php": ">=7.2.5",
+ "psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/mime": "^5.2.6",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^5.2.6|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"symfony/http-kernel": "<4.4"
},
"require-dev": {
- "symfony/http-client-contracts": "^1.1|^2",
- "symfony/messenger": "^4.4|^5.0"
+ "symfony/http-client-contracts": "^1.1|^2|^3",
+ "symfony/messenger": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -6113,7 +6126,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v5.3.13"
+ "source": "https://github.com/symfony/mailer/tree/v5.4.5"
},
"funding": [
{
@@ -6129,25 +6142,25 @@
"type": "tidelift"
}
],
- "time": "2021-12-11T14:20:54+00:00"
+ "time": "2022-02-25T10:48:33+00:00"
},
{
"name": "symfony/mime",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "d6b8a06d0d344977141c3f929e335dc4e440b0ae"
+ "reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/d6b8a06d0d344977141c3f929e335dc4e440b0ae",
- "reference": "d6b8a06d0d344977141c3f929e335dc4e440b0ae",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/e1503cfb5c9a225350f549d3bb99296f4abfb80f",
+ "reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16"
@@ -6161,10 +6174,10 @@
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.1",
- "symfony/property-info": "^4.4|^5.1",
- "symfony/serializer": "^5.2"
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/property-access": "^4.4|^5.1|^6.0",
+ "symfony/property-info": "^4.4|^5.1|^6.0",
+ "symfony/serializer": "^5.2|^6.0"
},
"type": "library",
"autoload": {
@@ -6196,7 +6209,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v5.3.13"
+ "source": "https://github.com/symfony/mime/tree/v5.4.3"
},
"funding": [
{
@@ -6212,42 +6225,42 @@
"type": "tidelift"
}
],
- "time": "2021-12-28T14:16:49+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/monolog-bridge",
- "version": "v5.3.7",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
- "reference": "4ace41087254f099b6743333155071438bfb12c3"
+ "reference": "4b56e17c443e7092895477f047f2a70f324f984c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/4ace41087254f099b6743333155071438bfb12c3",
- "reference": "4ace41087254f099b6743333155071438bfb12c3",
+ "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/4b56e17c443e7092895477f047f2a70f324f984c",
+ "reference": "4b56e17c443e7092895477f047f2a70f324f984c",
"shasum": ""
},
"require": {
"monolog/monolog": "^1.25.1|^2",
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/http-kernel": "^5.3",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/http-kernel": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"symfony/console": "<4.4",
"symfony/http-foundation": "<5.3"
},
"require-dev": {
- "symfony/console": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/mailer": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/security-core": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/mailer": "^4.4|^5.0|^6.0",
+ "symfony/messenger": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/security-core": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
@@ -6280,7 +6293,7 @@
"description": "Provides integration for Monolog with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/monolog-bridge/tree/v5.3.7"
+ "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.3"
},
"funding": [
{
@@ -6296,7 +6309,7 @@
"type": "tidelift"
}
],
- "time": "2021-08-13T15:54:02+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/monolog-bundle",
@@ -6381,16 +6394,16 @@
},
{
"name": "symfony/notifier",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/notifier.git",
- "reference": "372bcd5977e932584b5325c3de5ad5a220da4cf4"
+ "reference": "cf926e6ffc3d3c4aba412f722dd61faf39944eaa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/notifier/zipball/372bcd5977e932584b5325c3de5ad5a220da4cf4",
- "reference": "372bcd5977e932584b5325c3de5ad5a220da4cf4",
+ "url": "https://api.github.com/repos/symfony/notifier/zipball/cf926e6ffc3d3c4aba412f722dd61faf39944eaa",
+ "reference": "cf926e6ffc3d3c4aba412f722dd61faf39944eaa",
"shasum": ""
},
"require": {
@@ -6415,15 +6428,16 @@
"symfony/sendinblue-notifier": "<5.3",
"symfony/sinch-notifier": "<5.3",
"symfony/slack-notifier": "<5.3",
+ "symfony/sms77-notifier": "<5.3",
"symfony/smsapi-notifier": "<5.3",
"symfony/telegram-notifier": "<5.3",
"symfony/twilio-notifier": "<5.3",
"symfony/zulip-notifier": "<5.3"
},
"require-dev": {
- "symfony/event-dispatcher-contracts": "^2",
- "symfony/http-client-contracts": "^2",
- "symfony/messenger": "^4.4|^5.0"
+ "symfony/event-dispatcher-contracts": "^2|^3",
+ "symfony/http-client-contracts": "^2|^3",
+ "symfony/messenger": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
@@ -6455,7 +6469,7 @@
"notifier"
],
"support": {
- "source": "https://github.com/symfony/notifier/tree/v5.3.13"
+ "source": "https://github.com/symfony/notifier/tree/v5.4.6"
},
"funding": [
{
@@ -6471,25 +6485,25 @@
"type": "tidelift"
}
],
- "time": "2021-12-23T12:11:30+00:00"
+ "time": "2022-03-02T13:06:58+00:00"
},
{
"name": "symfony/options-resolver",
- "version": "v5.3.7",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
- "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e"
+ "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4b78e55b179003a42523a362cc0e8327f7a69b5e",
- "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e",
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8",
+ "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.16"
},
@@ -6524,7 +6538,7 @@
"options"
],
"support": {
- "source": "https://github.com/symfony/options-resolver/tree/v5.3.7"
+ "source": "https://github.com/symfony/options-resolver/tree/v5.4.3"
},
"funding": [
{
@@ -6540,20 +6554,20 @@
"type": "tidelift"
}
],
- "time": "2021-08-04T21:20:46+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/password-hasher",
- "version": "v5.3.8",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
- "reference": "4bdaa0cca1fb3521bc1825160f3b5490c130bbda"
+ "reference": "b5ed59c4536d8386cd37bb86df2b7bd5fbbd46d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/password-hasher/zipball/4bdaa0cca1fb3521bc1825160f3b5490c130bbda",
- "reference": "4bdaa0cca1fb3521bc1825160f3b5490c130bbda",
+ "url": "https://api.github.com/repos/symfony/password-hasher/zipball/b5ed59c4536d8386cd37bb86df2b7bd5fbbd46d4",
+ "reference": "b5ed59c4536d8386cd37bb86df2b7bd5fbbd46d4",
"shasum": ""
},
"require": {
@@ -6565,7 +6579,7 @@
},
"require-dev": {
"symfony/console": "^5",
- "symfony/security-core": "^5.3"
+ "symfony/security-core": "^5.3|^6.0"
},
"type": "library",
"autoload": {
@@ -6597,7 +6611,7 @@
"password"
],
"support": {
- "source": "https://github.com/symfony/password-hasher/tree/v5.3.8"
+ "source": "https://github.com/symfony/password-hasher/tree/v5.4.3"
},
"funding": [
{
@@ -6613,11 +6627,11 @@
"type": "tidelift"
}
],
- "time": "2021-09-03T12:22:16+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
@@ -6646,12 +6660,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -6678,7 +6692,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.0"
},
"funding": [
{
@@ -6698,7 +6712,7 @@
},
{
"name": "symfony/polyfill-intl-icu",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
@@ -6765,7 +6779,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.25.0"
},
"funding": [
{
@@ -6785,7 +6799,7 @@
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
@@ -6816,12 +6830,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Idn\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Idn\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -6852,7 +6866,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0"
},
"funding": [
{
@@ -6872,7 +6886,7 @@
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -6901,12 +6915,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
- },
"files": [
"bootstrap.php"
],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
+ },
"classmap": [
"Resources/stubs"
]
@@ -6936,7 +6950,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0"
},
"funding": [
{
@@ -6956,7 +6970,7 @@
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
@@ -6988,12 +7002,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
- },
"files": [
"bootstrap.php"
- ]
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -7019,7 +7033,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
},
"funding": [
{
@@ -7039,7 +7053,7 @@
},
{
"name": "symfony/polyfill-php73",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
@@ -7065,12 +7079,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php73\\": ""
- },
"files": [
"bootstrap.php"
],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php73\\": ""
+ },
"classmap": [
"Resources/stubs"
]
@@ -7098,7 +7112,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
},
"funding": [
{
@@ -7118,16 +7132,16 @@
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
+ "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
- "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
+ "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"shasum": ""
},
"require": {
@@ -7144,12 +7158,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php80\\": ""
- },
"files": [
"bootstrap.php"
],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php80\\": ""
+ },
"classmap": [
"Resources/stubs"
]
@@ -7181,7 +7195,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
},
"funding": [
{
@@ -7197,11 +7211,11 @@
"type": "tidelift"
}
],
- "time": "2021-09-13T13:58:33+00:00"
+ "time": "2022-03-04T08:16:47+00:00"
},
{
"name": "symfony/polyfill-php81",
- "version": "v1.24.0",
+ "version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
@@ -7227,12 +7241,12 @@
}
},
"autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php81\\": ""
- },
"files": [
"bootstrap.php"
],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php81\\": ""
+ },
"classmap": [
"Resources/stubs"
]
@@ -7260,7 +7274,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.25.0"
},
"funding": [
{
@@ -7280,16 +7294,16 @@
},
{
"name": "symfony/process",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "bcd167b6b5b667a4198eab68c2c3dd6978160b7c"
+ "reference": "95440409896f90a5f85db07a32b517ecec17fa4c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/bcd167b6b5b667a4198eab68c2c3dd6978160b7c",
- "reference": "bcd167b6b5b667a4198eab68c2c3dd6978160b7c",
+ "url": "https://api.github.com/repos/symfony/process/zipball/95440409896f90a5f85db07a32b517ecec17fa4c",
+ "reference": "95440409896f90a5f85db07a32b517ecec17fa4c",
"shasum": ""
},
"require": {
@@ -7322,7 +7336,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v5.3.13"
+ "source": "https://github.com/symfony/process/tree/v5.4.5"
},
"funding": [
{
@@ -7338,30 +7352,30 @@
"type": "tidelift"
}
],
- "time": "2021-12-27T21:00:39+00:00"
+ "time": "2022-01-30T18:16:22+00:00"
},
{
"name": "symfony/property-access",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
- "reference": "8d01a4f7503baf00f6ce8a970fbc9a837da8bbb8"
+ "reference": "95534d912f61117d3bce2d4456419ee2ee548d7a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-access/zipball/8d01a4f7503baf00f6ce8a970fbc9a837da8bbb8",
- "reference": "8d01a4f7503baf00f6ce8a970fbc9a837da8bbb8",
+ "url": "https://api.github.com/repos/symfony/property-access/zipball/95534d912f61117d3bce2d4456419ee2ee548d7a",
+ "reference": "95534d912f61117d3bce2d4456419ee2ee548d7a",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
- "symfony/property-info": "^5.2"
+ "symfony/property-info": "^5.2|^6.0"
},
"require-dev": {
- "symfony/cache": "^4.4|^5.0"
+ "symfony/cache": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
@@ -7403,7 +7417,7 @@
"reflection"
],
"support": {
- "source": "https://github.com/symfony/property-access/tree/v5.3.13"
+ "source": "https://github.com/symfony/property-access/tree/v5.4.5"
},
"funding": [
{
@@ -7419,27 +7433,27 @@
"type": "tidelift"
}
],
- "time": "2021-12-11T14:40:58+00:00"
+ "time": "2022-02-04T18:39:09+00:00"
},
{
"name": "symfony/property-info",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
- "reference": "43a3848528e5d1737c0821a5823343cd4a7aaf1c"
+ "reference": "bcc2b6904cbcf16b2e5d618da16117cd8e132f9a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-info/zipball/43a3848528e5d1737c0821a5823343cd4a7aaf1c",
- "reference": "43a3848528e5d1737c0821a5823343cd4a7aaf1c",
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/bcc2b6904cbcf16b2e5d618da16117cd8e132f9a",
+ "reference": "bcc2b6904cbcf16b2e5d618da16117cd8e132f9a",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
- "symfony/string": "^5.1"
+ "symfony/string": "^5.1|^6.0"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
@@ -7449,9 +7463,10 @@
"require-dev": {
"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",
- "symfony/serializer": "^4.4|^5.0"
+ "phpstan/phpdoc-parser": "^1.0",
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/serializer": "^4.4|^5.0|^6.0"
},
"suggest": {
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
@@ -7493,7 +7508,7 @@
"validator"
],
"support": {
- "source": "https://github.com/symfony/property-info/tree/v5.3.13"
+ "source": "https://github.com/symfony/property-info/tree/v5.4.3"
},
"funding": [
{
@@ -7509,30 +7524,30 @@
"type": "tidelift"
}
],
- "time": "2021-12-13T13:43:02+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/proxy-manager-bridge",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/proxy-manager-bridge.git",
- "reference": "eb35b44a9703be5701126bcea036bec40635c6fa"
+ "reference": "e6936de1cc8f4e6e3b2264aef186ca21695aee8e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/eb35b44a9703be5701126bcea036bec40635c6fa",
- "reference": "eb35b44a9703be5701126bcea036bec40635c6fa",
+ "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/e6936de1cc8f4e6e3b2264aef186ca21695aee8e",
+ "reference": "e6936de1cc8f4e6e3b2264aef186ca21695aee8e",
"shasum": ""
},
"require": {
"friendsofphp/proxy-manager-lts": "^1.0.2",
"php": ">=7.2.5",
- "symfony/dependency-injection": "^5.0",
+ "symfony/dependency-injection": "^5.0|^6.0",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
- "symfony/config": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0"
},
"type": "symfony-bridge",
"autoload": {
@@ -7560,7 +7575,7 @@
"description": "Provides integration for ProxyManager with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.3.13"
+ "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.4.6"
},
"funding": [
{
@@ -7576,26 +7591,26 @@
"type": "tidelift"
}
],
- "time": "2021-12-22T18:26:22+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/rate-limiter",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/rate-limiter.git",
- "reference": "7eec0d623dcec0b25f3e50425905e5cd1c691625"
+ "reference": "8962f50180ae6df30b4a1a50c0005182a3303764"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/rate-limiter/zipball/7eec0d623dcec0b25f3e50425905e5cd1c691625",
- "reference": "7eec0d623dcec0b25f3e50425905e5cd1c691625",
+ "url": "https://api.github.com/repos/symfony/rate-limiter/zipball/8962f50180ae6df30b4a1a50c0005182a3303764",
+ "reference": "8962f50180ae6df30b4a1a50c0005182a3303764",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/lock": "^5.2",
- "symfony/options-resolver": "^5.1"
+ "symfony/lock": "^5.2|^6.0",
+ "symfony/options-resolver": "^5.1|^6.0"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0"
@@ -7630,7 +7645,7 @@
"rate-limiter"
],
"support": {
- "source": "https://github.com/symfony/rate-limiter/tree/v5.3.13"
+ "source": "https://github.com/symfony/rate-limiter/tree/v5.4.3"
},
"funding": [
{
@@ -7646,25 +7661,25 @@
"type": "tidelift"
}
],
- "time": "2021-12-02T17:12:29+00:00"
+ "time": "2022-01-24T06:21:58+00:00"
},
{
"name": "symfony/routing",
- "version": "v5.3.11",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "fcbc2b81d55984f04bb704c2269755fa5aaf5cca"
+ "reference": "44b29c7a94e867ccde1da604792f11a469958981"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/fcbc2b81d55984f04bb704c2269755fa5aaf5cca",
- "reference": "fcbc2b81d55984f04bb704c2269755fa5aaf5cca",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/44b29c7a94e867ccde1da604792f11a469958981",
+ "reference": "44b29c7a94e867ccde1da604792f11a469958981",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
@@ -7676,11 +7691,11 @@
"require-dev": {
"doctrine/annotations": "^1.12",
"psr/log": "^1|^2|^3",
- "symfony/config": "^5.3",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/config": "^5.3|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/config": "For using the all-in-one router or any loader",
@@ -7720,7 +7735,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v5.3.11"
+ "source": "https://github.com/symfony/routing/tree/v5.4.3"
},
"funding": [
{
@@ -7736,20 +7751,20 @@
"type": "tidelift"
}
],
- "time": "2021-11-04T16:37:19+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/runtime",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
- "reference": "e1584fa647ee4c63a2e7fcef52feb61938a7ebec"
+ "reference": "06fdd940ebf240ed7d9c9832cd97bf3133847316"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/runtime/zipball/e1584fa647ee4c63a2e7fcef52feb61938a7ebec",
- "reference": "e1584fa647ee4c63a2e7fcef52feb61938a7ebec",
+ "url": "https://api.github.com/repos/symfony/runtime/zipball/06fdd940ebf240ed7d9c9832cd97bf3133847316",
+ "reference": "06fdd940ebf240ed7d9c9832cd97bf3133847316",
"shasum": ""
},
"require": {
@@ -7762,10 +7777,10 @@
},
"require-dev": {
"composer/composer": "^1.0.2|^2.0",
- "symfony/console": "^4.4.30|^5.3.7",
- "symfony/dotenv": "^5.1",
- "symfony/http-foundation": "^4.4.30|^5.3.7",
- "symfony/http-kernel": "^4.4.30|^5.3.7"
+ "symfony/console": "^4.4.30|^5.3.7|^6.0",
+ "symfony/dotenv": "^5.1|^6.0",
+ "symfony/http-foundation": "^4.4.30|^5.3.7|^6.0",
+ "symfony/http-kernel": "^4.4.30|^5.3.7|^6.0"
},
"type": "composer-plugin",
"extra": {
@@ -7797,7 +7812,7 @@
"description": "Enables decoupling PHP applications from global state",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/runtime/tree/v5.3.13"
+ "source": "https://github.com/symfony/runtime/tree/v5.4.5"
},
"funding": [
{
@@ -7813,37 +7828,37 @@
"type": "tidelift"
}
],
- "time": "2021-12-01T15:43:39+00:00"
+ "time": "2022-02-15T13:38:03+00:00"
},
{
"name": "symfony/security-bundle",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
- "reference": "485b9cc6343c0f3a802aa537d34abea90a2b46ad"
+ "reference": "d6ae2f605fa8e4e0860c1a6574271af2bb4ba16c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-bundle/zipball/485b9cc6343c0f3a802aa537d34abea90a2b46ad",
- "reference": "485b9cc6343c0f3a802aa537d34abea90a2b46ad",
+ "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d6ae2f605fa8e4e0860c1a6574271af2bb4ba16c",
+ "reference": "d6ae2f605fa8e4e0860c1a6574271af2bb4ba16c",
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.3",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher": "^5.1",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^5.3",
- "symfony/password-hasher": "^5.3",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^5.3|^6.0",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher": "^5.1|^6.0",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^5.3|^6.0",
+ "symfony/password-hasher": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/security-core": "^5.3",
- "symfony/security-csrf": "^4.4|^5.0",
+ "symfony/security-core": "^5.4|^6.0",
+ "symfony/security-csrf": "^4.4|^5.0|^6.0",
"symfony/security-guard": "^5.3",
- "symfony/security-http": "^5.3.2"
+ "symfony/security-http": "^5.4|^6.0"
},
"conflict": {
"symfony/browser-kit": "<4.4",
@@ -7854,23 +7869,23 @@
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
- "symfony/asset": "^4.4|^5.0",
- "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/expression-language": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.3",
- "symfony/ldap": "^5.3",
- "symfony/process": "^4.4|^5.0",
- "symfony/rate-limiter": "^5.2",
- "symfony/serializer": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/twig-bridge": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
- "symfony/validator": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0",
+ "symfony/asset": "^4.4|^5.0|^6.0",
+ "symfony/browser-kit": "^4.4|^5.0|^6.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/dom-crawler": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/form": "^4.4|^5.0|^6.0",
+ "symfony/framework-bundle": "^5.3|^6.0",
+ "symfony/ldap": "^5.3|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/rate-limiter": "^5.2|^6.0",
+ "symfony/serializer": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/twig-bridge": "^4.4|^5.0|^6.0",
+ "symfony/twig-bundle": "^4.4|^5.0|^6.0",
+ "symfony/validator": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0",
"twig/twig": "^2.13|^3.0.4"
},
"type": "symfony-bundle",
@@ -7899,7 +7914,7 @@
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-bundle/tree/v5.3.13"
+ "source": "https://github.com/symfony/security-bundle/tree/v5.4.5"
},
"funding": [
{
@@ -7915,29 +7930,29 @@
"type": "tidelift"
}
],
- "time": "2021-11-28T15:23:54+00:00"
+ "time": "2022-02-18T16:06:09+00:00"
},
{
"name": "symfony/security-core",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
- "reference": "cce790b31d30c4ef765c95c7a199f2f3267f4e7b"
+ "reference": "11d815ccbff929899a4ec545f9f85185071abd12"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-core/zipball/cce790b31d30c4ef765c95c7a199f2f3267f4e7b",
- "reference": "cce790b31d30c4ef765c95c7a199f2f3267f4e7b",
+ "url": "https://api.github.com/repos/symfony/security-core/zipball/11d815ccbff929899a4ec545f9f85185071abd12",
+ "reference": "11d815ccbff929899a4ec545f9f85185071abd12",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/event-dispatcher-contracts": "^1.1|^2",
- "symfony/password-hasher": "^5.3",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher-contracts": "^1.1|^2|^3",
+ "symfony/password-hasher": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1.6|^2"
+ "symfony/service-contracts": "^1.1.6|^2|^3"
},
"conflict": {
"symfony/event-dispatcher": "<4.4",
@@ -7950,13 +7965,13 @@
"psr/cache": "^1.0|^2.0|^3.0",
"psr/container": "^1.0|^2.0",
"psr/log": "^1|^2|^3",
- "symfony/cache": "^4.4|^5.0",
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/http-foundation": "^5.3",
- "symfony/ldap": "^4.4|^5.0",
- "symfony/translation": "^4.4|^5.0",
- "symfony/validator": "^5.2"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/ldap": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/validator": "^5.2|^6.0"
},
"suggest": {
"psr/container-implementation": "To instantiate the Security class",
@@ -7992,7 +8007,7 @@
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-core/tree/v5.3.13"
+ "source": "https://github.com/symfony/security-core/tree/v5.4.5"
},
"funding": [
{
@@ -8008,32 +8023,32 @@
"type": "tidelift"
}
],
- "time": "2021-12-28T13:31:40+00:00"
+ "time": "2022-02-18T16:06:09+00:00"
},
{
"name": "symfony/security-csrf",
- "version": "v5.3.4",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
- "reference": "94b533195cf7fb21f3fae8ce349861c6401d969e"
+ "reference": "57c1c252ca756289c2b61327e08fb10be3936956"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-csrf/zipball/94b533195cf7fb21f3fae8ce349861c6401d969e",
- "reference": "94b533195cf7fb21f3fae8ce349861c6401d969e",
+ "url": "https://api.github.com/repos/symfony/security-csrf/zipball/57c1c252ca756289c2b61327e08fb10be3936956",
+ "reference": "57c1c252ca756289c2b61327e08fb10be3936956",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16",
- "symfony/security-core": "^4.4|^5.0"
+ "symfony/security-core": "^4.4|^5.0|^6.0"
},
"conflict": {
"symfony/http-foundation": "<5.3"
},
"require-dev": {
- "symfony/http-foundation": "^5.3"
+ "symfony/http-foundation": "^5.3|^6.0"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
@@ -8064,7 +8079,7 @@
"description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-csrf/tree/v5.3.4"
+ "source": "https://github.com/symfony/security-csrf/tree/v5.4.3"
},
"funding": [
{
@@ -8080,20 +8095,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/security-guard",
- "version": "v5.3.7",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
- "reference": "25f8d2a206505514a0ff14b16c4fb4e17a10cf18"
+ "reference": "3d68d9f8e162f6655eb0a0237b9f333a82a19da9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-guard/zipball/25f8d2a206505514a0ff14b16c4fb4e17a10cf18",
- "reference": "25f8d2a206505514a0ff14b16c4fb4e17a10cf18",
+ "url": "https://api.github.com/repos/symfony/security-guard/zipball/3d68d9f8e162f6655eb0a0237b9f333a82a19da9",
+ "reference": "3d68d9f8e162f6655eb0a0237b9f333a82a19da9",
"shasum": ""
},
"require": {
@@ -8131,7 +8146,7 @@
"description": "Symfony Security Component - Guard",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-guard/tree/v5.3.7"
+ "source": "https://github.com/symfony/security-guard/tree/v5.4.3"
},
"funding": [
{
@@ -8147,31 +8162,31 @@
"type": "tidelift"
}
],
- "time": "2021-08-13T15:54:02+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/security-http",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
- "reference": "ef81ab10b9ca595b7e7db5024af6fe83f9548e45"
+ "reference": "53d572f06fc438faae3713cc97d186d941919748"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-http/zipball/ef81ab10b9ca595b7e7db5024af6fe83f9548e45",
- "reference": "ef81ab10b9ca595b7e7db5024af6fe83f9548e45",
+ "url": "https://api.github.com/repos/symfony/security-http/zipball/53d572f06fc438faae3713cc97d186d941919748",
+ "reference": "53d572f06fc438faae3713cc97d186d941919748",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^5.3",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^5.3|^6.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/security-core": "^5.3"
+ "symfony/property-access": "^4.4|^5.0|^6.0",
+ "symfony/security-core": "^5.4|^6.0"
},
"conflict": {
"symfony/event-dispatcher": "<4.3",
@@ -8180,11 +8195,11 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "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/translation": "^4.4|^5.0"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/rate-limiter": "^5.2|^6.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
+ "symfony/security-csrf": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
@@ -8216,7 +8231,7 @@
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-http/tree/v5.3.13"
+ "source": "https://github.com/symfony/security-http/tree/v5.4.5"
},
"funding": [
{
@@ -8232,25 +8247,25 @@
"type": "tidelift"
}
],
- "time": "2021-12-29T09:38:37+00:00"
+ "time": "2022-02-17T20:21:36+00:00"
},
{
"name": "symfony/serializer",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "6164ed80e5941093d4860ed9b93da5da9924180a"
+ "reference": "851007ff0781d06d1bf9890069ab19ac1610a027"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/6164ed80e5941093d4860ed9b93da5da9924180a",
- "reference": "6164ed80e5941093d4860ed9b93da5da9924180a",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/851007ff0781d06d1bf9890069ab19ac1610a027",
+ "reference": "851007ff0781d06d1bf9890069ab19ac1610a027",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
@@ -8259,30 +8274,30 @@
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/dependency-injection": "<4.4",
- "symfony/property-access": "<5.3.13",
- "symfony/property-info": "<5.3",
+ "symfony/property-access": "<5.4",
+ "symfony/property-info": "<5.3.13",
"symfony/uid": "<5.3",
"symfony/yaml": "<4.4"
},
"require-dev": {
"doctrine/annotations": "^1.12",
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
- "symfony/cache": "^4.4|^5.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/property-access": "^5.3.13",
- "symfony/property-info": "^5.3",
- "symfony/uid": "^5.3",
- "symfony/validator": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0",
- "symfony/var-exporter": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
+ "symfony/form": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/property-access": "^5.4|^6.0",
+ "symfony/property-info": "^5.3.13|^6.0",
+ "symfony/uid": "^5.3|^6.0",
+ "symfony/validator": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0",
+ "symfony/var-exporter": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/cache-implementation": "For using the metadata cache.",
@@ -8319,7 +8334,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/serializer/tree/v5.3.13"
+ "source": "https://github.com/symfony/serializer/tree/v5.4.6"
},
"funding": [
{
@@ -8335,26 +8350,25 @@
"type": "tidelift"
}
],
- "time": "2021-12-15T12:59:52+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v2.5.0",
+ "version": "v2.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
+ "reference": "d664541b99d6fb0247ec5ff32e87238582236204"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
- "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d664541b99d6fb0247ec5ff32e87238582236204",
+ "reference": "d664541b99d6fb0247ec5ff32e87238582236204",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "psr/container": "^1.1",
- "symfony/deprecation-contracts": "^2.1"
+ "psr/container": "^1.1"
},
"conflict": {
"ext-psr": "<1.1|>=2"
@@ -8365,7 +8379,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "2.5-dev"
+ "dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -8402,7 +8416,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/service-contracts/tree/v2.4.1"
},
"funding": [
{
@@ -8418,25 +8432,25 @@
"type": "tidelift"
}
],
- "time": "2021-11-04T16:48:04+00:00"
+ "time": "2021-11-04T16:37:19+00:00"
},
{
"name": "symfony/stopwatch",
- "version": "v5.3.4",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
- "reference": "b24c6a92c6db316fee69e38c80591e080e41536c"
+ "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c",
- "reference": "b24c6a92c6db316fee69e38c80591e080e41536c",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
+ "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/service-contracts": "^1.0|^2"
+ "symfony/service-contracts": "^1|^2|^3"
},
"type": "library",
"autoload": {
@@ -8464,7 +8478,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/stopwatch/tree/v5.3.4"
+ "source": "https://github.com/symfony/stopwatch/tree/v5.4.5"
},
"funding": [
{
@@ -8480,20 +8494,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-10T08:58:57+00:00"
+ "time": "2022-02-18T16:06:09+00:00"
},
{
"name": "symfony/string",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "71e9700a0737a269bc8c3d09a745e56052a08531"
+ "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/71e9700a0737a269bc8c3d09a745e56052a08531",
- "reference": "71e9700a0737a269bc8c3d09a745e56052a08531",
+ "url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10",
+ "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10",
"shasum": ""
},
"require": {
@@ -8504,20 +8518,23 @@
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
+ "conflict": {
+ "symfony/translation-contracts": ">=3.0"
+ },
"require-dev": {
- "symfony/error-handler": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/translation-contracts": "^1.1|^2",
- "symfony/var-exporter": "^4.4|^5.0"
+ "symfony/var-exporter": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
- "psr-4": {
- "Symfony\\Component\\String\\": ""
- },
"files": [
"Resources/functions.php"
],
+ "psr-4": {
+ "Symfony\\Component\\String\\": ""
+ },
"exclude-from-classmap": [
"/Tests/"
]
@@ -8547,7 +8564,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v5.3.13"
+ "source": "https://github.com/symfony/string/tree/v5.4.3"
},
"funding": [
{
@@ -8563,31 +8580,32 @@
"type": "tidelift"
}
],
- "time": "2021-12-16T21:47:07+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/translation",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "6ef0582a7a30141346ecc4541c9f61347b9f944b"
+ "reference": "a7ca9fdfffb0174209440c2ffa1dee228e15d95b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/6ef0582a7a30141346ecc4541c9f61347b9f944b",
- "reference": "6ef0582a7a30141346ecc4541c9f61347b9f944b",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/a7ca9fdfffb0174209440c2ffa1dee228e15d95b",
+ "reference": "a7ca9fdfffb0174209440c2ffa1dee228e15d95b",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation-contracts": "^2.3"
},
"conflict": {
"symfony/config": "<4.4",
+ "symfony/console": "<5.3",
"symfony/dependency-injection": "<5.0",
"symfony/http-kernel": "<5.0",
"symfony/twig-bundle": "<5.0",
@@ -8598,15 +8616,16 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "symfony/config": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/http-kernel": "^5.0",
- "symfony/intl": "^4.4|^5.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/console": "^5.4|^6.0",
+ "symfony/dependency-injection": "^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
+ "symfony/http-kernel": "^5.0|^6.0",
+ "symfony/intl": "^4.4|^5.0|^6.0",
"symfony/polyfill-intl-icu": "^1.21",
- "symfony/service-contracts": "^1.1.2|^2",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/service-contracts": "^1.1.2|^2|^3",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
@@ -8642,7 +8661,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/translation/tree/v5.3.13"
+ "source": "https://github.com/symfony/translation/tree/v5.4.6"
},
"funding": [
{
@@ -8658,7 +8677,7 @@
"type": "tidelift"
}
],
- "time": "2021-12-25T19:24:19+00:00"
+ "time": "2022-03-02T12:56:28+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -8740,28 +8759,28 @@
},
{
"name": "symfony/twig-bridge",
- "version": "v5.3.13",
+ "version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
- "reference": "0777e9af726d06acb863de926ba9054268eb0508"
+ "reference": "648c8694a9470ae4aaf64cbce1b640f5941fd7c9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/0777e9af726d06acb863de926ba9054268eb0508",
- "reference": "0777e9af726d06acb863de926ba9054268eb0508",
+ "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/648c8694a9470ae4aaf64cbce1b640f5941fd7c9",
+ "reference": "648c8694a9470ae4aaf64cbce1b640f5941fd7c9",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16",
- "symfony/translation-contracts": "^1.1|^2",
+ "symfony/translation-contracts": "^1.1|^2|^3",
"twig/twig": "^2.13|^3.0.4"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
- "symfony/console": "<4.4",
+ "symfony/console": "<5.3",
"symfony/form": "<5.3",
"symfony/http-foundation": "<5.3",
"symfony/http-kernel": "<4.4",
@@ -8772,29 +8791,29 @@
"doctrine/annotations": "^1.12",
"egulias/email-validator": "^2.1.10|^3",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/asset": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/form": "^5.3",
- "symfony/http-foundation": "^5.3",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/mime": "^5.2",
+ "symfony/asset": "^4.4|^5.0|^6.0",
+ "symfony/console": "^5.3|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/form": "^5.3|^6.0",
+ "symfony/http-foundation": "^5.3|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/intl": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^5.2|^6.0",
"symfony/polyfill-intl-icu": "~1.0",
- "symfony/property-info": "^4.4|^5.1",
- "symfony/routing": "^4.4|^5.0",
+ "symfony/property-info": "^4.4|^5.1|^6.0",
+ "symfony/routing": "^4.4|^5.0|^6.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.2",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/workflow": "^5.2",
- "symfony/yaml": "^4.4|^5.0",
+ "symfony/security-core": "^4.4|^5.0|^6.0",
+ "symfony/security-csrf": "^4.4|^5.0|^6.0",
+ "symfony/security-http": "^4.4|^5.0|^6.0",
+ "symfony/serializer": "^5.2|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^5.2|^6.0",
+ "symfony/web-link": "^4.4|^5.0|^6.0",
+ "symfony/workflow": "^5.2|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0",
"twig/cssinliner-extra": "^2.12|^3",
"twig/inky-extra": "^2.12|^3",
"twig/markdown-extra": "^2.12|^3"
@@ -8841,7 +8860,7 @@
"description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/twig-bridge/tree/v5.3.13"
+ "source": "https://github.com/symfony/twig-bridge/tree/v5.4.5"
},
"funding": [
{
@@ -8857,51 +8876,52 @@
"type": "tidelift"
}
],
- "time": "2021-11-29T12:29:37+00:00"
+ "time": "2022-02-09T08:59:58+00:00"
},
{
"name": "symfony/twig-bundle",
- "version": "v5.3.10",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
- "reference": "70157db4357eadf33f38e4e7efa5da4b294e17de"
+ "reference": "45ae3ee8155f93042a1033b166a7a3ed57b96a92"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/70157db4357eadf33f38e4e7efa5da4b294e17de",
- "reference": "70157db4357eadf33f38e4e7efa5da4b294e17de",
+ "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/45ae3ee8155f93042a1033b166a7a3ed57b96a92",
+ "reference": "45ae3ee8155f93042a1033b166a7a3ed57b96a92",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^5.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^5.0|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
- "symfony/twig-bridge": "^5.3",
+ "symfony/twig-bridge": "^5.3|^6.0",
"twig/twig": "^2.13|^3.0.4"
},
"conflict": {
"symfony/dependency-injection": "<5.3",
"symfony/framework-bundle": "<5.0",
+ "symfony/service-contracts": ">=3.0",
"symfony/translation": "<5.0"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
"doctrine/cache": "^1.0|^2.0",
- "symfony/asset": "^4.4|^5.0",
- "symfony/dependency-injection": "^5.3",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/form": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.0",
- "symfony/routing": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0",
- "symfony/translation": "^5.0",
- "symfony/web-link": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/asset": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^5.3|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/form": "^4.4|^5.0|^6.0",
+ "symfony/framework-bundle": "^5.0|^6.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
+ "symfony/translation": "^5.0|^6.0",
+ "symfony/web-link": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"type": "symfony-bundle",
"autoload": {
@@ -8929,7 +8949,7 @@
"description": "Provides a tight integration of Twig into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/twig-bundle/tree/v5.3.10"
+ "source": "https://github.com/symfony/twig-bundle/tree/v5.4.3"
},
"funding": [
{
@@ -8945,32 +8965,35 @@
"type": "tidelift"
}
],
- "time": "2021-10-28T13:28:41+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/validator",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
- "reference": "3b597f55b1df2287e1a52c9bfbca9b181f99c66d"
+ "reference": "ab461eab209e3be062ba9c609d37b37e8364dbe4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/3b597f55b1df2287e1a52c9bfbca9b181f99c66d",
- "reference": "3b597f55b1df2287e1a52c9bfbca9b181f99c66d",
+ "url": "https://api.github.com/repos/symfony/validator/zipball/ab461eab209e3be062ba9c609d37b37e8364dbe4",
+ "reference": "ab461eab209e3be062ba9c609d37b37e8364dbe4",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/translation-contracts": "^1.1|^2"
+ "symfony/polyfill-php81": "^1.22",
+ "symfony/translation-contracts": "^1.1|^2|^3"
},
"conflict": {
+ "doctrine/annotations": "<1.13",
+ "doctrine/cache": "<1.11",
"doctrine/lexer": "<1.1",
"phpunit/phpunit": "<5.4.3",
"symfony/dependency-injection": "<4.4",
@@ -8982,24 +9005,24 @@
"symfony/yaml": "<4.4"
},
"require-dev": {
- "doctrine/annotations": "^1.10.4",
- "doctrine/cache": "^1.0|^2.0",
+ "doctrine/annotations": "^1.13",
+ "doctrine/cache": "^1.11|^2.0",
"egulias/email-validator": "^2.1.10|^3",
- "symfony/cache": "^4.4|^5.0",
- "symfony/config": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/expression-language": "^5.1",
- "symfony/finder": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/intl": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.0",
- "symfony/property-info": "^5.3",
- "symfony/translation": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/expression-language": "^5.1|^6.0",
+ "symfony/finder": "^4.4|^5.0|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/intl": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/property-access": "^4.4|^5.0|^6.0",
+ "symfony/property-info": "^5.3|^6.0",
+ "symfony/translation": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"egulias/email-validator": "Strict (RFC compliant) email validation",
@@ -9039,7 +9062,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/validator/tree/v5.3.13"
+ "source": "https://github.com/symfony/validator/tree/v5.4.6"
},
"funding": [
{
@@ -9055,20 +9078,20 @@
"type": "tidelift"
}
],
- "time": "2021-12-21T11:59:13+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "b5710d1a151ed266d69e9c216f126cd108d62d93"
+ "reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b5710d1a151ed266d69e9c216f126cd108d62d93",
- "reference": "b5710d1a151ed266d69e9c216f126cd108d62d93",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/294e9da6e2e0dd404e983daa5aa74253d92c05d0",
+ "reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0",
"shasum": ""
},
"require": {
@@ -9082,8 +9105,9 @@
},
"require-dev": {
"ext-iconv": "*",
- "symfony/console": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/uid": "^5.1|^6.0",
"twig/twig": "^2.13|^3.0.4"
},
"suggest": {
@@ -9127,7 +9151,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v5.3.13"
+ "source": "https://github.com/symfony/var-dumper/tree/v5.4.6"
},
"funding": [
{
@@ -9143,20 +9167,20 @@
"type": "tidelift"
}
],
- "time": "2021-12-29T10:09:56+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/var-exporter",
- "version": "v5.3.11",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "b16fcf355b810bcbccc2c6eac1d016725dbf9002"
+ "reference": "49e2355fe6f59ea30c18ebb68edf13b7e20582e5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b16fcf355b810bcbccc2c6eac1d016725dbf9002",
- "reference": "b16fcf355b810bcbccc2c6eac1d016725dbf9002",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/49e2355fe6f59ea30c18ebb68edf13b7e20582e5",
+ "reference": "49e2355fe6f59ea30c18ebb68edf13b7e20582e5",
"shasum": ""
},
"require": {
@@ -9164,7 +9188,7 @@
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
- "symfony/var-dumper": "^4.4.9|^5.0.9"
+ "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
},
"type": "library",
"autoload": {
@@ -9200,7 +9224,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v5.3.11"
+ "source": "https://github.com/symfony/var-exporter/tree/v5.4.6"
},
"funding": [
{
@@ -9216,20 +9240,20 @@
"type": "tidelift"
}
],
- "time": "2021-11-22T10:43:59+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/web-link",
- "version": "v5.3.4",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
- "reference": "0075c9949c30a61d9b9e7483686d72d261480ef1"
+ "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/web-link/zipball/0075c9949c30a61d9b9e7483686d72d261480ef1",
- "reference": "0075c9949c30a61d9b9e7483686d72d261480ef1",
+ "url": "https://api.github.com/repos/symfony/web-link/zipball/8b9b073390359549fec5f5d797f23bbe9e2997a5",
+ "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5",
"shasum": ""
},
"require": {
@@ -9244,7 +9268,7 @@
"psr/link-implementation": "1.0"
},
"require-dev": {
- "symfony/http-kernel": "^5.3"
+ "symfony/http-kernel": "^5.3|^6.0"
},
"suggest": {
"symfony/http-kernel": ""
@@ -9287,7 +9311,7 @@
"push"
],
"support": {
- "source": "https://github.com/symfony/web-link/tree/v5.3.4"
+ "source": "https://github.com/symfony/web-link/tree/v5.4.3"
},
"funding": [
{
@@ -9303,32 +9327,32 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/yaml",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "dc07a318dae6e1af2be51d85f161263e0b6ca03d"
+ "reference": "e80f87d2c9495966768310fc531b487ce64237a2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/dc07a318dae6e1af2be51d85f161263e0b6ca03d",
- "reference": "dc07a318dae6e1af2be51d85f161263e0b6ca03d",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2",
+ "reference": "e80f87d2c9495966768310fc531b487ce64237a2",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-ctype": "~1.8"
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/polyfill-ctype": "^1.8"
},
"conflict": {
- "symfony/console": "<4.4"
+ "symfony/console": "<5.3"
},
"require-dev": {
- "symfony/console": "^4.4|^5.0"
+ "symfony/console": "^5.3|^6.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
@@ -9362,7 +9386,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v5.3.13"
+ "source": "https://github.com/symfony/yaml/tree/v5.4.3"
},
"funding": [
{
@@ -9378,20 +9402,20 @@
"type": "tidelift"
}
],
- "time": "2021-11-28T15:23:54+00:00"
+ "time": "2022-01-26T16:32:32+00:00"
},
{
"name": "symfonycasts/reset-password-bundle",
- "version": "v1.11.0",
+ "version": "v1.13.0",
"source": {
"type": "git",
"url": "https://github.com/SymfonyCasts/reset-password-bundle.git",
- "reference": "09fcd0d893bbd58d4477787c6cb5a4ffc4fc9455"
+ "reference": "6e926da7fb2031ef38a385a994ea3a52b436dc8c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/SymfonyCasts/reset-password-bundle/zipball/09fcd0d893bbd58d4477787c6cb5a4ffc4fc9455",
- "reference": "09fcd0d893bbd58d4477787c6cb5a4ffc4fc9455",
+ "url": "https://api.github.com/repos/SymfonyCasts/reset-password-bundle/zipball/6e926da7fb2031ef38a385a994ea3a52b436dc8c",
+ "reference": "6e926da7fb2031ef38a385a994ea3a52b436dc8c",
"shasum": ""
},
"require": {
@@ -9426,22 +9450,22 @@
"description": "Symfony bundle that adds password reset functionality.",
"support": {
"issues": "https://github.com/SymfonyCasts/reset-password-bundle/issues",
- "source": "https://github.com/SymfonyCasts/reset-password-bundle/tree/v1.11.0"
+ "source": "https://github.com/SymfonyCasts/reset-password-bundle/tree/v1.13.0"
},
- "time": "2021-11-30T17:32:21+00:00"
+ "time": "2022-02-23T14:48:27+00:00"
},
{
"name": "symfonycasts/verify-email-bundle",
- "version": "v1.7.0",
+ "version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/SymfonyCasts/verify-email-bundle.git",
- "reference": "7b17b150c39d115141cb462862baac9c281a3de9"
+ "reference": "7b9b1f59093dd260afa91eb6b3a220906a0fe0e2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/SymfonyCasts/verify-email-bundle/zipball/7b17b150c39d115141cb462862baac9c281a3de9",
- "reference": "7b17b150c39d115141cb462862baac9c281a3de9",
+ "url": "https://api.github.com/repos/SymfonyCasts/verify-email-bundle/zipball/7b9b1f59093dd260afa91eb6b3a220906a0fe0e2",
+ "reference": "7b9b1f59093dd260afa91eb6b3a220906a0fe0e2",
"shasum": ""
},
"require": {
@@ -9475,22 +9499,22 @@
"description": "Simple, stylish Email Verification for Symfony",
"support": {
"issues": "https://github.com/SymfonyCasts/verify-email-bundle/issues",
- "source": "https://github.com/SymfonyCasts/verify-email-bundle/tree/v1.7.0"
+ "source": "https://github.com/SymfonyCasts/verify-email-bundle/tree/v1.10.0"
},
- "time": "2021-11-30T17:26:37+00:00"
+ "time": "2022-03-08T22:08:27+00:00"
},
{
"name": "twig/extra-bundle",
- "version": "v3.3.7",
+ "version": "v3.3.8",
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
- "reference": "e0cc9c35a0650006b0da232a3f749cc060c65d3b"
+ "reference": "2e58256b0e9fe52f30149347c0547e4633304765"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e0cc9c35a0650006b0da232a3f749cc060c65d3b",
- "reference": "e0cc9c35a0650006b0da232a3f749cc060c65d3b",
+ "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/2e58256b0e9fe52f30149347c0547e4633304765",
+ "reference": "2e58256b0e9fe52f30149347c0547e4633304765",
"shasum": ""
},
"require": {
@@ -9544,7 +9568,7 @@
"twig"
],
"support": {
- "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.7"
+ "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.8"
},
"funding": [
{
@@ -9556,7 +9580,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-03T21:04:59+00:00"
+ "time": "2022-01-04T13:58:53+00:00"
},
{
"name": "twig/string-extra",
@@ -9632,16 +9656,16 @@
},
{
"name": "twig/twig",
- "version": "v3.3.7",
+ "version": "v3.3.9",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
- "reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b"
+ "reference": "6ff9b0e440fa66f97f207e181c41340ddfa5683d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/8f168c6ffa3ce76d1786b3cd52275424a3fc675b",
- "reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/6ff9b0e440fa66f97f207e181c41340ddfa5683d",
+ "reference": "6ff9b0e440fa66f97f207e181c41340ddfa5683d",
"shasum": ""
},
"require": {
@@ -9692,7 +9716,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v3.3.7"
+ "source": "https://github.com/twigphp/Twig/tree/v3.3.9"
},
"funding": [
{
@@ -9704,7 +9728,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-03T21:15:37+00:00"
+ "time": "2022-03-25T09:37:52+00:00"
},
{
"name": "vich/uploader-bundle",
@@ -10098,37 +10122,38 @@
},
{
"name": "myclabs/deep-copy",
- "version": "1.10.2",
+ "version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
- "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
+ "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
- "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
+ "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
- "replace": {
- "myclabs/deep-copy": "self.version"
+ "conflict": {
+ "doctrine/collections": "<1.6.8",
+ "doctrine/common": "<2.13.3 || >=3,<3.2.2"
},
"require-dev": {
- "doctrine/collections": "^1.0",
- "doctrine/common": "^2.6",
- "phpunit/phpunit": "^7.1"
+ "doctrine/collections": "^1.6.8",
+ "doctrine/common": "^2.13.3 || ^3.2.2",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
"autoload": {
- "psr-4": {
- "DeepCopy\\": "src/DeepCopy/"
- },
"files": [
"src/DeepCopy/deep_copy.php"
- ]
+ ],
+ "psr-4": {
+ "DeepCopy\\": "src/DeepCopy/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -10144,7 +10169,7 @@
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
- "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
},
"funding": [
{
@@ -10152,7 +10177,7 @@
"type": "tidelift"
}
],
- "time": "2020-11-13T09:40:50+00:00"
+ "time": "2022-03-03T13:19:32+00:00"
},
{
"name": "nikic/php-parser",
@@ -10272,16 +10297,16 @@
},
{
"name": "phar-io/version",
- "version": "3.1.0",
+ "version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
- "reference": "bae7c545bef187884426f042434e561ab1ddb182"
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
- "reference": "bae7c545bef187884426f042434e561ab1ddb182",
+ "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"shasum": ""
},
"require": {
@@ -10317,9 +10342,9 @@
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
- "source": "https://github.com/phar-io/version/tree/3.1.0"
+ "source": "https://github.com/phar-io/version/tree/3.2.1"
},
- "time": "2021-02-23T14:00:09+00:00"
+ "time": "2022-02-21T01:04:05+00:00"
},
{
"name": "phpspec/prophecy",
@@ -10390,20 +10415,20 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.4.2",
+ "version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8"
+ "reference": "2be8dd6dfa09ab1a21c49956ff591979cd5ab29e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1dd8f3e40bf7aa30031a75c65cece99220a161b8",
- "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2be8dd6dfa09ab1a21c49956ff591979cd5ab29e",
+ "reference": "2be8dd6dfa09ab1a21c49956ff591979cd5ab29e",
"shasum": ""
},
"require": {
- "php": "^7.1|^8.0"
+ "php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@@ -10413,11 +10438,6 @@
"phpstan.phar"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
"autoload": {
"files": [
"bootstrap.php"
@@ -10430,7 +10450,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.4.2"
+ "source": "https://github.com/phpstan/phpstan/tree/1.5.0"
},
"funding": [
{
@@ -10450,20 +10470,20 @@
"type": "tidelift"
}
],
- "time": "2022-01-18T16:09:11+00:00"
+ "time": "2022-03-24T18:18:00+00:00"
},
{
"name": "phpunit/php-code-coverage",
- "version": "9.2.10",
+ "version": "9.2.15",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687"
+ "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687",
- "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
+ "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
"shasum": ""
},
"require": {
@@ -10519,7 +10539,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
},
"funding": [
{
@@ -10527,7 +10547,7 @@
"type": "github"
}
],
- "time": "2021-12-05T09:12:13+00:00"
+ "time": "2022-03-07T09:28:20+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -10772,16 +10792,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.5.13",
+ "version": "9.5.19",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "597cb647654ede35e43b137926dfdfef0fb11743"
+ "reference": "35ea4b7f3acabb26f4bb640f8c30866c401da807"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/597cb647654ede35e43b137926dfdfef0fb11743",
- "reference": "597cb647654ede35e43b137926dfdfef0fb11743",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/35ea4b7f3acabb26f4bb640f8c30866c401da807",
+ "reference": "35ea4b7f3acabb26f4bb640f8c30866c401da807",
"shasum": ""
},
"require": {
@@ -10797,7 +10817,7 @@
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpspec/prophecy": "^1.12.1",
- "phpunit/php-code-coverage": "^9.2.7",
+ "phpunit/php-code-coverage": "^9.2.13",
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
@@ -10811,7 +10831,7 @@
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
- "sebastian/type": "^2.3.4",
+ "sebastian/type": "^3.0",
"sebastian/version": "^3.0.2"
},
"require-dev": {
@@ -10832,11 +10852,11 @@
}
},
"autoload": {
- "classmap": [
- "src/"
- ],
"files": [
"src/Framework/Assert/Functions.php"
+ ],
+ "classmap": [
+ "src/"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -10859,7 +10879,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.13"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.19"
},
"funding": [
{
@@ -10871,7 +10891,7 @@
"type": "github"
}
],
- "time": "2022-01-24T07:33:35+00:00"
+ "time": "2022-03-15T09:57:31+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -11379,16 +11399,16 @@
},
{
"name": "sebastian/global-state",
- "version": "5.0.3",
+ "version": "5.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
+ "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
- "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
+ "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"shasum": ""
},
"require": {
@@ -11431,7 +11451,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
- "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
+ "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
},
"funding": [
{
@@ -11439,7 +11459,7 @@
"type": "github"
}
],
- "time": "2021-06-11T13:31:12+00:00"
+ "time": "2022-02-14T08:28:10+00:00"
},
{
"name": "sebastian/lines-of-code",
@@ -11730,28 +11750,28 @@
},
{
"name": "sebastian/type",
- "version": "2.3.4",
+ "version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
- "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
+ "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
- "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
+ "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
- "phpunit/phpunit": "^9.3"
+ "phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.3-dev"
+ "dev-master": "3.0-dev"
}
},
"autoload": {
@@ -11774,7 +11794,7 @@
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
- "source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
+ "source": "https://github.com/sebastianbergmann/type/tree/3.0.0"
},
"funding": [
{
@@ -11782,7 +11802,7 @@
"type": "github"
}
],
- "time": "2021-06-15T12:49:02+00:00"
+ "time": "2022-03-15T09:54:48+00:00"
},
{
"name": "sebastian/version",
@@ -11895,28 +11915,28 @@
},
{
"name": "symfony/browser-kit",
- "version": "v5.3.4",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
- "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c"
+ "reference": "18e73179c6a33d520de1b644941eba108dd811ad"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c1e3f64fcc631c96e2c5843b666db66679ced11c",
- "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c",
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/18e73179c6a33d520de1b644941eba108dd811ad",
+ "reference": "18e73179c6a33d520de1b644941eba108dd811ad",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/dom-crawler": "^4.4|^5.0",
+ "symfony/dom-crawler": "^4.4|^5.0|^6.0",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/http-client": "^4.4|^5.0",
- "symfony/mime": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0"
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/http-client": "^4.4|^5.0|^6.0",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/process": ""
@@ -11947,7 +11967,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/browser-kit/tree/v5.3.4"
+ "source": "https://github.com/symfony/browser-kit/tree/v5.4.3"
},
"funding": [
{
@@ -11963,20 +11983,20 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:40:44+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/css-selector",
- "version": "v5.3.4",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
- "reference": "7fb120adc7f600a59027775b224c13a33530dd90"
+ "reference": "b0a190285cd95cb019237851205b8140ef6e368e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90",
- "reference": "7fb120adc7f600a59027775b224c13a33530dd90",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e",
+ "reference": "b0a190285cd95cb019237851205b8140ef6e368e",
"shasum": ""
},
"require": {
@@ -12013,7 +12033,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/css-selector/tree/v5.3.4"
+ "source": "https://github.com/symfony/css-selector/tree/v5.4.3"
},
"funding": [
{
@@ -12029,38 +12049,38 @@
"type": "tidelift"
}
],
- "time": "2021-07-21T12:38:00+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/debug-bundle",
- "version": "v5.3.13",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
- "reference": "531c7517fbad6b7a2cc5e0078bb3ab26d3a19959"
+ "reference": "6f508169752ed2c0d0d8a6641c4cca39a8f1dfcb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/531c7517fbad6b7a2cc5e0078bb3ab26d3a19959",
- "reference": "531c7517fbad6b7a2cc5e0078bb3ab26d3a19959",
+ "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/6f508169752ed2c0d0d8a6641c4cca39a8f1dfcb",
+ "reference": "6f508169752ed2c0d0d8a6641c4cca39a8f1dfcb",
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=7.2.5",
- "symfony/http-kernel": "^4.4|^5.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/twig-bridge": "^4.4|^5.0",
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/twig-bridge": "^4.4|^5.0|^6.0",
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"conflict": {
"symfony/config": "<4.4",
"symfony/dependency-injection": "<5.2"
},
"require-dev": {
- "symfony/config": "^4.4|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/web-profiler-bundle": "^4.4|^5.0"
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/web-profiler-bundle": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/config": "For service container configuration",
@@ -12092,7 +12112,7 @@
"description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/debug-bundle/tree/v5.3.13"
+ "source": "https://github.com/symfony/debug-bundle/tree/v5.4.3"
},
"funding": [
{
@@ -12108,25 +12128,25 @@
"type": "tidelift"
}
],
- "time": "2021-12-11T13:27:19+00:00"
+ "time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/dom-crawler",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
- "reference": "0e2cc161f1e15ee375f0dc0543f6631ea57c359f"
+ "reference": "c0bda97480d96337bd3866026159a8b358665457"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0e2cc161f1e15ee375f0dc0543f6631ea57c359f",
- "reference": "0e2cc161f1e15ee375f0dc0543f6631ea57c359f",
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c0bda97480d96337bd3866026159a8b358665457",
+ "reference": "c0bda97480d96337bd3866026159a8b358665457",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16"
@@ -12136,7 +12156,7 @@
},
"require-dev": {
"masterminds/html5": "^2.6",
- "symfony/css-selector": "^4.4|^5.0"
+ "symfony/css-selector": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/css-selector": ""
@@ -12167,7 +12187,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dom-crawler/tree/v5.3.13"
+ "source": "https://github.com/symfony/dom-crawler/tree/v5.4.6"
},
"funding": [
{
@@ -12183,20 +12203,20 @@
"type": "tidelift"
}
],
- "time": "2021-12-28T17:08:14+00:00"
+ "time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/maker-bundle",
- "version": "v1.36.4",
+ "version": "v1.38.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
- "reference": "716eee9c8b10b33e682df1b7d80b9061887e9691"
+ "reference": "143024ab0e426285d3d9b7f6a3ce51e12a9d8ec5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/716eee9c8b10b33e682df1b7d80b9061887e9691",
- "reference": "716eee9c8b10b33e682df1b7d80b9061887e9691",
+ "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/143024ab0e426285d3d9b7f6a3ce51e12a9d8ec5",
+ "reference": "143024ab0e426285d3d9b7f6a3ce51e12a9d8ec5",
"shasum": ""
},
"require": {
@@ -12255,7 +12275,7 @@
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
- "source": "https://github.com/symfony/maker-bundle/tree/v1.36.4"
+ "source": "https://github.com/symfony/maker-bundle/tree/v1.38.0"
},
"funding": [
{
@@ -12271,20 +12291,20 @@
"type": "tidelift"
}
],
- "time": "2021-12-01T00:27:38+00:00"
+ "time": "2022-02-24T21:06:51+00:00"
},
{
"name": "symfony/phpunit-bridge",
- "version": "v5.4.0",
+ "version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
- "reference": "59bbd98ee7aa15b9f75c0fc088c7a5cbf7aa9b5c"
+ "reference": "216b07b05644607c81afd89a208e52641c1ce6b8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/59bbd98ee7aa15b9f75c0fc088c7a5cbf7aa9b5c",
- "reference": "59bbd98ee7aa15b9f75c0fc088c7a5cbf7aa9b5c",
+ "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/216b07b05644607c81afd89a208e52641c1ce6b8",
+ "reference": "216b07b05644607c81afd89a208e52641c1ce6b8",
"shasum": ""
},
"require": {
@@ -12338,7 +12358,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.0"
+ "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.3"
},
"funding": [
{
@@ -12354,42 +12374,43 @@
"type": "tidelift"
}
],
- "time": "2021-11-29T15:30:56+00:00"
+ "time": "2022-01-26T16:28:35+00:00"
},
{
"name": "symfony/web-profiler-bundle",
- "version": "v5.3.13",
+ "version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
- "reference": "67d78c176eeef76e77a9bc947444cec014f417d7"
+ "reference": "1497b1d22c2807a77563439f8ec489407a989d59"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/67d78c176eeef76e77a9bc947444cec014f417d7",
- "reference": "67d78c176eeef76e77a9bc947444cec014f417d7",
+ "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/1497b1d22c2807a77563439f8ec489407a989d59",
+ "reference": "1497b1d22c2807a77563439f8ec489407a989d59",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.3",
- "symfony/http-kernel": "^5.3",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/framework-bundle": "^5.3|^6.0",
+ "symfony/http-kernel": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
- "symfony/routing": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
+ "symfony/routing": "^4.4|^5.0|^6.0",
+ "symfony/twig-bundle": "^4.4|^5.0|^6.0",
"twig/twig": "^2.13|^3.0.4"
},
"conflict": {
"symfony/dependency-injection": "<5.2",
"symfony/form": "<4.4",
+ "symfony/mailer": "<5.4",
"symfony/messenger": "<4.4"
},
"require-dev": {
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0"
+ "symfony/browser-kit": "^4.4|^5.0|^6.0",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"type": "symfony-bundle",
"autoload": {
@@ -12417,7 +12438,7 @@
"description": "Provides a development tool that gives detailed information about the execution of any request",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.3.13"
+ "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.6"
},
"funding": [
{
@@ -12433,7 +12454,7 @@
"type": "tidelift"
}
],
- "time": "2021-12-16T21:47:07+00:00"
+ "time": "2022-02-28T15:47:42+00:00"
},
{
"name": "theseer/tokenizer",
diff --git a/migrations/Version20220327161253.php b/migrations/Version20220327161253.php
new file mode 100644
index 0000000..eca836b
--- /dev/null
+++ b/migrations/Version20220327161253.php
@@ -0,0 +1,31 @@
+addSql('ALTER TABLE criminal DROP article, DROP accessory_sentence');
+ }
+
+ public function down(Schema $schema): void
+ {
+ // this down() migration is auto-generated, please modify it to your needs
+ $this->addSql('ALTER TABLE criminal ADD article VARCHAR(255) CHARACTER SET utf8mb4 NOT NULL COLLATE `utf8mb4_unicode_ci`, ADD accessory_sentence LONGTEXT CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci`');
+ }
+}
diff --git a/src/DataFixtures/Groups.php b/src/DataFixtures/Groups.php
index e14f7d3..410028b 100644
--- a/src/DataFixtures/Groups.php
+++ b/src/DataFixtures/Groups.php
@@ -100,13 +100,16 @@ class Groups extends Fixture
$NewGroup->addRank($newRank);
}
- foreach ($group['subgroups'] as $key => $subGroup) {
- $newSubGroup = new SubGroup();
- $newSubGroup->setName($subGroup['name']);
- $newSubGroup->setShortName($subGroup['shortname']);
- $manager->persist($newSubGroup);
- $NewGroup->addSubGroup($newSubGroup);
- }
+ if (array_key_exists('subgroups', $group)) :
+ foreach ($group['subgroups'] as $key => $subGroup) {
+ $newSubGroup = new SubGroup();
+ $newSubGroup->setName($subGroup['name']);
+ $newSubGroup->setShortName($subGroup['shortname']);
+ $manager->persist($newSubGroup);
+ $NewGroup->addSubGroup($newSubGroup);
+ }
+ endif;
+
$manager->persist($NewGroup);
}
diff --git a/src/Entity/Criminal.php b/src/Entity/Criminal.php
index e4726a7..e40e143 100644
--- a/src/Entity/Criminal.php
+++ b/src/Entity/Criminal.php
@@ -18,12 +18,6 @@ class Criminal extends Document
*/
private $directory;
- /**
- * @ORM\Column(type="string", length=255)
- * @Gedmo\Versioned
- */
- private $article;
-
/**
* @ORM\Column(type="float", nullable=true)
* @Gedmo\Versioned
@@ -42,12 +36,6 @@ class Criminal extends Document
*/
private $content;
- /**
- * @ORM\Column(type="text", nullable=true)
- * @Gedmo\Versioned
- */
- private $accessorySentence;
-
public function __construct(User $user)
{
parent::__construct($user);
@@ -66,18 +54,6 @@ class Criminal extends Document
return $this;
}
- public function getArticle(): ?string
- {
- return $this->article;
- }
-
- public function setArticle(string $article): self
- {
- $this->article = $article;
-
- return $this;
- }
-
public function getAmountMoney(): ?float
{
return $this->amountMoney;
@@ -113,16 +89,4 @@ class Criminal extends Document
return $this;
}
-
- public function getAccessorySentence(): ?string
- {
- return $this->accessorySentence;
- }
-
- public function setAccessorySentence(?string $accessorySentence): self
- {
- $this->accessorySentence = $accessorySentence;
-
- return $this;
- }
}
diff --git a/src/Form/CriminalType.php b/src/Form/CriminalType.php
index 7f00373..e187441 100644
--- a/src/Form/CriminalType.php
+++ b/src/Form/CriminalType.php
@@ -17,19 +17,9 @@ class CriminalType extends DocumentType
$builder
- ->add('article', null, ['label' => 'form_label_article', 'help' => 'form_help_article'])
+ ->add('content', ContentType::class, ['label' => 'form_label_informations' ])
->add('amountMoney', null, ['label' => 'form_label_amount', 'help' => 'form_help_amount'])
->add('amountTime', null, ['label' => 'form_label_time', 'help' => 'form_help_time'])
- ->add(
- 'accessorySentence',
- ContentType::class,
- ['label' => 'form_label_accessorySentence',
- 'help' => 'form_help_accessorySentence',
- 'required' => false,
- 'attr' => ['style' => 'height: 200px;']
- ]
- )
- ->add('content', ContentType::class, ['label' => 'form_label_informations', 'required' => false ])
;
}
diff --git a/src/Repository/CriminalRepository.php b/src/Repository/CriminalRepository.php
index e7113b1..4872ffd 100644
--- a/src/Repository/CriminalRepository.php
+++ b/src/Repository/CriminalRepository.php
@@ -17,6 +17,6 @@ class CriminalRepository extends DocumentRepositoriesExtension
public function __construct(ManagerRegistry $registry)
{
parent::__construct($registry, Criminal::class);
- $this->fields = ['article', 'amountMoney', 'amountTime', 'content']; //with title, list fields we can search in
+ $this->fields = ['amountMoney', 'amountTime', 'content']; //with title, list fields we can search in
}
}
diff --git a/symfony.lock b/symfony.lock
index 6552076..7f44919 100644
--- a/symfony.lock
+++ b/symfony.lock
@@ -393,9 +393,6 @@
"config/packages/dev/debug.yaml"
]
},
- "symfony/debug-pack": {
- "version": "v1.0.9"
- },
"symfony/dependency-injection": {
"version": "v5.3.2"
},
@@ -547,9 +544,6 @@
"symfony/options-resolver": {
"version": "v5.3.0"
},
- "symfony/orm-pack": {
- "version": "v2.1.0"
- },
"symfony/password-hasher": {
"version": "v5.3.2"
},
@@ -595,9 +589,6 @@
"symfony/process": {
"version": "v5.3.2"
},
- "symfony/profiler-pack": {
- "version": "v1.0.5"
- },
"symfony/property-access": {
"version": "v5.3.0"
},
@@ -653,9 +644,6 @@
"symfony/serializer": {
"version": "v5.3.2"
},
- "symfony/serializer-pack": {
- "version": "v1.0.4"
- },
"symfony/service-contracts": {
"version": "v2.4.0"
},
@@ -665,9 +653,6 @@
"symfony/string": {
"version": "v5.3.2"
},
- "symfony/test-pack": {
- "version": "v1.0.8"
- },
"symfony/translation": {
"version": "5.3",
"recipe": {
diff --git a/templates/_cells/documentTable.html.twig b/templates/_cells/documentTable.html.twig
index 70fe857..3297ba7 100644
--- a/templates/_cells/documentTable.html.twig
+++ b/templates/_cells/documentTable.html.twig
@@ -71,11 +71,7 @@
{% if i.user is defined %}
{% trans %}title_user{% endtrans %}:
{{ i.user.firstname | u.truncate(2, '.')}} {{ i.user.lastname }}
- {% endif %}
- {% if i.article is defined %}
-
{% trans %}title_article{% endtrans %}:
- {{ i.article| u.truncate(10, '...') }}
- {% endif %}
+ {% endif %}
{% if i.amountMoney is defined %}
{% trans %}title_amount{% endtrans %}:
{{ i.amountMoney ? i.amountMoney ~ ' ' ~'currency_symbol'|trans :'value_no_value'|trans }}
diff --git a/templates/document/types/Criminal.html.twig b/templates/document/types/Criminal.html.twig
index b439264..2126759 100644
--- a/templates/document/types/Criminal.html.twig
+++ b/templates/document/types/Criminal.html.twig
@@ -1,17 +1,10 @@
-