diff --git a/composer.json b/composer.json index 1c270d9..53a1d84 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "doctrine/doctrine-migrations-bundle": "^3.1", "doctrine/orm": "^2.8", "easycorp/easyadmin-bundle": "^3", + "mjaschen/phpgeo": "^3.2", "sensio/framework-extra-bundle": "^6.1", "symfony/asset": "5.2.*", "symfony/console": "5.2.*", diff --git a/composer.lock b/composer.lock index 181e00b..a06744c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1f9fc9192bfbe54250ceaa48c03368ad", + "content-hash": "87576858dc205e57e5b2a58d94317391", "packages": [ { "name": "composer/package-versions-deprecated", @@ -81,28 +81,30 @@ }, { "name": "doctrine/annotations", - "version": "1.12.1", + "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b" + "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b", - "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", + "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", - "php": "^7.1 || ^8.0" + "php": "^7.1 || ^8.0", + "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "1.*", + "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", - "phpunit/phpunit": "^7.5 || ^9.1.5" + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", + "symfony/cache": "^4.4 || ^5.2" }, "type": "library", "autoload": { @@ -145,22 +147,22 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.12.1" + "source": "https://github.com/doctrine/annotations/tree/1.13.1" }, - "time": "2021-02-21T21:00:45+00:00" + "time": "2021-05-16T18:07:53+00:00" }, { "name": "doctrine/cache", - "version": "1.11.0", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0" + "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0", - "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0", + "url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88", + "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88", "shasum": "" }, "require": { @@ -230,7 +232,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.11.0" + "source": "https://github.com/doctrine/cache/tree/2.0.3" }, "funding": [ { @@ -246,7 +248,7 @@ "type": "tidelift" } ], - "time": "2021-04-13T14:46:17+00:00" + "time": "2021-05-25T09:43:04+00:00" }, { "name": "doctrine/collections", @@ -409,31 +411,32 @@ }, { "name": "doctrine/dbal", - "version": "2.13.1", + "version": "2.13.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9" + "reference": "2f286f4beaacf3ce57706ececa72622e196e2f5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9", - "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/2f286f4beaacf3ce57706ececa72622e196e2f5f", + "reference": "2f286f4beaacf3ce57706ececa72622e196e2f5f", "shasum": "" }, "require": { - "doctrine/cache": "^1.0", + "doctrine/cache": "^1.0|^2.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.1 || ^8" }, "require-dev": { - "doctrine/coding-standard": "8.2.0", + "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", "squizlabs/php_codesniffer": "3.6.0", + "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.6.4" }, @@ -496,7 +499,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.13.1" + "source": "https://github.com/doctrine/dbal/tree/2.13.x" }, "funding": [ { @@ -512,7 +515,7 @@ "type": "tidelift" } ], - "time": "2021-04-17T17:30:19+00:00" + "time": "2021-06-05T17:48:35+00:00" }, { "name": "doctrine/deprecations", @@ -559,50 +562,52 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "2.3.1", + "version": "2.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "a08bc3b4d8567cdff05e89b272ba1e06e9d71c21" + "reference": "4202ce675d29e70a8b9ee763bec021b6f44caccb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a08bc3b4d8567cdff05e89b272ba1e06e9d71c21", - "reference": "a08bc3b4d8567cdff05e89b272ba1e06e9d71c21", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4202ce675d29e70a8b9ee763bec021b6f44caccb", + "reference": "4202ce675d29e70a8b9ee763bec021b6f44caccb", "shasum": "" }, "require": { + "doctrine/cache": "^1.11 || ^2.0", "doctrine/dbal": "^2.9.0|^3.0", "doctrine/persistence": "^1.3.3|^2.0", "doctrine/sql-formatter": "^1.0.1", "php": "^7.1 || ^8.0", - "symfony/cache": "^4.3.3|^5.0", - "symfony/config": "^4.3.3|^5.0", - "symfony/console": "^3.4.30|^4.3.3|^5.0", - "symfony/dependency-injection": "^4.3.3|^5.0", - "symfony/doctrine-bridge": "^4.4.7|^5.0", - "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0", + "symfony/cache": "^4.3.3|^5.0|^6.0", + "symfony/config": "^4.4.3|^5.0|^6.0", + "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/dependency-injection": "^4.3.3|^5.0|^6.0", + "symfony/deprecation-contracts": "^2.1", + "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0", + "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0", "symfony/service-contracts": "^1.1.1|^2.0" }, "conflict": { - "doctrine/orm": "<2.6", + "doctrine/orm": "<2.9", "twig/twig": "<1.34|>=2.0,<2.4" }, "require-dev": { - "doctrine/coding-standard": "^8.0", - "doctrine/orm": "^2.6", + "doctrine/coding-standard": "^9.0", + "doctrine/orm": "^2.9", "friendsofphp/proxy-manager-lts": "^1.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3", "psalm/plugin-phpunit": "^0.15.1", - "psalm/plugin-symfony": "^2.2.4", - "symfony/phpunit-bridge": "^5.2", - "symfony/property-info": "^4.3.3|^5.0", - "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", - "symfony/security-bundle": "^4.4|5.0", - "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0", - "symfony/validator": "^3.4.30|^4.3.3|^5.0", - "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", - "symfony/yaml": "^3.4.30|^4.3.3|^5.0", + "psalm/plugin-symfony": "^2.3.0", + "symfony/phpunit-bridge": "^5.2|^6.0", + "symfony/property-info": "^4.3.3|^5.0|^6.0", + "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0", + "symfony/security-bundle": "^4.4|^5.0|^6.0", + "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0", "twig/twig": "^1.34|^2.12|^3.0", "vimeo/psalm": "^4.7" }, @@ -649,7 +654,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/2.3.1" + "source": "https://github.com/doctrine/DoctrineBundle/tree/2.4.2" }, "funding": [ { @@ -665,7 +670,7 @@ "type": "tidelift" } ], - "time": "2021-04-05T14:21:02+00:00" + "time": "2021-06-05T13:40:39+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", @@ -1091,16 +1096,16 @@ }, { "name": "doctrine/migrations", - "version": "3.1.2", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "1c2780df6b58998f411e64973cfa464ba0a06e00" + "reference": "8d0c58655cf9d76462d00ec5dd099737e513e86d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/1c2780df6b58998f411e64973cfa464ba0a06e00", - "reference": "1c2780df6b58998f411e64973cfa464ba0a06e00", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/8d0c58655cf9d76462d00ec5dd099737e513e86d", + "reference": "8d0c58655cf9d76462d00ec5dd099737e513e86d", "shasum": "" }, "require": { @@ -1175,7 +1180,7 @@ ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.1.2" + "source": "https://github.com/doctrine/migrations/tree/3.1.3" }, "funding": [ { @@ -1191,46 +1196,51 @@ "type": "tidelift" } ], - "time": "2021-04-24T12:54:34+00:00" + "time": "2021-06-10T19:24:33+00:00" }, { "name": "doctrine/orm", - "version": "2.8.4", + "version": "2.9.2", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7" + "reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/a588555ecd837b8d7e89355d9a13902e54d529c7", - "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7", + "url": "https://api.github.com/repos/doctrine/orm/zipball/75b4b88c5b7cebc24ed7251a20c2a5aa027300e1", + "reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8", - "doctrine/annotations": "^1.11.1", - "doctrine/cache": "^1.9.1", + "doctrine/annotations": "^1.13", + "doctrine/cache": "^1.11.3|^2.0.3", "doctrine/collections": "^1.5", "doctrine/common": "^3.0.3", - "doctrine/dbal": "^2.10.0", + "doctrine/dbal": "^2.13.0", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.1", "doctrine/inflector": "^1.4|^2.0", "doctrine/instantiator": "^1.3", "doctrine/lexer": "^1.0", - "doctrine/persistence": "^2.0", + "doctrine/persistence": "^2.2", "ext-pdo": "*", - "php": "^7.2|^8.0", - "symfony/console": "^3.0|^4.0|^5.0" + "php": "^7.1|^8.0", + "psr/cache": "^1 || ^2 || ^3", + "symfony/console": "^3.0|^4.0|^5.0|^6.0" }, "require-dev": { - "doctrine/coding-standard": "^8.0", - "phpstan/phpstan": "^0.12.18", - "phpunit/phpunit": "^8.5|^9.4", - "symfony/yaml": "^3.4|^4.0|^5.0", - "vimeo/psalm": "4.1.1" + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "^0.12.83", + "phpunit/phpunit": "^7.5|^8.5|^9.4", + "squizlabs/php_codesniffer": "3.6.0", + "symfony/cache": "^4.4|^5.2", + "symfony/yaml": "^3.4|^4.0|^5.0|^6.0", + "vimeo/psalm": "4.7.0" }, "suggest": { + "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "bin": [ @@ -1276,41 +1286,44 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.8.4" + "source": "https://github.com/doctrine/orm/tree/2.9.2" }, - "time": "2021-04-05T18:38:36+00:00" + "time": "2021-05-31T09:53:14+00:00" }, { "name": "doctrine/persistence", - "version": "2.1.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "9899c16934053880876b920a3b8b02ed2337ac1d" + "reference": "d138f3ab5f761055cab1054070377cfd3222e368" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/9899c16934053880876b920a3b8b02ed2337ac1d", - "reference": "9899c16934053880876b920a3b8b02ed2337ac1d", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/d138f3ab5f761055cab1054070377cfd3222e368", + "reference": "d138f3ab5f761055cab1054070377cfd3222e368", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", - "doctrine/cache": "^1.0", + "doctrine/cache": "^1.11 || ^2.0", "doctrine/collections": "^1.0", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", - "php": "^7.1 || ^8.0" + "php": "^7.1 || ^8.0", + "psr/cache": "^1.0|^2.0|^3.0" }, "conflict": { "doctrine/common": "<2.10@dev" }, "require-dev": { "composer/package-versions-deprecated": "^1.11", - "doctrine/coding-standard": "^6.0 || ^8.0", + "doctrine/coding-standard": "^6.0 || ^9.0", "doctrine/common": "^3.0", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "0.12.84", "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0", - "vimeo/psalm": "^3.11" + "symfony/cache": "^4.4|^5.0", + "vimeo/psalm": "4.7.0" }, "type": "library", "autoload": { @@ -1360,9 +1373,9 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/2.1.0" + "source": "https://github.com/doctrine/persistence/tree/2.2.1" }, - "time": "2020-10-24T22:13:54+00:00" + "time": "2021-05-19T07:07:01+00:00" }, { "name": "doctrine/sql-formatter", @@ -1423,16 +1436,16 @@ }, { "name": "easycorp/easyadmin-bundle", - "version": "v3.2.9", + "version": "v3.3.2", "source": { "type": "git", "url": "https://github.com/EasyCorp/EasyAdminBundle.git", - "reference": "92175620303bec3374e9356e5018aa565269fd1f" + "reference": "9672b09ce29c910fd74fe7769dd709c738ea43d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/EasyCorp/EasyAdminBundle/zipball/92175620303bec3374e9356e5018aa565269fd1f", - "reference": "92175620303bec3374e9356e5018aa565269fd1f", + "url": "https://api.github.com/repos/EasyCorp/EasyAdminBundle/zipball/9672b09ce29c910fd74fe7769dd709c738ea43d4", + "reference": "9672b09ce29c910fd74fe7769dd709c738ea43d4", "shasum": "" }, "require": { @@ -1506,7 +1519,7 @@ ], "support": { "issues": "https://github.com/EasyCorp/EasyAdminBundle/issues", - "source": "https://github.com/EasyCorp/EasyAdminBundle/tree/v3.2.9" + "source": "https://github.com/EasyCorp/EasyAdminBundle/tree/v3.3.2" }, "funding": [ { @@ -1514,7 +1527,7 @@ "type": "github" } ], - "time": "2021-04-24T17:01:55+00:00" + "time": "2021-05-26T18:53:27+00:00" }, { "name": "egulias/email-validator", @@ -1586,22 +1599,22 @@ }, { "name": "friendsofphp/proxy-manager-lts", - "version": "v1.0.3", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", - "reference": "121af47c9aee9c03031bdeca3fac0540f59aa5c3" + "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/121af47c9aee9c03031bdeca3fac0540f59aa5c3", - "reference": "121af47c9aee9c03031bdeca3fac0540f59aa5c3", + "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/006aa5d32f887a4db4353b13b5b5095613e0611f", + "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f", "shasum": "" }, "require": { "laminas/laminas-code": "~3.4.1|^4.0", "php": ">=7.1", - "symfony/filesystem": "^4.4.17|^5.0" + "symfony/filesystem": "^4.4.17|^5.0|^6.0" }, "conflict": { "laminas/laminas-stdlib": "<3.2.1", @@ -1612,7 +1625,7 @@ }, "require-dev": { "ext-phar": "*", - "symfony/phpunit-bridge": "^5.2" + "symfony/phpunit-bridge": "^5.2|^6.0" }, "type": "library", "extra": { @@ -1652,7 +1665,7 @@ ], "support": { "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", - "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.3" + "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.5" }, "funding": [ { @@ -1664,20 +1677,20 @@ "type": "tidelift" } ], - "time": "2021-01-14T21:52:44+00:00" + "time": "2021-05-22T16:11:15+00:00" }, { "name": "laminas/laminas-code", - "version": "4.2.1", + "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "a1e7f8b6467ac7f277b8e027e8537fa13664a8d8" + "reference": "1beb4447f9efd26041eba7eff50614e798c353fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/a1e7f8b6467ac7f277b8e027e8537fa13664a8d8", - "reference": "a1e7f8b6467ac7f277b8e027e8537fa13664a8d8", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1beb4447f9efd26041eba7eff50614e798c353fd", + "reference": "1beb4447f9efd26041eba7eff50614e798c353fd", "shasum": "" }, "require": { @@ -1735,7 +1748,7 @@ "type": "community_bridge" } ], - "time": "2021-04-23T11:54:51+00:00" + "time": "2021-05-12T12:41:03+00:00" }, { "name": "laminas/laminas-eventmanager", @@ -1865,6 +1878,79 @@ ], "time": "2021-02-25T21:54:58+00:00" }, + { + "name": "mjaschen/phpgeo", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/mjaschen/phpgeo.git", + "reference": "c26fd54ba2f792f6a286fe5738fea9ce1c33ed28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mjaschen/phpgeo/zipball/c26fd54ba2f792f6a286fe5738fea9ce1c33ed28", + "reference": "c26fd54ba2f792f6a286fe5738fea9ce1c33ed28", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.0", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^3.12" + }, + "type": "library", + "autoload": { + "psr-4": { + "Location\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marcus Jaschen", + "email": "mjaschen@gmail.com", + "homepage": "https://www.marcusjaschen.de/" + } + ], + "description": "Simple Yet Powerful Geo Library", + "homepage": "https://phpgeo.marcusjaschen.de/", + "keywords": [ + "Polygon", + "area", + "bearing", + "bounds", + "calculation", + "coordinate", + "distance", + "earth", + "ellipsoid", + "geo", + "geofence", + "gis", + "gps", + "haversine", + "length", + "perpendicular", + "point", + "polyline", + "projection", + "simplify", + "track", + "vincenty" + ], + "support": { + "docs": "https://phpgeo.marcusjaschen.de/Installation.html", + "email": "mjaschen@gmail.com", + "issues": "https://github.com/mjaschen/phpgeo/issues", + "source": "https://github.com/mjaschen/phpgeo/tree/3.2.1" + }, + "time": "2021-03-04T10:03:03+00:00" + }, { "name": "monolog/monolog", "version": "2.2.0", @@ -2216,16 +2302,16 @@ }, { "name": "sensio/framework-extra-bundle", - "version": "v6.1.2", + "version": "v6.1.5", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "676262b7a65a1033befbcf59e180d072df7504b6" + "reference": "62c5909f49cf74dccdf50a294511cc24be2f969c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/676262b7a65a1033befbcf59e180d072df7504b6", - "reference": "676262b7a65a1033befbcf59e180d072df7504b6", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/62c5909f49cf74dccdf50a294511cc24be2f969c", + "reference": "62c5909f49cf74dccdf50a294511cc24be2f969c", "shasum": "" }, "require": { @@ -2288,22 +2374,22 @@ ], "support": { "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", - "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.1.2" + "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.1.5" }, - "time": "2021-04-09T16:14:11+00:00" + "time": "2021-05-31T10:40:46+00:00" }, { "name": "symfony/asset", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "e6676acfabf011dca2beaa5f9b8d519c8aea2870" + "reference": "c65584ca108c9e51c80cc49ebdcb47dfd995431c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/e6676acfabf011dca2beaa5f9b8d519c8aea2870", - "reference": "e6676acfabf011dca2beaa5f9b8d519c8aea2870", + "url": "https://api.github.com/repos/symfony/asset/zipball/c65584ca108c9e51c80cc49ebdcb47dfd995431c", + "reference": "c65584ca108c9e51c80cc49ebdcb47dfd995431c", "shasum": "" }, "require": { @@ -2343,7 +2429,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.2.7" + "source": "https://github.com/symfony/asset/tree/v5.2.10" }, "funding": [ { @@ -2359,20 +2445,20 @@ "type": "tidelift" } ], - "time": "2021-04-07T16:07:52+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/cache", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "1d801d1dc5e3840e832568db6b35a954cfb435a8" + "reference": "aaab9c4f6eccf20906c7675be3bf826e362676ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/1d801d1dc5e3840e832568db6b35a954cfb435a8", - "reference": "1d801d1dc5e3840e832568db6b35a954cfb435a8", + "url": "https://api.github.com/repos/symfony/cache/zipball/aaab9c4f6eccf20906c7675be3bf826e362676ce", + "reference": "aaab9c4f6eccf20906c7675be3bf826e362676ce", "shasum": "" }, "require": { @@ -2397,7 +2483,7 @@ }, "require-dev": { "cache/integration-tests": "dev-master", - "doctrine/cache": "^1.6", + "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.10|^3.0", "predis/predis": "^1.1", "psr/simple-cache": "^1.0", @@ -2438,7 +2524,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.2.7" + "source": "https://github.com/symfony/cache/tree/v5.2.10" }, "funding": [ { @@ -2454,7 +2540,7 @@ "type": "tidelift" } ], - "time": "2021-04-23T16:56:33+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/cache-contracts", @@ -2537,16 +2623,16 @@ }, { "name": "symfony/config", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "3817662ada105c8c4d1afdb4ec003003efd1d8d8" + "reference": "1156feb067e6962b3c4444d172fd0d4d8473cd5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/3817662ada105c8c4d1afdb4ec003003efd1d8d8", - "reference": "3817662ada105c8c4d1afdb4ec003003efd1d8d8", + "url": "https://api.github.com/repos/symfony/config/zipball/1156feb067e6962b3c4444d172fd0d4d8473cd5b", + "reference": "1156feb067e6962b3c4444d172fd0d4d8473cd5b", "shasum": "" }, "require": { @@ -2554,7 +2640,8 @@ "symfony/deprecation-contracts": "^2.1", "symfony/filesystem": "^4.4|^5.0", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<4.4" @@ -2595,7 +2682,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.7" + "source": "https://github.com/symfony/config/tree/v5.2.10" }, "funding": [ { @@ -2611,20 +2698,20 @@ "type": "tidelift" } ], - "time": "2021-04-07T16:07:52+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/console", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629" + "reference": "9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629", - "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629", + "url": "https://api.github.com/repos/symfony/console/zipball/9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040", + "reference": "9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040", "shasum": "" }, "require": { @@ -2692,7 +2779,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.2.7" + "source": "https://github.com/symfony/console/tree/v5.2.10" }, "funding": [ { @@ -2708,20 +2795,20 @@ "type": "tidelift" } ], - "time": "2021-04-19T14:07:32+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "6ca378b99e3c9ba6127eb43b68389fb2b7348577" + "reference": "22b1ed3e5d080d69ec913e04eac3699eafb6b5b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6ca378b99e3c9ba6127eb43b68389fb2b7348577", - "reference": "6ca378b99e3c9ba6127eb43b68389fb2b7348577", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/22b1ed3e5d080d69ec913e04eac3699eafb6b5b4", + "reference": "22b1ed3e5d080d69ec913e04eac3699eafb6b5b4", "shasum": "" }, "require": { @@ -2779,7 +2866,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.7" + "source": "https://github.com/symfony/dependency-injection/tree/v5.2.10" }, "funding": [ { @@ -2795,7 +2882,7 @@ "type": "tidelift" } ], - "time": "2021-04-24T14:32:26+00:00" + "time": "2021-05-26T17:55:25+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2866,16 +2953,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "6c8318bb9b315d3d325e9904445e4c4514e3d8ed" + "reference": "8911230b0861da58c42158bc8ad640f4f6658efc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/6c8318bb9b315d3d325e9904445e4c4514e3d8ed", - "reference": "6c8318bb9b315d3d325e9904445e4c4514e3d8ed", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/8911230b0861da58c42158bc8ad640f4f6658efc", + "reference": "8911230b0861da58c42158bc8ad640f4f6658efc", "shasum": "" }, "require": { @@ -2903,7 +2990,6 @@ "require-dev": { "composer/package-versions-deprecated": "^1.8", "doctrine/annotations": "^1.10.4", - "doctrine/cache": "~1.6", "doctrine/collections": "~1.0", "doctrine/data-fixtures": "^1.1", "doctrine/dbal": "^2.10|^3.0", @@ -2960,7 +3046,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.7" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.10" }, "funding": [ { @@ -2976,20 +3062,20 @@ "type": "tidelift" } ], - "time": "2021-04-16T17:25:34+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/dotenv", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "783f12027c6b40ab0e93d6136d9f642d1d67cd6b" + "reference": "1ac423fcc9548709077f90aca26c733cdb7e6e5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/783f12027c6b40ab0e93d6136d9f642d1d67cd6b", - "reference": "783f12027c6b40ab0e93d6136d9f642d1d67cd6b", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/1ac423fcc9548709077f90aca26c733cdb7e6e5c", + "reference": "1ac423fcc9548709077f90aca26c733cdb7e6e5c", "shasum": "" }, "require": { @@ -3030,7 +3116,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v5.2.4" + "source": "https://github.com/symfony/dotenv/tree/v5.3.0" }, "funding": [ { @@ -3046,20 +3132,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/error-handler", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "ea3ddbf67615e883ca7c33a4de61213789846782" + "reference": "5f52636e5772b21ab80fe868b54b11c3177c55c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/ea3ddbf67615e883ca7c33a4de61213789846782", - "reference": "ea3ddbf67615e883ca7c33a4de61213789846782", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/5f52636e5772b21ab80fe868b54b11c3177c55c6", + "reference": "5f52636e5772b21ab80fe868b54b11c3177c55c6", "shasum": "" }, "require": { @@ -3099,7 +3185,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.7" + "source": "https://github.com/symfony/error-handler/tree/v5.2.10" }, "funding": [ { @@ -3115,20 +3201,20 @@ "type": "tidelift" } ], - "time": "2021-04-07T15:57:33+00:00" + "time": "2021-05-26T17:33:56+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "d08d6ec121a425897951900ab692b612a61d6240" + "reference": "2ffa4bf7469317e23cc5e3f716db6071e6525f5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240", - "reference": "d08d6ec121a425897951900ab692b612a61d6240", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2ffa4bf7469317e23cc5e3f716db6071e6525f5a", + "reference": "2ffa4bf7469317e23cc5e3f716db6071e6525f5a", "shasum": "" }, "require": { @@ -3184,7 +3270,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.4" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.10" }, "funding": [ { @@ -3200,7 +3286,7 @@ "type": "tidelift" } ], - "time": "2021-02-18T17:12:37+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -3283,16 +3369,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0" + "reference": "9aa15870b021a34de200a15cff38844db4a930fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0", - "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/9aa15870b021a34de200a15cff38844db4a930fa", + "reference": "9aa15870b021a34de200a15cff38844db4a930fa", "shasum": "" }, "require": { @@ -3325,7 +3411,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.2.7" + "source": "https://github.com/symfony/filesystem/tree/v5.2.10" }, "funding": [ { @@ -3341,20 +3427,20 @@ "type": "tidelift" } ], - "time": "2021-04-01T10:42:13+00:00" + "time": "2021-05-26T17:33:56+00:00" }, { "name": "symfony/finder", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "0d639a0943822626290d169965804f79400e6a04" + "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04", - "reference": "0d639a0943822626290d169965804f79400e6a04", + "url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6", + "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6", "shasum": "" }, "require": { @@ -3386,7 +3472,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.2.4" + "source": "https://github.com/symfony/finder/tree/v5.3.0" }, "funding": [ { @@ -3402,20 +3488,20 @@ "type": "tidelift" } ], - "time": "2021-02-15T18:55:04+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/flex", - "version": "v1.12.2", + "version": "v1.13.3", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "e472606b4b3173564f0edbca8f5d32b52fc4f2c9" + "reference": "2597d0dda8042c43eed44a9cd07236b897e427d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/e472606b4b3173564f0edbca8f5d32b52fc4f2c9", - "reference": "e472606b4b3173564f0edbca8f5d32b52fc4f2c9", + "url": "https://api.github.com/repos/symfony/flex/zipball/2597d0dda8042c43eed44a9cd07236b897e427d7", + "reference": "2597d0dda8042c43eed44a9cd07236b897e427d7", "shasum": "" }, "require": { @@ -3432,7 +3518,7 @@ "type": "composer-plugin", "extra": { "branch-alias": { - "dev-main": "1.12-dev" + "dev-main": "1.13-dev" }, "class": "Symfony\\Flex\\Flex" }, @@ -3454,7 +3540,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v1.12.2" + "source": "https://github.com/symfony/flex/tree/v1.13.3" }, "funding": [ { @@ -3470,20 +3556,20 @@ "type": "tidelift" } ], - "time": "2021-02-16T14:05:05+00:00" + "time": "2021-05-19T07:19:15+00:00" }, { "name": "symfony/form", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "037ccc804cca3655f2b493e5bcc062b4ba4208ed" + "reference": "51f75b46f623cbf715ee9894657fe432455821c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/037ccc804cca3655f2b493e5bcc062b4ba4208ed", - "reference": "037ccc804cca3655f2b493e5bcc062b4ba4208ed", + "url": "https://api.github.com/repos/symfony/form/zipball/51f75b46f623cbf715ee9894657fe432455821c4", + "reference": "51f75b46f623cbf715ee9894657fe432455821c4", "shasum": "" }, "require": { @@ -3555,7 +3641,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.7" + "source": "https://github.com/symfony/form/tree/v5.2.10" }, "funding": [ { @@ -3571,27 +3657,27 @@ "type": "tidelift" } ], - "time": "2021-04-24T14:39:13+00:00" + "time": "2021-05-27T12:55:18+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "af652965c2a598e192200c6932ab9edd283ffe42" + "reference": "0f47ae9a391efdec9632275c1cb506290600af11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/af652965c2a598e192200c6932ab9edd283ffe42", - "reference": "af652965c2a598e192200c6932ab9edd283ffe42", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0f47ae9a391efdec9632275c1cb506290600af11", + "reference": "0f47ae9a391efdec9632275c1cb506290600af11", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/cache": "^5.2", - "symfony/config": "^5.0", + "symfony/config": "~5.0.11|^5.1.3", "symfony/dependency-injection": "^5.2", "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4.1|^5.0.1", @@ -3633,7 +3719,7 @@ }, "require-dev": { "doctrine/annotations": "^1.10.4", - "doctrine/cache": "~1.0", + "doctrine/cache": "^1.0|^2.0", "doctrine/persistence": "^1.3|^2.0", "paragonie/sodium_compat": "^1.8", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", @@ -3704,7 +3790,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.7" + "source": "https://github.com/symfony/framework-bundle/tree/v5.2.10" }, "funding": [ { @@ -3720,7 +3806,7 @@ "type": "tidelift" } ], - "time": "2021-04-16T17:21:25+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/http-client-contracts", @@ -3802,16 +3888,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f" + "reference": "a148e5d6e69562a9ec0ab3bcf35c02585114cbce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f", - "reference": "a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a148e5d6e69562a9ec0ab3bcf35c02585114cbce", + "reference": "a148e5d6e69562a9ec0ab3bcf35c02585114cbce", "shasum": "" }, "require": { @@ -3855,7 +3941,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.7" + "source": "https://github.com/symfony/http-foundation/tree/v5.2.10" }, "funding": [ { @@ -3871,20 +3957,20 @@ "type": "tidelift" } ], - "time": "2021-05-01T13:46:24+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "1e9f6879f070f718e0055fbac232a56f67b8b6bd" + "reference": "91aaf791281a3f3f801a9257b27be5f9dfdb3dcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1e9f6879f070f718e0055fbac232a56f67b8b6bd", - "reference": "1e9f6879f070f718e0055fbac232a56f67b8b6bd", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/91aaf791281a3f3f801a9257b27be5f9dfdb3dcf", + "reference": "91aaf791281a3f3f801a9257b27be5f9dfdb3dcf", "shasum": "" }, "require": { @@ -3967,7 +4053,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.7" + "source": "https://github.com/symfony/http-kernel/tree/v5.2.10" }, "funding": [ { @@ -3983,20 +4069,20 @@ "type": "tidelift" } ], - "time": "2021-05-01T14:53:15+00:00" + "time": "2021-06-01T09:28:31+00:00" }, { "name": "symfony/intl", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "6d40be5e4331041aa14add5633986d95667ae624" + "reference": "cf40e74a9547e810747c584be216dd0c15632669" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/6d40be5e4331041aa14add5633986d95667ae624", - "reference": "6d40be5e4331041aa14add5633986d95667ae624", + "url": "https://api.github.com/repos/symfony/intl/zipball/cf40e74a9547e810747c584be216dd0c15632669", + "reference": "cf40e74a9547e810747c584be216dd0c15632669", "shasum": "" }, "require": { @@ -4055,7 +4141,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.2.7" + "source": "https://github.com/symfony/intl/tree/v5.2.10" }, "funding": [ { @@ -4071,20 +4157,20 @@ "type": "tidelift" } ], - "time": "2021-04-24T14:39:13+00:00" + "time": "2021-05-27T06:39:54+00:00" }, { "name": "symfony/mailer", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "c50b304246e56c8574c203bce440f0eafb107ae9" + "reference": "9b4d874082b337759ce7c4ef608ecf63982a4472" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/c50b304246e56c8574c203bce440f0eafb107ae9", - "reference": "c50b304246e56c8574c203bce440f0eafb107ae9", + "url": "https://api.github.com/repos/symfony/mailer/zipball/9b4d874082b337759ce7c4ef608ecf63982a4472", + "reference": "9b4d874082b337759ce7c4ef608ecf63982a4472", "shasum": "" }, "require": { @@ -4136,7 +4222,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.2.7" + "source": "https://github.com/symfony/mailer/tree/v5.2.10" }, "funding": [ { @@ -4152,20 +4238,20 @@ "type": "tidelift" } ], - "time": "2021-04-23T11:25:09+00:00" + "time": "2021-05-27T12:55:18+00:00" }, { "name": "symfony/mime", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "7af452bf51c46f18da00feb32e1ad36db9426515" + "reference": "0cb96ba3149255f5e5e257db9ea38ef86e154111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/7af452bf51c46f18da00feb32e1ad36db9426515", - "reference": "7af452bf51c46f18da00feb32e1ad36db9426515", + "url": "https://api.github.com/repos/symfony/mime/zipball/0cb96ba3149255f5e5e257db9ea38ef86e154111", + "reference": "0cb96ba3149255f5e5e257db9ea38ef86e154111", "shasum": "" }, "require": { @@ -4219,7 +4305,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.2.7" + "source": "https://github.com/symfony/mime/tree/v5.2.10" }, "funding": [ { @@ -4235,20 +4321,20 @@ "type": "tidelift" } ], - "time": "2021-04-29T20:47:09+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "ddb9c33dfa1bd89c956892c3d1ba35f324e3ccd8" + "reference": "065a6ce960e4beb31a30bdaeae6e6317ab4aa810" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ddb9c33dfa1bd89c956892c3d1ba35f324e3ccd8", - "reference": "ddb9c33dfa1bd89c956892c3d1ba35f324e3ccd8", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/065a6ce960e4beb31a30bdaeae6e6317ab4aa810", + "reference": "065a6ce960e4beb31a30bdaeae6e6317ab4aa810", "shasum": "" }, "require": { @@ -4301,7 +4387,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.7" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.10" }, "funding": [ { @@ -4317,7 +4403,7 @@ "type": "tidelift" } ], - "time": "2021-04-07T16:07:52+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/monolog-bundle", @@ -4402,16 +4488,16 @@ }, { "name": "symfony/options-resolver", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce" + "reference": "ceab1c225d04aceac65dae76063a0a47bdf12285" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", - "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ceab1c225d04aceac65dae76063a0a47bdf12285", + "reference": "ceab1c225d04aceac65dae76063a0a47bdf12285", "shasum": "" }, "require": { @@ -4451,7 +4537,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.2.4" + "source": "https://github.com/symfony/options-resolver/tree/v5.2.10" }, "funding": [ { @@ -4467,20 +4553,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T12:56:27+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170" + "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170", - "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/24b72c6baa32c746a4d0840147c9715e42bb68ab", + "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab", "shasum": "" }, "require": { @@ -4492,7 +4578,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4532,7 +4618,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.0" }, "funding": [ { @@ -4548,20 +4634,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-05-27T09:17:38+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "af1842919c7e7364aaaa2798b29839e3ba168588" + "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/af1842919c7e7364aaaa2798b29839e3ba168588", - "reference": "af1842919c7e7364aaaa2798b29839e3ba168588", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4a80a521d6176870b6445cfb469c130f9cae1dda", + "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda", "shasum": "" }, "require": { @@ -4573,7 +4659,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4619,7 +4705,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.23.0" }, "funding": [ { @@ -4635,20 +4721,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-05-24T10:04:56+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "2d63434d922daf7da8dd863e7907e67ee3031483" + "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483", - "reference": "2d63434d922daf7da8dd863e7907e67ee3031483", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", + "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", "shasum": "" }, "require": { @@ -4662,7 +4748,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4706,7 +4792,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" }, "funding": [ { @@ -4722,20 +4808,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-05-27T09:27:20+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", - "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { @@ -4747,7 +4833,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4790,7 +4876,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" }, "funding": [ { @@ -4806,20 +4892,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" + "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", + "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "shasum": "" }, "require": { @@ -4831,7 +4917,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4870,7 +4956,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" }, "funding": [ { @@ -4886,20 +4972,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-05-27T09:27:20+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", - "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", "shasum": "" }, "require": { @@ -4908,7 +4994,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4949,7 +5035,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" }, "funding": [ { @@ -4965,20 +5051,20 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" + "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", - "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", + "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", "shasum": "" }, "require": { @@ -4987,7 +5073,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5032,7 +5118,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" }, "funding": [ { @@ -5048,20 +5134,99 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { - "name": "symfony/polyfill-uuid", - "version": "v1.22.1", + "name": "symfony/polyfill-php81", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-uuid.git", - "reference": "9773608c15d3fe6ba2b6456a124777a7b8ffee2a" + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "e66119f3de95efc359483f810c4c3e6436279436" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9773608c15d3fe6ba2b6456a124777a7b8ffee2a", - "reference": "9773608c15d3fe6ba2b6456a124777a7b8ffee2a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", + "reference": "e66119f3de95efc359483f810c4c3e6436279436", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-21T13:25:03+00:00" + }, + { + "name": "symfony/polyfill-uuid", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-uuid.git", + "reference": "9165effa2eb8a31bb3fa608df9d529920d21ddd9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9165effa2eb8a31bb3fa608df9d529920d21ddd9", + "reference": "9165effa2eb8a31bb3fa608df9d529920d21ddd9", "shasum": "" }, "require": { @@ -5073,7 +5238,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5111,7 +5276,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.23.0" }, "funding": [ { @@ -5127,20 +5292,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/property-access", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3" + "reference": "ef56ae6b6c95749352cca75a0efe1b3544fa176a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/3af8ed262bd3217512a13b023981fe68f36ad5f3", - "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3", + "url": "https://api.github.com/repos/symfony/property-access/zipball/ef56ae6b6c95749352cca75a0efe1b3544fa176a", + "reference": "ef56ae6b6c95749352cca75a0efe1b3544fa176a", "shasum": "" }, "require": { @@ -5192,7 +5357,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v5.2.4" + "source": "https://github.com/symfony/property-access/tree/v5.2.10" }, "funding": [ { @@ -5208,20 +5373,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:15:41+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/property-info", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "f5850c8d4d987fd1990e2cbdf29f48c663c433e7" + "reference": "3e96404cea2f41ea65493da526245c2b4b5ebf4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/f5850c8d4d987fd1990e2cbdf29f48c663c433e7", - "reference": "f5850c8d4d987fd1990e2cbdf29f48c663c433e7", + "url": "https://api.github.com/repos/symfony/property-info/zipball/3e96404cea2f41ea65493da526245c2b4b5ebf4e", + "reference": "3e96404cea2f41ea65493da526245c2b4b5ebf4e", "shasum": "" }, "require": { @@ -5282,7 +5447,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.2.7" + "source": "https://github.com/symfony/property-info/tree/v5.2.10" }, "funding": [ { @@ -5298,20 +5463,20 @@ "type": "tidelift" } ], - "time": "2021-04-16T17:25:34+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", - "reference": "fd6bb40190b1719abbe831be09adf38e0744d5f5" + "reference": "4e4997e77f30b4caed2b3cebefdecd7031e25a00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/fd6bb40190b1719abbe831be09adf38e0744d5f5", - "reference": "fd6bb40190b1719abbe831be09adf38e0744d5f5", + "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/4e4997e77f30b4caed2b3cebefdecd7031e25a00", + "reference": "4e4997e77f30b4caed2b3cebefdecd7031e25a00", "shasum": "" }, "require": { @@ -5349,7 +5514,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.2.4" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.3.0" }, "funding": [ { @@ -5365,20 +5530,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:01:46+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/routing", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c" + "reference": "8bc1f4ac6a46f63eca345d90443a7e44908142ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c", - "reference": "3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c", + "url": "https://api.github.com/repos/symfony/routing/zipball/8bc1f4ac6a46f63eca345d90443a7e44908142ae", + "reference": "8bc1f4ac6a46f63eca345d90443a7e44908142ae", "shasum": "" }, "require": { @@ -5438,7 +5603,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.2.7" + "source": "https://github.com/symfony/routing/tree/v5.2.10" }, "funding": [ { @@ -5454,20 +5619,20 @@ "type": "tidelift" } ], - "time": "2021-04-11T22:55:21+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "d258a71a00dd47980fc908799c905d4b58c7b926" + "reference": "642a43f0c93752df9bab473b14192053c137583b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d258a71a00dd47980fc908799c905d4b58c7b926", - "reference": "d258a71a00dd47980fc908799c905d4b58c7b926", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/642a43f0c93752df9bab473b14192053c137583b", + "reference": "642a43f0c93752df9bab473b14192053c137583b", "shasum": "" }, "require": { @@ -5489,10 +5654,11 @@ "symfony/console": "<4.4", "symfony/framework-bundle": "<4.4", "symfony/ldap": "<4.4", + "symfony/security-http": "<5.2.8", "symfony/twig-bundle": "<4.4" }, "require-dev": { - "doctrine/doctrine-bundle": "^2.0", + "doctrine/annotations": "^1.10.4", "symfony/asset": "^4.4|^5.0", "symfony/browser-kit": "^4.4|^5.0", "symfony/console": "^4.4|^5.0", @@ -5537,7 +5703,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.7" + "source": "https://github.com/symfony/security-bundle/tree/v5.2.10" }, "funding": [ { @@ -5553,20 +5719,20 @@ "type": "tidelift" } ], - "time": "2021-04-13T14:17:49+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/security-core", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "3d8f3540d9bf3ef32cc4084d5a4fa96af62ff450" + "reference": "94225470036d67ae8bb6a746809fe737aa7c0319" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/3d8f3540d9bf3ef32cc4084d5a4fa96af62ff450", - "reference": "3d8f3540d9bf3ef32cc4084d5a4fa96af62ff450", + "url": "https://api.github.com/repos/symfony/security-core/zipball/94225470036d67ae8bb6a746809fe737aa7c0319", + "reference": "94225470036d67ae8bb6a746809fe737aa7c0319", "shasum": "" }, "require": { @@ -5626,7 +5792,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.2.7" + "source": "https://github.com/symfony/security-core/tree/v5.2.10" }, "funding": [ { @@ -5642,20 +5808,20 @@ "type": "tidelift" } ], - "time": "2021-05-01T14:29:34+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "0ed3353e3c053711a1d86a74395f25736fc333de" + "reference": "89f7d0778d988579e16a173cbdd9656c1bfd8b79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/0ed3353e3c053711a1d86a74395f25736fc333de", - "reference": "0ed3353e3c053711a1d86a74395f25736fc333de", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/89f7d0778d988579e16a173cbdd9656c1bfd8b79", + "reference": "89f7d0778d988579e16a173cbdd9656c1bfd8b79", "shasum": "" }, "require": { @@ -5697,7 +5863,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v5.2.7" + "source": "https://github.com/symfony/security-csrf/tree/v5.2.10" }, "funding": [ { @@ -5713,20 +5879,20 @@ "type": "tidelift" } ], - "time": "2021-04-07T16:07:52+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/security-guard", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", - "reference": "a191352047f2ea0d927c62e1a2f261cf906d1bde" + "reference": "9fc67f0fd82b6f5334099d2ba1ecba048818c60f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/a191352047f2ea0d927c62e1a2f261cf906d1bde", - "reference": "a191352047f2ea0d927c62e1a2f261cf906d1bde", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/9fc67f0fd82b6f5334099d2ba1ecba048818c60f", + "reference": "9fc67f0fd82b6f5334099d2ba1ecba048818c60f", "shasum": "" }, "require": { @@ -5764,7 +5930,7 @@ "description": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-guard/tree/v5.2.4" + "source": "https://github.com/symfony/security-guard/tree/v5.2.10" }, "funding": [ { @@ -5780,20 +5946,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:15:41+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/security-http", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "3aebf0ee0666592128156253ba989197e7b6e503" + "reference": "dc61639e1320010bd14b0c1b355643da83fd5be6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/3aebf0ee0666592128156253ba989197e7b6e503", - "reference": "3aebf0ee0666592128156253ba989197e7b6e503", + "url": "https://api.github.com/repos/symfony/security-http/zipball/dc61639e1320010bd14b0c1b355643da83fd5be6", + "reference": "dc61639e1320010bd14b0c1b355643da83fd5be6", "shasum": "" }, "require": { @@ -5801,6 +5967,7 @@ "symfony/deprecation-contracts": "^2.1", "symfony/http-foundation": "^5.2", "symfony/http-kernel": "^5.2", + "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15", "symfony/property-access": "^4.4|^5.0", "symfony/security-core": "^5.2" @@ -5847,7 +6014,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.2.7" + "source": "https://github.com/symfony/security-http/tree/v5.2.10" }, "funding": [ { @@ -5863,7 +6030,7 @@ "type": "tidelift" } ], - "time": "2021-04-30T17:39:44+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/service-contracts", @@ -5946,16 +6113,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "d99310c33e833def36419c284f60e8027d359678" + "reference": "64f4ed9232ad5372df8a61b1311502202fb0a03c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678", - "reference": "d99310c33e833def36419c284f60e8027d359678", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/64f4ed9232ad5372df8a61b1311502202fb0a03c", + "reference": "64f4ed9232ad5372df8a61b1311502202fb0a03c", "shasum": "" }, "require": { @@ -5988,7 +6155,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.3.0-BETA1" + "source": "https://github.com/symfony/stopwatch/tree/v5.2.10" }, "funding": [ { @@ -6004,20 +6171,20 @@ "type": "tidelift" } ], - "time": "2021-03-29T15:28:41+00:00" + "time": "2021-05-26T17:33:56+00:00" }, { "name": "symfony/string", - "version": "v5.2.6", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572" + "reference": "abd6bb17be75ddb10b022f02820464b785882a7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", - "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", + "url": "https://api.github.com/repos/symfony/string/zipball/abd6bb17be75ddb10b022f02820464b785882a7f", + "reference": "abd6bb17be75ddb10b022f02820464b785882a7f", "shasum": "" }, "require": { @@ -6071,7 +6238,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.2.6" + "source": "https://github.com/symfony/string/tree/v5.2.10" }, "funding": [ { @@ -6087,20 +6254,20 @@ "type": "tidelift" } ], - "time": "2021-03-17T17:12:15+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/translation", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "e37ece5242564bceea54d709eafc948377ec9749" + "reference": "dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/e37ece5242564bceea54d709eafc948377ec9749", - "reference": "e37ece5242564bceea54d709eafc948377ec9749", + "url": "https://api.github.com/repos/symfony/translation/zipball/dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4", + "reference": "dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4", "shasum": "" }, "require": { @@ -6164,7 +6331,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.2.7" + "source": "https://github.com/symfony/translation/tree/v5.2.10" }, "funding": [ { @@ -6180,7 +6347,7 @@ "type": "tidelift" } ], - "time": "2021-04-01T08:15:21+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/translation-contracts", @@ -6262,16 +6429,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "6d8940a5bcc5b67e433f5f5f00e980493de3501f" + "reference": "3590e0e352a038b23f65410f388ce1a800debc6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/6d8940a5bcc5b67e433f5f5f00e980493de3501f", - "reference": "6d8940a5bcc5b67e433f5f5f00e980493de3501f", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/3590e0e352a038b23f65410f388ce1a800debc6c", + "reference": "3590e0e352a038b23f65410f388ce1a800debc6c", "shasum": "" }, "require": { @@ -6362,7 +6529,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.7" + "source": "https://github.com/symfony/twig-bridge/tree/v5.2.10" }, "funding": [ { @@ -6378,20 +6545,20 @@ "type": "tidelift" } ], - "time": "2021-04-07T16:07:52+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "5ebbb5f0e8bfaa0b4b37cb25ff97f83b18caf221" + "reference": "c078458e37a90b4ec8abb9f8fe6c3011d35e8039" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/5ebbb5f0e8bfaa0b4b37cb25ff97f83b18caf221", - "reference": "5ebbb5f0e8bfaa0b4b37cb25ff97f83b18caf221", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c078458e37a90b4ec8abb9f8fe6c3011d35e8039", + "reference": "c078458e37a90b4ec8abb9f8fe6c3011d35e8039", "shasum": "" }, "require": { @@ -6410,7 +6577,7 @@ }, "require-dev": { "doctrine/annotations": "^1.10.4", - "doctrine/cache": "~1.0", + "doctrine/cache": "^1.0|^2.0", "symfony/asset": "^4.4|^5.0", "symfony/dependency-injection": "^5.2", "symfony/expression-language": "^4.4|^5.0", @@ -6449,7 +6616,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.4" + "source": "https://github.com/symfony/twig-bundle/tree/v5.2.10" }, "funding": [ { @@ -6465,20 +6632,20 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:15:41+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/uid", - "version": "v5.2.6", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "47d4347b762f0bab9b4ec02112ddfaaa6d79481b" + "reference": "9e052369bf8292c0f536b457312c2d3cd8e0b850" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/47d4347b762f0bab9b4ec02112ddfaaa6d79481b", - "reference": "47d4347b762f0bab9b4ec02112ddfaaa6d79481b", + "url": "https://api.github.com/repos/symfony/uid/zipball/9e052369bf8292c0f536b457312c2d3cd8e0b850", + "reference": "9e052369bf8292c0f536b457312c2d3cd8e0b850", "shasum": "" }, "require": { @@ -6519,7 +6686,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v5.2.6" + "source": "https://github.com/symfony/uid/tree/v5.2.10" }, "funding": [ { @@ -6535,20 +6702,20 @@ "type": "tidelift" } ], - "time": "2021-03-21T16:15:38+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/validator", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "b0be0360bfbf15059308d815da7f4151bd448b37" + "reference": "8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/b0be0360bfbf15059308d815da7f4151bd448b37", - "reference": "b0be0360bfbf15059308d815da7f4151bd448b37", + "url": "https://api.github.com/repos/symfony/validator/zipball/8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e", + "reference": "8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e", "shasum": "" }, "require": { @@ -6572,7 +6739,7 @@ }, "require-dev": { "doctrine/annotations": "^1.10.4", - "doctrine/cache": "~1.0", + "doctrine/cache": "^1.0|^2.0", "egulias/email-validator": "^2.1.10|^3", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4|^5.0", @@ -6628,7 +6795,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.2.7" + "source": "https://github.com/symfony/validator/tree/v5.2.10" }, "funding": [ { @@ -6644,20 +6811,20 @@ "type": "tidelift" } ], - "time": "2021-04-14T13:12:03+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "27cb9f7cfa3853c736425c7233a8f68814b19636" + "reference": "85bc8988d49d3f3bbede1e937f758d5dcb9dd694" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/27cb9f7cfa3853c736425c7233a8f68814b19636", - "reference": "27cb9f7cfa3853c736425c7233a8f68814b19636", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bc8988d49d3f3bbede1e937f758d5dcb9dd694", + "reference": "85bc8988d49d3f3bbede1e937f758d5dcb9dd694", "shasum": "" }, "require": { @@ -6716,7 +6883,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.2.7" + "source": "https://github.com/symfony/var-dumper/tree/v5.2.10" }, "funding": [ { @@ -6732,20 +6899,20 @@ "type": "tidelift" } ], - "time": "2021-04-19T14:07:32+00:00" + "time": "2021-05-27T10:48:07+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "01184a5ab95eb9500b9b0ef3e525979e003d9c81" + "reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/01184a5ab95eb9500b9b0ef3e525979e003d9c81", - "reference": "01184a5ab95eb9500b9b0ef3e525979e003d9c81", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb", + "reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb", "shasum": "" }, "require": { @@ -6789,7 +6956,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.3.0-BETA1" + "source": "https://github.com/symfony/var-exporter/tree/v5.3.0" }, "funding": [ { @@ -6805,7 +6972,7 @@ "type": "tidelift" } ], - "time": "2021-04-01T10:42:13+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/webpack-encore-bundle", @@ -6880,16 +7047,16 @@ }, { "name": "symfony/yaml", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5" + "reference": "cd7930d6a7e0d8ceac299846235bc6e2e032c3a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/76546cbeddd0a9540b4e4e57eddeec3e9bb444a5", - "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5", + "url": "https://api.github.com/repos/symfony/yaml/zipball/cd7930d6a7e0d8ceac299846235bc6e2e032c3a3", + "reference": "cd7930d6a7e0d8ceac299846235bc6e2e032c3a3", "shasum": "" }, "require": { @@ -6935,7 +7102,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.2.7" + "source": "https://github.com/symfony/yaml/tree/v5.2.10" }, "funding": [ { @@ -6951,7 +7118,7 @@ "type": "tidelift" } ], - "time": "2021-04-29T20:47:09+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfonycasts/reset-password-bundle", @@ -7056,16 +7223,16 @@ }, { "name": "twig/extra-bundle", - "version": "v3.3.0", + "version": "v3.3.1", "source": { "type": "git", "url": "https://github.com/twigphp/twig-extra-bundle.git", - "reference": "e2d27a86c3f47859eb07808fa7c8679d30fcbdde" + "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e2d27a86c3f47859eb07808fa7c8679d30fcbdde", - "reference": "e2d27a86c3f47859eb07808fa7c8679d30fcbdde", + "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e12a8ee63387abb83fb7e4c897663bfb94ac22b6", + "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6", "shasum": "" }, "require": { @@ -7118,7 +7285,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.0" + "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.1" }, "funding": [ { @@ -7130,7 +7297,7 @@ "type": "tidelift" } ], - "time": "2021-02-06T21:13:17+00:00" + "time": "2021-05-12T07:47:40+00:00" }, { "name": "twig/intl-extra", @@ -7203,16 +7370,16 @@ }, { "name": "twig/twig", - "version": "v3.3.0", + "version": "v3.3.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5" + "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", - "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/21578f00e83d4a82ecfa3d50752b609f13de6790", + "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790", "shasum": "" }, "require": { @@ -7263,7 +7430,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.3.0" + "source": "https://github.com/twigphp/Twig/tree/v3.3.2" }, "funding": [ { @@ -7275,22 +7442,22 @@ "type": "tidelift" } ], - "time": "2021-02-08T09:54:36+00:00" + "time": "2021-05-16T12:14:13+00:00" } ], "packages-dev": [ { "name": "symfony/browser-kit", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "b1c9d5701273a255da3a580f85066b83bd94e97d" + "reference": "4fdcde557ae8f4f3666a9aad9dc076448e56a31a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b1c9d5701273a255da3a580f85066b83bd94e97d", - "reference": "b1c9d5701273a255da3a580f85066b83bd94e97d", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/4fdcde557ae8f4f3666a9aad9dc076448e56a31a", + "reference": "4fdcde557ae8f4f3666a9aad9dc076448e56a31a", "shasum": "" }, "require": { @@ -7332,7 +7499,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.2.7" + "source": "https://github.com/symfony/browser-kit/tree/v5.2.10" }, "funding": [ { @@ -7348,20 +7515,20 @@ "type": "tidelift" } ], - "time": "2021-04-08T10:27:02+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/css-selector", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "59a684f5ac454f066ecbe6daecce6719aed283fb" + "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/59a684f5ac454f066ecbe6daecce6719aed283fb", - "reference": "59a684f5ac454f066ecbe6daecce6719aed283fb", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/fcd0b29a7a0b1bb5bfbedc6231583d77fea04814", + "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814", "shasum": "" }, "require": { @@ -7397,7 +7564,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.3.0-BETA1" + "source": "https://github.com/symfony/css-selector/tree/v5.3.0" }, "funding": [ { @@ -7413,7 +7580,7 @@ "type": "tidelift" } ], - "time": "2021-04-07T16:07:52+00:00" + "time": "2021-05-26T17:40:38+00:00" }, { "name": "symfony/debug-bundle", @@ -7495,16 +7662,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v5.2.4", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "400e265163f65aceee7e904ef532e15228de674b" + "reference": "6854b525d68ec7ddfe5f2d57521612f995257226" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/400e265163f65aceee7e904ef532e15228de674b", - "reference": "400e265163f65aceee7e904ef532e15228de674b", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6854b525d68ec7ddfe5f2d57521612f995257226", + "reference": "6854b525d68ec7ddfe5f2d57521612f995257226", "shasum": "" }, "require": { @@ -7549,7 +7716,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.2.4" + "source": "https://github.com/symfony/dom-crawler/tree/v5.2.10" }, "funding": [ { @@ -7565,20 +7732,20 @@ "type": "tidelift" } ], - "time": "2021-02-15T18:55:04+00:00" + "time": "2021-05-26T12:52:38+00:00" }, { "name": "symfony/maker-bundle", - "version": "v1.31.0", + "version": "v1.31.1", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "d01a475fb9a96a46d0c75dbc7fae6eb9a8c85ddb" + "reference": "4f57a44cef0b4555043160b8bf223fcde8a7a59a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/d01a475fb9a96a46d0c75dbc7fae6eb9a8c85ddb", - "reference": "d01a475fb9a96a46d0c75dbc7fae6eb9a8c85ddb", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/4f57a44cef0b4555043160b8bf223fcde8a7a59a", + "reference": "4f57a44cef0b4555043160b8bf223fcde8a7a59a", "shasum": "" }, "require": { @@ -7637,7 +7804,7 @@ ], "support": { "issues": "https://github.com/symfony/maker-bundle/issues", - "source": "https://github.com/symfony/maker-bundle/tree/v1.31.0" + "source": "https://github.com/symfony/maker-bundle/tree/v1.31.1" }, "funding": [ { @@ -7653,30 +7820,30 @@ "type": "tidelift" } ], - "time": "2021-05-05T18:41:31+00:00" + "time": "2021-05-12T14:01:20+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.2.7", + "version": "v5.3.0", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac" + "reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f530f0153f4a871b2c65dd6b295d7b8d03a16eac", - "reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/15cab721487b7bf43ad545a1e7d0095782e26f8c", + "reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": ">=7.1.3", + "symfony/deprecation-contracts": "^2.1" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4|^5.0" }, "suggest": { @@ -7720,7 +7887,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.2.7" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.0" }, "funding": [ { @@ -7736,20 +7903,20 @@ "type": "tidelift" } ], - "time": "2021-04-11T22:55:21+00:00" + "time": "2021-05-26T17:57:12+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v5.2.7", + "version": "v5.2.10", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "c2beee950c917dabdb2c339290bba827c862674c" + "reference": "ecff474430abe9a01a88a94960bf380bdbfa58c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/c2beee950c917dabdb2c339290bba827c862674c", - "reference": "c2beee950c917dabdb2c339290bba827c862674c", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/ecff474430abe9a01a88a94960bf380bdbfa58c5", + "reference": "ecff474430abe9a01a88a94960bf380bdbfa58c5", "shasum": "" }, "require": { @@ -7798,7 +7965,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.7" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.10" }, "funding": [ { @@ -7814,7 +7981,7 @@ "type": "tidelift" } ], - "time": "2021-04-13T07:28:22+00:00" + "time": "2021-05-26T17:33:56+00:00" } ], "aliases": [], diff --git a/src/Controller/OfferController.php b/src/Controller/OfferController.php index 261eba5..846f04f 100644 --- a/src/Controller/OfferController.php +++ b/src/Controller/OfferController.php @@ -8,6 +8,8 @@ use App\Form\OfferingFormType; use App\Repository\OfferingRepository; use App\Repository\WishRepository; +use App\Service\PlzToCoordinate; +use App\Service\DistanceCalculator; use Doctrine\ORM\EntityManagerInterface; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; @@ -73,12 +75,27 @@ class OfferController extends AbstractController } #[Route('/offer/{id}', name: 'show_offer')] - public function show_offer(Offering $offer, WishRepository $wishRepository): Response + public function show_offer(Offering $offer, WishRepository $wishRepository, PlzToCoordinate $plzconverter, DistanceCalculator $distanceCalculator): Response { + $distance = 0; + $user = $this->getUser(); + $offerPlz = $offer->getZipCode(); + + if (isset($user)) + { + $userPlz = $user->getZipCode(); + } + + if (isset($userPlz)) + { + $distance = $distanceCalculator->calculateDistance($plzconverter->getCoordinates($offerPlz), $plzconverter->getCoordinates($userPlz)); + } + return $this->render('app/offer.html.twig', [ - 'user' => $this->getUser(), + 'user' => $user, 'offer' => $offer, 'wishes' => $wishRepository->findByUser($offer->getByUser()), + 'distance' => $distance, ]); } diff --git a/src/Service/DistanceCalculator.php b/src/Service/DistanceCalculator.php new file mode 100644 index 0000000..20598ca --- /dev/null +++ b/src/Service/DistanceCalculator.php @@ -0,0 +1,20 @@ +getDistance($coordinate1, $coordinate2); + + $distance = round($distance / 1000); + + return $distance; + } +} \ No newline at end of file diff --git a/src/Service/PlzToCoordinate.php b/src/Service/PlzToCoordinate.php new file mode 100644 index 0000000..30601f1 --- /dev/null +++ b/src/Service/PlzToCoordinate.php @@ -0,0 +1,20 @@ +records[0]->fields->geo_point_2d[0]) && isset($result->records[0]->fields->geo_point_2d[1])) { + $coordinate = new Coordinate($result->records[0]->fields->geo_point_2d[0], $result->records[0]->fields->geo_point_2d[1]); + } + + return $coordinate; + } +} \ No newline at end of file diff --git a/symfony.lock b/symfony.lock index 2887603..28c4574 100644 --- a/symfony.lock +++ b/symfony.lock @@ -106,6 +106,9 @@ "laminas/laminas-zendframework-bridge": { "version": "1.2.0" }, + "mjaschen/phpgeo": { + "version": "3.2.1" + }, "monolog/monolog": { "version": "2.2.0" }, @@ -342,6 +345,9 @@ "symfony/polyfill-php80": { "version": "v1.22.1" }, + "symfony/polyfill-php81": { + "version": "v1.23.0" + }, "symfony/polyfill-uuid": { "version": "v1.22.1" }, diff --git a/templates/app/offer.html.twig b/templates/app/offer.html.twig index 58c25f1..b14194b 100644 --- a/templates/app/offer.html.twig +++ b/templates/app/offer.html.twig @@ -17,17 +17,30 @@ {% endif %} -

{{ offer.title }}

-
Generic placeholder image
-
+
+

{{ offer.title }}

+
+

+ + {% if offer.byUser == user %} + Me + {% else %} + {{ offer.byUser }} + {% endif %} +

+

+ {{ offer.zipCode }} + {% if distance > 0 %} + (ca. {{ distance }} km) + {% endif %} +

+

Description

{{ offer.description }}

-

From

-

{% if offer.byUser == user %}Me{% else %}{{ offer.byUser }}{% endif %} in {{ offer.zipCode }}