diff --git a/composer.lock b/composer.lock index 837452f..82855fd 100644 --- a/composer.lock +++ b/composer.lock @@ -153,24 +153,23 @@ }, { "name": "doctrine/cache", - "version": "2.0.3", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88" + "reference": "ac77408b22cc6c4d0b4947d20a3889be3043566e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88", - "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88", + "url": "https://api.github.com/repos/doctrine/cache/zipball/ac77408b22cc6c4d0b4947d20a3889be3043566e", + "reference": "ac77408b22cc6c4d0b4947d20a3889be3043566e", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { - "doctrine/common": ">2.2,<2.4", - "psr/cache": ">=3" + "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", @@ -179,8 +178,9 @@ "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "predis/predis": "~1.0", - "psr/cache": "^1.0 || ^2.0", - "symfony/cache": "^4.4 || ^5.2" + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", + "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" @@ -232,7 +232,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/2.0.3" + "source": "https://github.com/doctrine/cache/tree/2.1.0" }, "funding": [ { @@ -248,7 +248,7 @@ "type": "tidelift" } ], - "time": "2021-05-25T09:43:04+00:00" + "time": "2021-07-14T11:22:57+00:00" }, { "name": "doctrine/collections", @@ -411,16 +411,16 @@ }, { "name": "doctrine/dbal", - "version": "2.13.x-dev", + "version": "2.13.2", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "2f286f4beaacf3ce57706ececa72622e196e2f5f" + "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/2f286f4beaacf3ce57706ececa72622e196e2f5f", - "reference": "2f286f4beaacf3ce57706ececa72622e196e2f5f", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4", + "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4", "shasum": "" }, "require": { @@ -434,7 +434,7 @@ "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2020.2", "phpstan/phpstan": "0.12.81", - "phpunit/phpunit": "^7.5.20|^8.5|9.5.0", + "phpunit/phpunit": "^7.5.20|^8.5|9.5.5", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", @@ -499,7 +499,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.13.x" + "source": "https://github.com/doctrine/dbal/tree/2.13.2" }, "funding": [ { @@ -515,7 +515,7 @@ "type": "tidelift" } ], - "time": "2021-06-05T17:48:35+00:00" + "time": "2021-06-18T21:48:39+00:00" }, { "name": "doctrine/deprecations", @@ -1096,21 +1096,22 @@ }, { "name": "doctrine/migrations", - "version": "3.1.3", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "8d0c58655cf9d76462d00ec5dd099737e513e86d" + "reference": "072c11c1dcfced4505e29a0487b06ea774c403f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/8d0c58655cf9d76462d00ec5dd099737e513e86d", - "reference": "8d0c58655cf9d76462d00ec5dd099737e513e86d", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/072c11c1dcfced4505e29a0487b06ea774c403f4", + "reference": "072c11c1dcfced4505e29a0487b06ea774c403f4", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8", "doctrine/dbal": "^2.11", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "friendsofphp/proxy-manager-lts": "^1.0", "php": "^7.2 || ^8.0", @@ -1131,6 +1132,7 @@ "phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-symfony": "^0.12", "phpunit/phpunit": "^8.5 || ^9.4", + "symfony/cache": "^5.3", "symfony/process": "^3.4 || ^4.0 || ^5.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0" }, @@ -1180,7 +1182,7 @@ ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.1.3" + "source": "https://github.com/doctrine/migrations/tree/3.2.0" }, "funding": [ { @@ -1196,20 +1198,20 @@ "type": "tidelift" } ], - "time": "2021-06-10T19:24:33+00:00" + "time": "2021-07-05T07:06:31+00:00" }, { "name": "doctrine/orm", - "version": "2.9.2", + "version": "2.9.3", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1" + "reference": "82e77cf5089a1303733f75f0f0ed01be3ab9ec22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/75b4b88c5b7cebc24ed7251a20c2a5aa027300e1", - "reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1", + "url": "https://api.github.com/repos/doctrine/orm/zipball/82e77cf5089a1303733f75f0f0ed01be3ab9ec22", + "reference": "82e77cf5089a1303733f75f0f0ed01be3ab9ec22", "shasum": "" }, "require": { @@ -1286,9 +1288,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.9.2" + "source": "https://github.com/doctrine/orm/tree/2.9.3" }, - "time": "2021-05-31T09:53:14+00:00" + "time": "2021-06-13T10:29:22+00:00" }, { "name": "doctrine/persistence", @@ -1436,16 +1438,16 @@ }, { "name": "easycorp/easyadmin-bundle", - "version": "v3.3.2", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/EasyCorp/EasyAdminBundle.git", - "reference": "9672b09ce29c910fd74fe7769dd709c738ea43d4" + "reference": "19d977b7522759492bfc2c3c0c3fd24e125946a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/EasyCorp/EasyAdminBundle/zipball/9672b09ce29c910fd74fe7769dd709c738ea43d4", - "reference": "9672b09ce29c910fd74fe7769dd709c738ea43d4", + "url": "https://api.github.com/repos/EasyCorp/EasyAdminBundle/zipball/19d977b7522759492bfc2c3c0c3fd24e125946a7", + "reference": "19d977b7522759492bfc2c3c0c3fd24e125946a7", "shasum": "" }, "require": { @@ -1519,7 +1521,7 @@ ], "support": { "issues": "https://github.com/EasyCorp/EasyAdminBundle/issues", - "source": "https://github.com/EasyCorp/EasyAdminBundle/tree/v3.3.2" + "source": "https://github.com/EasyCorp/EasyAdminBundle/tree/v3.4.2" }, "funding": [ { @@ -1527,7 +1529,7 @@ "type": "github" } ], - "time": "2021-05-26T18:53:27+00:00" + "time": "2021-07-06T18:33:30+00:00" }, { "name": "egulias/email-validator", @@ -1681,28 +1683,24 @@ }, { "name": "laminas/laminas-code", - "version": "4.3.0", + "version": "4.4.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "1beb4447f9efd26041eba7eff50614e798c353fd" + "reference": "54251ab2b16c41c6980387839496b235f5f6e10b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1beb4447f9efd26041eba7eff50614e798c353fd", - "reference": "1beb4447f9efd26041eba7eff50614e798c353fd", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/54251ab2b16c41c6980387839496b235f5f6e10b", + "reference": "54251ab2b16c41c6980387839496b235f5f6e10b", "shasum": "" }, "require": { - "laminas/laminas-eventmanager": "^3.3", "php": "^7.4 || ~8.0.0" }, "conflict": { "phpspec/prophecy": "<1.9.0" }, - "replace": { - "zendframework/zend-code": "self.version" - }, "require-dev": { "doctrine/annotations": "^1.10.4", "ext-phar": "*", @@ -1748,135 +1746,7 @@ "type": "community_bridge" } ], - "time": "2021-05-12T12:41:03+00:00" - }, - { - "name": "laminas/laminas-eventmanager", - "version": "3.3.1", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-eventmanager.git", - "reference": "966c859b67867b179fde1eff0cd38df51472ce4a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a", - "reference": "966c859b67867b179fde1eff0cd38df51472ce4a", - "shasum": "" - }, - "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ^8.0" - }, - "replace": { - "zendframework/zend-eventmanager": "^3.2.1" - }, - "require-dev": { - "container-interop/container-interop": "^1.1", - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-stdlib": "^2.7.3 || ^3.0", - "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "^8.5.8" - }, - "suggest": { - "container-interop/container-interop": "^1.1, to use the lazy listeners feature", - "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\EventManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Trigger and listen to events within a PHP application", - "homepage": "https://laminas.dev", - "keywords": [ - "event", - "eventmanager", - "events", - "laminas" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-eventmanager/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-eventmanager/issues", - "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom", - "source": "https://github.com/laminas/laminas-eventmanager" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2021-03-08T15:24:29+00:00" - }, - { - "name": "laminas/laminas-zendframework-bridge", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", - "shasum": "" - }, - "require": { - "php": "^7.3 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", - "psalm/plugin-phpunit": "^0.15.1", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.6" - }, - "type": "library", - "extra": { - "laminas": { - "module": "Laminas\\ZendFrameworkBridge" - } - }, - "autoload": { - "files": [ - "src/autoload.php" - ], - "psr-4": { - "Laminas\\ZendFrameworkBridge\\": "src//" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Alias legacy ZF class names to Laminas Project equivalents.", - "keywords": [ - "ZendFramework", - "autoloading", - "laminas", - "zf" - ], - "support": { - "forum": "https://discourse.laminas.dev/", - "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", - "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", - "source": "https://github.com/laminas/laminas-zendframework-bridge" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2021-02-25T21:54:58+00:00" + "time": "2021-07-09T11:58:40+00:00" }, { "name": "mjaschen/phpgeo", @@ -1953,16 +1823,16 @@ }, { "name": "monolog/monolog", - "version": "2.2.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" + "reference": "9738e495f288eec0b187e310b7cdbbb285777dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", - "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/9738e495f288eec0b187e310b7cdbbb285777dbe", + "reference": "9738e495f288eec0b187e310b7cdbbb285777dbe", "shasum": "" }, "require": { @@ -1981,7 +1851,7 @@ "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", - "phpstan/phpstan": "^0.12.59", + "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", @@ -2033,7 +1903,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.2.0" + "source": "https://github.com/Seldaek/monolog/tree/2.3.1" }, "funding": [ { @@ -2045,20 +1915,20 @@ "type": "tidelift" } ], - "time": "2020-12-14T13:15:25+00:00" + "time": "2021-07-14T11:56:39+00:00" }, { "name": "nikic/php-parser", - "version": "v4.10.5", + "version": "v4.11.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" + "reference": "fe14cf3672a149364fb66dfe11bf6549af899f94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fe14cf3672a149364fb66dfe11bf6549af899f94", + "reference": "fe14cf3672a149364fb66dfe11bf6549af899f94", "shasum": "" }, "require": { @@ -2099,9 +1969,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.11.0" }, - "time": "2021-05-03T19:11:20+00:00" + "time": "2021-07-03T13:36:55+00:00" }, { "name": "psr/cache", @@ -2449,16 +2319,16 @@ }, { "name": "symfony/cache", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "aaab9c4f6eccf20906c7675be3bf826e362676ce" + "reference": "d6901630424a0816185b587447b1adaab42d792a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/aaab9c4f6eccf20906c7675be3bf826e362676ce", - "reference": "aaab9c4f6eccf20906c7675be3bf826e362676ce", + "url": "https://api.github.com/repos/symfony/cache/zipball/d6901630424a0816185b587447b1adaab42d792a", + "reference": "d6901630424a0816185b587447b1adaab42d792a", "shasum": "" }, "require": { @@ -2524,7 +2394,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.2.10" + "source": "https://github.com/symfony/cache/tree/v5.2.11" }, "funding": [ { @@ -2540,7 +2410,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-24T08:07:28+00:00" }, { "name": "symfony/cache-contracts", @@ -2623,16 +2493,16 @@ }, { "name": "symfony/config", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "1156feb067e6962b3c4444d172fd0d4d8473cd5b" + "reference": "a74dae9127f5c4931d51ce3ad28ad1efba1faa61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/1156feb067e6962b3c4444d172fd0d4d8473cd5b", - "reference": "1156feb067e6962b3c4444d172fd0d4d8473cd5b", + "url": "https://api.github.com/repos/symfony/config/zipball/a74dae9127f5c4931d51ce3ad28ad1efba1faa61", + "reference": "a74dae9127f5c4931d51ce3ad28ad1efba1faa61", "shasum": "" }, "require": { @@ -2682,7 +2552,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.2.10" + "source": "https://github.com/symfony/config/tree/v5.2.11" }, "funding": [ { @@ -2698,20 +2568,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-24T08:07:28+00:00" }, { "name": "symfony/console", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040" + "reference": "2f93c8c64295e029b7ff4d68b9a59c5ad8b7e24a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040", - "reference": "9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040", + "url": "https://api.github.com/repos/symfony/console/zipball/2f93c8c64295e029b7ff4d68b9a59c5ad8b7e24a", + "reference": "2f93c8c64295e029b7ff4d68b9a59c5ad8b7e24a", "shasum": "" }, "require": { @@ -2779,7 +2649,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.2.10" + "source": "https://github.com/symfony/console/tree/v5.2.11" }, "funding": [ { @@ -2795,20 +2665,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-06T09:50:27+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "22b1ed3e5d080d69ec913e04eac3699eafb6b5b4" + "reference": "14515135ca9308b706cb1adb8c6e21530ecca32f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/22b1ed3e5d080d69ec913e04eac3699eafb6b5b4", - "reference": "22b1ed3e5d080d69ec913e04eac3699eafb6b5b4", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/14515135ca9308b706cb1adb8c6e21530ecca32f", + "reference": "14515135ca9308b706cb1adb8c6e21530ecca32f", "shasum": "" }, "require": { @@ -2866,7 +2736,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.2.10" + "source": "https://github.com/symfony/dependency-injection/tree/v5.2.11" }, "funding": [ { @@ -2882,7 +2752,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:55:25+00:00" + "time": "2021-06-24T08:08:29+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3136,16 +3006,16 @@ }, { "name": "symfony/error-handler", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "5f52636e5772b21ab80fe868b54b11c3177c55c6" + "reference": "b0c9b02427712fa2df1a34d2b19629dbc9fe278c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/5f52636e5772b21ab80fe868b54b11c3177c55c6", - "reference": "5f52636e5772b21ab80fe868b54b11c3177c55c6", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/b0c9b02427712fa2df1a34d2b19629dbc9fe278c", + "reference": "b0c9b02427712fa2df1a34d2b19629dbc9fe278c", "shasum": "" }, "require": { @@ -3185,7 +3055,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.2.10" + "source": "https://github.com/symfony/error-handler/tree/v5.2.11" }, "funding": [ { @@ -3201,7 +3071,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2021-06-24T08:07:28+00:00" }, { "name": "symfony/event-dispatcher", @@ -3560,16 +3430,16 @@ }, { "name": "symfony/form", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "51f75b46f623cbf715ee9894657fe432455821c4" + "reference": "1bf57c6efc8350598bc4795ceb320448bf9dc043" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/51f75b46f623cbf715ee9894657fe432455821c4", - "reference": "51f75b46f623cbf715ee9894657fe432455821c4", + "url": "https://api.github.com/repos/symfony/form/zipball/1bf57c6efc8350598bc4795ceb320448bf9dc043", + "reference": "1bf57c6efc8350598bc4795ceb320448bf9dc043", "shasum": "" }, "require": { @@ -3641,7 +3511,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.2.10" + "source": "https://github.com/symfony/form/tree/v5.2.11" }, "funding": [ { @@ -3657,20 +3527,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:55:18+00:00" + "time": "2021-06-27T12:33:44+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "0f47ae9a391efdec9632275c1cb506290600af11" + "reference": "f41ba7944e3cf6c42bc5c629b8de88f33b66f199" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0f47ae9a391efdec9632275c1cb506290600af11", - "reference": "0f47ae9a391efdec9632275c1cb506290600af11", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f41ba7944e3cf6c42bc5c629b8de88f33b66f199", + "reference": "f41ba7944e3cf6c42bc5c629b8de88f33b66f199", "shasum": "" }, "require": { @@ -3790,7 +3660,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/framework-bundle/tree/v5.2.11" }, "funding": [ { @@ -3806,7 +3676,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-28T15:43:48+00:00" }, { "name": "symfony/http-client-contracts", @@ -3888,16 +3758,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "a148e5d6e69562a9ec0ab3bcf35c02585114cbce" + "reference": "af90d1a17f397262aeada10a90fe6ad3486289ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a148e5d6e69562a9ec0ab3bcf35c02585114cbce", - "reference": "a148e5d6e69562a9ec0ab3bcf35c02585114cbce", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/af90d1a17f397262aeada10a90fe6ad3486289ab", + "reference": "af90d1a17f397262aeada10a90fe6ad3486289ab", "shasum": "" }, "require": { @@ -3941,7 +3811,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.2.10" + "source": "https://github.com/symfony/http-foundation/tree/v5.2.11" }, "funding": [ { @@ -3957,20 +3827,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-27T09:16:08+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "91aaf791281a3f3f801a9257b27be5f9dfdb3dcf" + "reference": "c141ca1c27800ef80ce5d7b8fe6409848d0b77b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/91aaf791281a3f3f801a9257b27be5f9dfdb3dcf", - "reference": "91aaf791281a3f3f801a9257b27be5f9dfdb3dcf", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c141ca1c27800ef80ce5d7b8fe6409848d0b77b0", + "reference": "c141ca1c27800ef80ce5d7b8fe6409848d0b77b0", "shasum": "" }, "require": { @@ -4053,7 +3923,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.2.10" + "source": "https://github.com/symfony/http-kernel/tree/v5.2.11" }, "funding": [ { @@ -4069,7 +3939,7 @@ "type": "tidelift" } ], - "time": "2021-06-01T09:28:31+00:00" + "time": "2021-06-30T08:23:28+00:00" }, { "name": "symfony/intl", @@ -4161,16 +4031,16 @@ }, { "name": "symfony/mailer", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "9b4d874082b337759ce7c4ef608ecf63982a4472" + "reference": "3f357d259cfb7928823f314766a44f4f9e49f682" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/9b4d874082b337759ce7c4ef608ecf63982a4472", - "reference": "9b4d874082b337759ce7c4ef608ecf63982a4472", + "url": "https://api.github.com/repos/symfony/mailer/zipball/3f357d259cfb7928823f314766a44f4f9e49f682", + "reference": "3f357d259cfb7928823f314766a44f4f9e49f682", "shasum": "" }, "require": { @@ -4222,7 +4092,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.2.10" + "source": "https://github.com/symfony/mailer/tree/v5.2.11" }, "funding": [ { @@ -4238,20 +4108,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:55:18+00:00" + "time": "2021-06-24T08:07:28+00:00" }, { "name": "symfony/mime", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "0cb96ba3149255f5e5e257db9ea38ef86e154111" + "reference": "c1299e8a2b3f9b22b621fa5f58bea72cd51d9a27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/0cb96ba3149255f5e5e257db9ea38ef86e154111", - "reference": "0cb96ba3149255f5e5e257db9ea38ef86e154111", + "url": "https://api.github.com/repos/symfony/mime/zipball/c1299e8a2b3f9b22b621fa5f58bea72cd51d9a27", + "reference": "c1299e8a2b3f9b22b621fa5f58bea72cd51d9a27", "shasum": "" }, "require": { @@ -4305,7 +4175,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.2.10" + "source": "https://github.com/symfony/mime/tree/v5.2.11" }, "funding": [ { @@ -4321,20 +4191,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-09T10:57:10+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "065a6ce960e4beb31a30bdaeae6e6317ab4aa810" + "reference": "d3c2c26edf34dc9ec1fa082b115f744715a02f7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/065a6ce960e4beb31a30bdaeae6e6317ab4aa810", - "reference": "065a6ce960e4beb31a30bdaeae6e6317ab4aa810", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/d3c2c26edf34dc9ec1fa082b115f744715a02f7f", + "reference": "d3c2c26edf34dc9ec1fa082b115f744715a02f7f", "shasum": "" }, "require": { @@ -4387,7 +4257,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.10" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.11" }, "funding": [ { @@ -4403,7 +4273,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-24T08:07:28+00:00" }, { "name": "symfony/monolog-bundle", @@ -5623,16 +5493,16 @@ }, { "name": "symfony/security-bundle", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "642a43f0c93752df9bab473b14192053c137583b" + "reference": "60e0c8ccfed1a60897a0e42d8125b47c2b479360" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/642a43f0c93752df9bab473b14192053c137583b", - "reference": "642a43f0c93752df9bab473b14192053c137583b", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/60e0c8ccfed1a60897a0e42d8125b47c2b479360", + "reference": "60e0c8ccfed1a60897a0e42d8125b47c2b479360", "shasum": "" }, "require": { @@ -5703,7 +5573,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/security-bundle/tree/v5.2.11" }, "funding": [ { @@ -5719,20 +5589,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-27T12:24:20+00:00" }, { "name": "symfony/security-core", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "94225470036d67ae8bb6a746809fe737aa7c0319" + "reference": "450fa2c025bf9ba14d4af7c461c5ffd7c4657078" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/94225470036d67ae8bb6a746809fe737aa7c0319", - "reference": "94225470036d67ae8bb6a746809fe737aa7c0319", + "url": "https://api.github.com/repos/symfony/security-core/zipball/450fa2c025bf9ba14d4af7c461c5ffd7c4657078", + "reference": "450fa2c025bf9ba14d4af7c461c5ffd7c4657078", "shasum": "" }, "require": { @@ -5792,7 +5662,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.2.10" + "source": "https://github.com/symfony/security-core/tree/v5.2.11" }, "funding": [ { @@ -5808,7 +5678,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-26T11:19:55+00:00" }, { "name": "symfony/security-csrf", @@ -6175,16 +6045,16 @@ }, { "name": "symfony/string", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "abd6bb17be75ddb10b022f02820464b785882a7f" + "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/abd6bb17be75ddb10b022f02820464b785882a7f", - "reference": "abd6bb17be75ddb10b022f02820464b785882a7f", + "url": "https://api.github.com/repos/symfony/string/zipball/ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7", + "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7", "shasum": "" }, "require": { @@ -6238,7 +6108,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.2.10" + "source": "https://github.com/symfony/string/tree/v5.2.11" }, "funding": [ { @@ -6254,20 +6124,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-27T11:43:47+00:00" }, { "name": "symfony/translation", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4" + "reference": "ecf9ee05f5f099523cf60196c523de52aa8d45a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4", - "reference": "dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4", + "url": "https://api.github.com/repos/symfony/translation/zipball/ecf9ee05f5f099523cf60196c523de52aa8d45a0", + "reference": "ecf9ee05f5f099523cf60196c523de52aa8d45a0", "shasum": "" }, "require": { @@ -6331,7 +6201,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.2.10" + "source": "https://github.com/symfony/translation/tree/v5.2.11" }, "funding": [ { @@ -6347,7 +6217,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-06T09:50:27+00:00" }, { "name": "symfony/translation-contracts", @@ -6429,16 +6299,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "3590e0e352a038b23f65410f388ce1a800debc6c" + "reference": "209bdf8b1bbc9314ef41e7da10444b3022239929" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/3590e0e352a038b23f65410f388ce1a800debc6c", - "reference": "3590e0e352a038b23f65410f388ce1a800debc6c", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/209bdf8b1bbc9314ef41e7da10444b3022239929", + "reference": "209bdf8b1bbc9314ef41e7da10444b3022239929", "shasum": "" }, "require": { @@ -6529,7 +6399,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.2.10" + "source": "https://github.com/symfony/twig-bridge/tree/v5.2.11" }, "funding": [ { @@ -6545,20 +6415,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-23T09:41:51+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "c078458e37a90b4ec8abb9f8fe6c3011d35e8039" + "reference": "c110dcdaf46d9f3620b54b5c6ae7dbf9a887b11f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c078458e37a90b4ec8abb9f8fe6c3011d35e8039", - "reference": "c078458e37a90b4ec8abb9f8fe6c3011d35e8039", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c110dcdaf46d9f3620b54b5c6ae7dbf9a887b11f", + "reference": "c110dcdaf46d9f3620b54b5c6ae7dbf9a887b11f", "shasum": "" }, "require": { @@ -6616,7 +6486,7 @@ "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/twig-bundle/tree/v5.2.11" }, "funding": [ { @@ -6632,20 +6502,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-06-28T15:43:48+00:00" }, { "name": "symfony/uid", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "9e052369bf8292c0f536b457312c2d3cd8e0b850" + "reference": "3604ffeb285e2ad213113aadc891338dfa7e9ff7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/9e052369bf8292c0f536b457312c2d3cd8e0b850", - "reference": "9e052369bf8292c0f536b457312c2d3cd8e0b850", + "url": "https://api.github.com/repos/symfony/uid/zipball/3604ffeb285e2ad213113aadc891338dfa7e9ff7", + "reference": "3604ffeb285e2ad213113aadc891338dfa7e9ff7", "shasum": "" }, "require": { @@ -6686,7 +6556,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v5.2.10" + "source": "https://github.com/symfony/uid/tree/v5.2.11" }, "funding": [ { @@ -6702,20 +6572,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-23T14:41:09+00:00" }, { "name": "symfony/validator", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e" + "reference": "c1f3d32a171d2de56f4e77f202e6c51054f3a931" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e", - "reference": "8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e", + "url": "https://api.github.com/repos/symfony/validator/zipball/c1f3d32a171d2de56f4e77f202e6c51054f3a931", + "reference": "c1f3d32a171d2de56f4e77f202e6c51054f3a931", "shasum": "" }, "require": { @@ -6795,7 +6665,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.2.10" + "source": "https://github.com/symfony/validator/tree/v5.2.11" }, "funding": [ { @@ -6811,20 +6681,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-30T07:26:44+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "85bc8988d49d3f3bbede1e937f758d5dcb9dd694" + "reference": "ca2e8ba7fb9bb8c97cb7eca30a0455ff247f3088" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bc8988d49d3f3bbede1e937f758d5dcb9dd694", - "reference": "85bc8988d49d3f3bbede1e937f758d5dcb9dd694", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ca2e8ba7fb9bb8c97cb7eca30a0455ff247f3088", + "reference": "ca2e8ba7fb9bb8c97cb7eca30a0455ff247f3088", "shasum": "" }, "require": { @@ -6883,7 +6753,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.2.10" + "source": "https://github.com/symfony/var-dumper/tree/v5.2.11" }, "funding": [ { @@ -6899,20 +6769,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T10:48:07+00:00" + "time": "2021-06-24T08:07:28+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb" + "reference": "903c2c0babd6267de5bcb2995e8fc1efb5f01f1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb", - "reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/903c2c0babd6267de5bcb2995e8fc1efb5f01f1f", + "reference": "903c2c0babd6267de5bcb2995e8fc1efb5f01f1f", "shasum": "" }, "require": { @@ -6956,7 +6826,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.3.0" + "source": "https://github.com/symfony/var-exporter/tree/v5.2.11" }, "funding": [ { @@ -6972,20 +6842,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-27T09:16:08+00:00" }, { "name": "symfony/webpack-encore-bundle", - "version": "v1.11.2", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/webpack-encore-bundle.git", - "reference": "f282fb17ffa4839ba491eb7e3f5ffdd40c86f969" + "reference": "9943a59f8551b7a8181e19a2b4efa60e5907c667" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/f282fb17ffa4839ba491eb7e3f5ffdd40c86f969", - "reference": "f282fb17ffa4839ba491eb7e3f5ffdd40c86f969", + "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/9943a59f8551b7a8181e19a2b4efa60e5907c667", + "reference": "9943a59f8551b7a8181e19a2b4efa60e5907c667", "shasum": "" }, "require": { @@ -7027,7 +6897,7 @@ "description": "Integration with your Symfony app & Webpack Encore!", "support": { "issues": "https://github.com/symfony/webpack-encore-bundle/issues", - "source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.11.2" + "source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.12.0" }, "funding": [ { @@ -7043,20 +6913,20 @@ "type": "tidelift" } ], - "time": "2021-04-26T12:48:17+00:00" + "time": "2021-06-18T19:13:11+00:00" }, { "name": "symfony/yaml", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "cd7930d6a7e0d8ceac299846235bc6e2e032c3a3" + "reference": "9f8fa61787135607fcebf2e4bee50f3b713f0885" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/cd7930d6a7e0d8ceac299846235bc6e2e032c3a3", - "reference": "cd7930d6a7e0d8ceac299846235bc6e2e032c3a3", + "url": "https://api.github.com/repos/symfony/yaml/zipball/9f8fa61787135607fcebf2e4bee50f3b713f0885", + "reference": "9f8fa61787135607fcebf2e4bee50f3b713f0885", "shasum": "" }, "require": { @@ -7102,7 +6972,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.2.10" + "source": "https://github.com/symfony/yaml/tree/v5.2.11" }, "funding": [ { @@ -7118,20 +6988,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-24T08:07:28+00:00" }, { "name": "symfonycasts/reset-password-bundle", - "version": "v1.8.0", + "version": "v1.9.1", "source": { "type": "git", "url": "https://github.com/SymfonyCasts/reset-password-bundle.git", - "reference": "a41cceff06039e586619b1505af05f77b22b41b5" + "reference": "775e847613737f55cf06c6a7457f4bcf8ce258e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SymfonyCasts/reset-password-bundle/zipball/a41cceff06039e586619b1505af05f77b22b41b5", - "reference": "a41cceff06039e586619b1505af05f77b22b41b5", + "url": "https://api.github.com/repos/SymfonyCasts/reset-password-bundle/zipball/775e847613737f55cf06c6a7457f4bcf8ce258e5", + "reference": "775e847613737f55cf06c6a7457f4bcf8ce258e5", "shasum": "" }, "require": { @@ -7167,9 +7037,9 @@ "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.8.0" + "source": "https://github.com/SymfonyCasts/reset-password-bundle/tree/v1.9.1" }, - "time": "2021-05-05T18:21:50+00:00" + "time": "2021-07-12T18:59:28+00:00" }, { "name": "symfonycasts/verify-email-bundle", @@ -7736,16 +7606,16 @@ }, { "name": "symfony/maker-bundle", - "version": "v1.31.1", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "4f57a44cef0b4555043160b8bf223fcde8a7a59a" + "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/4f57a44cef0b4555043160b8bf223fcde8a7a59a", - "reference": "4f57a44cef0b4555043160b8bf223fcde8a7a59a", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/f093d906c667cba7e3f74487d9e5e55aaf25a031", + "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031", "shasum": "" }, "require": { @@ -7804,7 +7674,7 @@ ], "support": { "issues": "https://github.com/symfony/maker-bundle/issues", - "source": "https://github.com/symfony/maker-bundle/tree/v1.31.1" + "source": "https://github.com/symfony/maker-bundle/tree/v1.33.0" }, "funding": [ { @@ -7820,20 +7690,20 @@ "type": "tidelift" } ], - "time": "2021-05-12T14:01:20+00:00" + "time": "2021-07-01T00:28:30+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.3.0", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c" + "reference": "d7d3193df3b198f287777b61ef06cd59fdb0516d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/15cab721487b7bf43ad545a1e7d0095782e26f8c", - "reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d7d3193df3b198f287777b61ef06cd59fdb0516d", + "reference": "d7d3193df3b198f287777b61ef06cd59fdb0516d", "shasum": "" }, "require": { @@ -7887,7 +7757,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.3.0" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.3" }, "funding": [ { @@ -7903,20 +7773,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:57:12+00:00" + "time": "2021-06-22T16:07:00+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "ecff474430abe9a01a88a94960bf380bdbfa58c5" + "reference": "c62eb4235af4ccb93972fdf4c118d8a9956d4548" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/ecff474430abe9a01a88a94960bf380bdbfa58c5", - "reference": "ecff474430abe9a01a88a94960bf380bdbfa58c5", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/c62eb4235af4ccb93972fdf4c118d8a9956d4548", + "reference": "c62eb4235af4ccb93972fdf4c118d8a9956d4548", "shasum": "" }, "require": { @@ -7965,7 +7835,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.11" }, "funding": [ { @@ -7981,7 +7851,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2021-06-07T14:50:44+00:00" } ], "aliases": [],