diff --git a/composer.lock b/composer.lock index 2c28524cb..6374d8f08 100644 --- a/composer.lock +++ b/composer.lock @@ -8,22 +8,22 @@ "packages": [ { "name": "doctrine/annotations", - "version": "1.10.2", + "version": "1.10.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "b9d758e831c70751155c698c2f7df4665314a1cb" + "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb", - "reference": "b9d758e831c70751155c698c2f7df4665314a1cb", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d", + "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/cache": "1.*", @@ -73,24 +73,24 @@ "docblock", "parser" ], - "time": "2020-04-20T09:18:32+00:00" + "time": "2020-05-25T17:24:27+00:00" }, { "name": "doctrine/cache", - "version": "1.10.0", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" + "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", - "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", + "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3", + "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3", "shasum": "" }, "require": { - "php": "~7.1" + "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" @@ -155,37 +155,46 @@ "redis", "xcache" ], - "time": "2019-11-29T15:36:20+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", + "type": "tidelift" + } + ], + "time": "2020-05-27T16:24:54+00:00" }, { "name": "doctrine/collections", - "version": "1.6.4", + "version": "1.6.5", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + "reference": "fc0206348e17e530d09463fef07ba8968406cd6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d", + "reference": "fc0206348e17e530d09463fef07ba8968406cd6d", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.2.2" + "vimeo/psalm": "^3.8.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" @@ -225,20 +234,34 @@ "iterators", "php" ], - "time": "2019-11-13T13:07:11+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", + "type": "tidelift" + } + ], + "time": "2020-05-25T19:24:35+00:00" }, { "name": "doctrine/common", - "version": "2.13.0", + "version": "2.13.1", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "308728eae8d90412d850c155d40b1cfbede549da" + "reference": "fb00cd761126b11d8f334c09cf5b1f3f83fefc17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/308728eae8d90412d850c155d40b1cfbede549da", - "reference": "308728eae8d90412d850c155d40b1cfbede549da", + "url": "https://api.github.com/repos/doctrine/common/zipball/fb00cd761126b11d8f334c09cf5b1f3f83fefc17", + "reference": "fb00cd761126b11d8f334c09cf5b1f3f83fefc17", "shasum": "" }, "require": { @@ -250,7 +273,7 @@ "doctrine/lexer": "^1.0", "doctrine/persistence": "^1.3.3", "doctrine/reflection": "^1.0", - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^1.0", @@ -322,7 +345,7 @@ "type": "tidelift" } ], - "time": "2020-05-15T05:51:54+00:00" + "time": "2020-05-25T20:05:47+00:00" }, { "name": "doctrine/dbal", @@ -416,41 +439,27 @@ "sqlserver", "sqlsrv" ], - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", - "type": "tidelift" - } - ], "time": "2020-04-20T17:19:26+00:00" }, { "name": "doctrine/doctrine-bundle", - "version": "2.0.8", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "b0e0deb6e700438401ede433a15a6372d2285202" + "reference": "0fb513842c78b43770597ef3c487cdf79d944db3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/b0e0deb6e700438401ede433a15a6372d2285202", - "reference": "b0e0deb6e700438401ede433a15a6372d2285202", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0fb513842c78b43770597ef3c487cdf79d944db3", + "reference": "0fb513842c78b43770597ef3c487cdf79d944db3", "shasum": "" }, "require": { "doctrine/dbal": "^2.9.0", "doctrine/persistence": "^1.3.3", - "jdorn/sql-formatter": "^1.2.16", - "php": "^7.1", + "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", @@ -484,7 +493,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { @@ -536,7 +545,7 @@ "type": "tidelift" } ], - "time": "2020-04-23T10:52:09+00:00" + "time": "2020-05-25T19:56:00+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", @@ -684,20 +693,20 @@ }, { "name": "doctrine/inflector", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3" + "reference": "889b42b8155f2aa274596b6e0424371b1e3c51bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3", - "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/889b42b8155f2aa274596b6e0424371b1e3c51bb", + "reference": "889b42b8155f2aa274596b6e0424371b1e3c51bb", "shasum": "" }, "require": { - "php": "^7.2" + "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^7.0", @@ -772,7 +781,7 @@ "type": "tidelift" } ], - "time": "2020-05-09T15:09:09+00:00" + "time": "2020-05-25T20:02:40+00:00" }, { "name": "doctrine/instantiator", @@ -832,20 +841,20 @@ }, { "name": "doctrine/lexer", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6" + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", - "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { - "php": "^7.2" + "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", @@ -890,7 +899,21 @@ "parser", "php" ], - "time": "2019-10-30T14:39:59+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", + "type": "tidelift" + } + ], + "time": "2020-05-25T17:44:05+00:00" }, { "name": "doctrine/migrations", @@ -976,27 +999,29 @@ }, { "name": "doctrine/orm", - "version": "v2.7.2", + "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a" + "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/dafe298ce5d0b995ebe1746670704c0a35868a6a", - "reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a", + "url": "https://api.github.com/repos/doctrine/orm/zipball/d95e03ba660d50d785a9925f41927fef0ee553cf", + "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf", "shasum": "" }, "require": { "doctrine/annotations": "^1.8", "doctrine/cache": "^1.9.1", "doctrine/collections": "^1.5", - "doctrine/common": "^2.11", + "doctrine/common": "^2.11 || ^3.0", "doctrine/dbal": "^2.9.3", "doctrine/event-manager": "^1.1", + "doctrine/inflector": "^1.0", "doctrine/instantiator": "^1.3", - "doctrine/persistence": "^1.2", + "doctrine/lexer": "^1.0", + "doctrine/persistence": "^1.3.3 || ^2.0", "ext-pdo": "*", "ocramius/package-versions": "^1.2", "php": "^7.1", @@ -1004,8 +1029,10 @@ }, "require-dev": { "doctrine/coding-standard": "^5.0", + "phpstan/phpstan": "^0.12.18", "phpunit/phpunit": "^7.5", - "symfony/yaml": "^3.4|^4.0|^5.0" + "symfony/yaml": "^3.4|^4.0|^5.0", + "vimeo/psalm": "^3.11" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" @@ -1070,7 +1097,7 @@ "type": "tidelift" } ], - "time": "2020-03-19T06:41:02+00:00" + "time": "2020-05-26T16:03:49+00:00" }, { "name": "doctrine/persistence", @@ -1153,20 +1180,6 @@ "orm", "persistence" ], - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", - "type": "tidelift" - } - ], "time": "2020-03-21T15:13:52+00:00" }, { @@ -1247,6 +1260,59 @@ ], "time": "2020-03-27T11:06:43+00:00" }, + { + "name": "doctrine/sql-formatter", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/sql-formatter.git", + "reference": "490ed58757f1af4cf13b3285287ff960533acb83" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/490ed58757f1af4cf13b3285287ff960533acb83", + "reference": "490ed58757f1af4cf13b3285287ff960533acb83", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4" + }, + "bin": [ + "bin/sql-formatter" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\SqlFormatter\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jeremy Dorn", + "email": "jeremy@jeremydorn.com", + "homepage": "http://jeremydorn.com/" + } + ], + "description": "a PHP SQL highlighting library", + "homepage": "https://github.com/doctrine/sql-formatter/", + "keywords": [ + "highlight", + "sql" + ], + "time": "2020-05-22T11:49:26+00:00" + }, { "name": "egulias/email-validator", "version": "2.1.17", @@ -1351,56 +1417,6 @@ ], "time": "2019-12-30T22:54:17+00:00" }, - { - "name": "jdorn/sql-formatter", - "version": "v1.2.17", - "source": { - "type": "git", - "url": "https://github.com/jdorn/sql-formatter.git", - "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", - "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", - "shasum": "" - }, - "require": { - "php": ">=5.2.4" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "lib" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jeremy Dorn", - "email": "jeremy@jeremydorn.com", - "homepage": "http://jeremydorn.com/" - } - ], - "description": "a PHP SQL highlighting library", - "homepage": "https://github.com/jdorn/sql-formatter/", - "keywords": [ - "highlight", - "sql" - ], - "time": "2014-01-12T16:20:24+00:00" - }, { "name": "league/uri-parser", "version": "1.4.1", @@ -2029,20 +2045,20 @@ }, { "name": "symfony/asset", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "569bfc4afd7e8efa31e927fceef6d34e8be3ec6c" + "reference": "e2097d5492393696ecb64e3bb047ab3311f27269" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/569bfc4afd7e8efa31e927fceef6d34e8be3ec6c", - "reference": "569bfc4afd7e8efa31e927fceef6d34e8be3ec6c", + "url": "https://api.github.com/repos/symfony/asset/zipball/e2097d5492393696ecb64e3bb047ab3311f27269", + "reference": "e2097d5492393696ecb64e3bb047ab3311f27269", "shasum": "" }, "require": { - "php": "^7.2.5" + "php": ">=7.2.5" }, "require-dev": { "symfony/http-client": "^4.4|^5.0", @@ -2096,24 +2112,24 @@ "type": "tidelift" } ], - "time": "2020-04-23T22:29:19+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/cache", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "fbe97c788f17b24bc8437ed2a48c5e1bb592352a" + "reference": "f71885416f7b09577fcd4b5c9fd6c43dbb84c836" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/fbe97c788f17b24bc8437ed2a48c5e1bb592352a", - "reference": "fbe97c788f17b24bc8437ed2a48c5e1bb592352a", + "url": "https://api.github.com/repos/symfony/cache/zipball/f71885416f7b09577fcd4b5c9fd6c43dbb84c836", + "reference": "f71885416f7b09577fcd4b5c9fd6c43dbb84c836", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "psr/cache": "~1.0", "psr/log": "~1.0", "symfony/cache-contracts": "^1.1.7|^2", @@ -2134,9 +2150,9 @@ }, "require-dev": { "cache/integration-tests": "dev-master", - "doctrine/cache": "~1.6", - "doctrine/dbal": "~2.5", - "predis/predis": "~1.1", + "doctrine/cache": "^1.6", + "doctrine/dbal": "^2.5|^3.0", + "predis/predis": "^1.1", "psr/simple-cache": "^1.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", @@ -2190,24 +2206,24 @@ "type": "tidelift" } ], - "time": "2020-05-07T09:51:26+00:00" + "time": "2020-05-24T08:49:09+00:00" }, { "name": "symfony/cache-contracts", - "version": "v2.0.1", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16" + "reference": "87c92f62c494626598e9148208aaa6d1716b8e3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16", - "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/87c92f62c494626598e9148208aaa6d1716b8e3c", + "reference": "87c92f62c494626598e9148208aaa6d1716b8e3c", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "psr/cache": "^1.0" }, "suggest": { @@ -2216,7 +2232,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -2248,24 +2264,38 @@ "interoperability", "standards" ], - "time": "2019-11-18T17:27:11+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/config", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "ebbc66e965a33c287b2d657cceb9228dd945de51" + "reference": "b8623ef3d99fe62a34baf7a111b576216965f880" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ebbc66e965a33c287b2d657cceb9228dd945de51", - "reference": "ebbc66e965a33c287b2d657cceb9228dd945de51", + "url": "https://api.github.com/repos/symfony/config/zipball/b8623ef3d99fe62a34baf7a111b576216965f880", + "reference": "b8623ef3d99fe62a34baf7a111b576216965f880", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/filesystem": "^4.4|^5.0", "symfony/polyfill-ctype": "~1.8", @@ -2328,24 +2358,24 @@ "type": "tidelift" } ], - "time": "2020-05-08T12:36:29+00:00" + "time": "2020-05-23T13:08:13+00:00" }, { "name": "symfony/console", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "9242971b162522252532d83f93b8deae1a99a85d" + "reference": "43cdfacce4338d3820350c2daa419ab836d6c469" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/9242971b162522252532d83f93b8deae1a99a85d", - "reference": "9242971b162522252532d83f93b8deae1a99a85d", + "url": "https://api.github.com/repos/symfony/console/zipball/43cdfacce4338d3820350c2daa419ab836d6c469", + "reference": "43cdfacce4338d3820350c2daa419ab836d6c469", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.15", @@ -2421,24 +2451,24 @@ "type": "tidelift" } ], - "time": "2020-05-08T12:36:29+00:00" + "time": "2020-05-24T08:49:09+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "8198cf3676a2043f6ad3a985615f44a3db219800" + "reference": "1c23d1a35a043cf18506cda20315a5e97b63db4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8198cf3676a2043f6ad3a985615f44a3db219800", - "reference": "8198cf3676a2043f6ad3a985615f44a3db219800", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1c23d1a35a043cf18506cda20315a5e97b63db4d", + "reference": "1c23d1a35a043cf18506cda20315a5e97b63db4d", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "psr/container": "^1.0", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.15", @@ -2510,24 +2540,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:33:10+00:00" + "time": "2020-05-24T15:04:36+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.1.0", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "ede224dcbc36138943a296107db2b8b2a690ac1c" + "reference": "dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ede224dcbc36138943a296107db2b8b2a690ac1c", - "reference": "ede224dcbc36138943a296107db2b8b2a690ac1c", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337", + "reference": "dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "type": "library", "extra": { @@ -2570,26 +2600,26 @@ "type": "tidelift" } ], - "time": "2020-02-14T07:31:56+00:00" + "time": "2020-05-27T08:34:37+00:00" }, { "name": "symfony/doctrine-bridge", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "037d7ab0c8a5e584cea502e6dbaae7286617229f" + "reference": "7fb35d645f16d01bfbdaca710edef59c3760efb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/037d7ab0c8a5e584cea502e6dbaae7286617229f", - "reference": "037d7ab0c8a5e584cea502e6dbaae7286617229f", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/7fb35d645f16d01bfbdaca710edef59c3760efb8", + "reference": "7fb35d645f16d01bfbdaca710edef59c3760efb8", "shasum": "" }, "require": { "doctrine/event-manager": "~1.0", "doctrine/persistence": "^1.3", - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15", @@ -2683,24 +2713,24 @@ "type": "tidelift" } ], - "time": "2020-05-08T12:36:29+00:00" + "time": "2020-05-26T06:12:19+00:00" }, { "name": "symfony/dotenv", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "23e62ebafe03d147fb5da65f58edb2277134eeac" + "reference": "1f83cd7b6b90f3d4c129f2f1d0660bf4031b26c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/23e62ebafe03d147fb5da65f58edb2277134eeac", - "reference": "23e62ebafe03d147fb5da65f58edb2277134eeac", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/1f83cd7b6b90f3d4c129f2f1d0660bf4031b26c2", + "reference": "1f83cd7b6b90f3d4c129f2f1d0660bf4031b26c2", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1" }, "require-dev": { @@ -2755,24 +2785,24 @@ "type": "tidelift" } ], - "time": "2020-04-23T22:29:19+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/error-handler", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "ea01a46377859ea96c0472d3e3dd227ec7e0bef9" + "reference": "5515d561bdb7d608faee9694d60b64d20fad425d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/ea01a46377859ea96c0472d3e3dd227ec7e0bef9", - "reference": "ea01a46377859ea96c0472d3e3dd227ec7e0bef9", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/5515d561bdb7d608faee9694d60b64d20fad425d", + "reference": "5515d561bdb7d608faee9694d60b64d20fad425d", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "psr/log": "^1.0", "symfony/polyfill-php80": "^1.15", "symfony/var-dumper": "^4.4|^5.0" @@ -2826,24 +2856,24 @@ "type": "tidelift" } ], - "time": "2020-05-04T14:13:31+00:00" + "time": "2020-05-24T08:49:09+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "203100f0815173176606309a168afca7ec20e88b" + "reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/203100f0815173176606309a168afca7ec20e88b", - "reference": "203100f0815173176606309a168afca7ec20e88b", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc0d059e2e997e79ca34125a52f3e33de4424ac7", + "reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^2", "symfony/polyfill-php80": "^1.15" @@ -2912,24 +2942,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:12:54+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v2.0.1", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "af23c2584d4577d54661c434446fb8fbed6025dd" + "reference": "405952c4e90941a17e52ef7489a2bd94870bb290" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd", - "reference": "af23c2584d4577d54661c434446fb8fbed6025dd", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/405952c4e90941a17e52ef7489a2bd94870bb290", + "reference": "405952c4e90941a17e52ef7489a2bd94870bb290", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "psr/event-dispatcher": "^1" }, "suggest": { @@ -2938,7 +2968,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -2970,24 +3000,38 @@ "interoperability", "standards" ], - "time": "2019-11-18T17:27:11+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/expression-language", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "efc711692663ffae558acda8ac1529115b1b79ed" + "reference": "f8344b92f6a19138df4dae4edbabe8e5fda11c7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/efc711692663ffae558acda8ac1529115b1b79ed", - "reference": "efc711692663ffae558acda8ac1529115b1b79ed", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/f8344b92f6a19138df4dae4edbabe8e5fda11c7e", + "reference": "f8344b92f6a19138df4dae4edbabe8e5fda11c7e", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/cache": "^4.4|^5.0", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2" @@ -3036,24 +3080,24 @@ "type": "tidelift" } ], - "time": "2020-05-05T05:59:29+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/filesystem", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "89634a068a02f941f7d8021bf062e67a37060271" + "reference": "c413015abc6d3ce66d06875c4b4e3b8119e1a975" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/89634a068a02f941f7d8021bf062e67a37060271", - "reference": "89634a068a02f941f7d8021bf062e67a37060271", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/c413015abc6d3ce66d06875c4b4e3b8119e1a975", + "reference": "c413015abc6d3ce66d06875c4b4e3b8119e1a975", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8" }, "type": "library", @@ -3100,24 +3144,24 @@ "type": "tidelift" } ], - "time": "2020-05-04T14:13:31+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/finder", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "53c70235d130f5df22541fb674e899e2004aa5ed" + "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/53c70235d130f5df22541fb674e899e2004aa5ed", - "reference": "53c70235d130f5df22541fb674e899e2004aa5ed", + "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187", + "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187", "shasum": "" }, "require": { - "php": "^7.2.5" + "php": ">=7.2.5" }, "type": "library", "extra": { @@ -3163,20 +3207,20 @@ "type": "tidelift" } ], - "time": "2020-03-30T11:43:41+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/flex", - "version": "v1.7.0", + "version": "v1.7.1", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "d606fabffa3547a61632bcf3b3bb677e79475449" + "reference": "a53056880aae0ce034ac6c38906e162ee5cfd2df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/d606fabffa3547a61632bcf3b3bb677e79475449", - "reference": "d606fabffa3547a61632bcf3b3bb677e79475449", + "url": "https://api.github.com/repos/symfony/flex/zipball/a53056880aae0ce034ac6c38906e162ee5cfd2df", + "reference": "a53056880aae0ce034ac6c38906e162ee5cfd2df", "shasum": "" }, "require": { @@ -3226,24 +3270,24 @@ "type": "tidelift" } ], - "time": "2020-05-21T12:14:09+00:00" + "time": "2020-05-28T07:16:35+00:00" }, { "name": "symfony/form", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "a6f5b051f9740ec851e9ad96827697625404b478" + "reference": "4e5dd95813ed7f713268ee99f003a64da7538b3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/a6f5b051f9740ec851e9ad96827697625404b478", - "reference": "a6f5b051f9740ec851e9ad96827697625404b478", + "url": "https://api.github.com/repos/symfony/form/zipball/4e5dd95813ed7f713268ee99f003a64da7538b3f", + "reference": "4e5dd95813ed7f713268ee99f003a64da7538b3f", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/intl": "^4.4|^5.0", @@ -3328,25 +3372,25 @@ "type": "tidelift" } ], - "time": "2020-05-05T16:27:54+00:00" + "time": "2020-05-22T17:15:59+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "16aa894497771b2f90db9c7877a501b0aa7e18df" + "reference": "db39e29cf3a99692390e6d18fdc57d42e9e5a3c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/16aa894497771b2f90db9c7877a501b0aa7e18df", - "reference": "16aa894497771b2f90db9c7877a501b0aa7e18df", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/db39e29cf3a99692390e6d18fdc57d42e9e5a3c9", + "reference": "db39e29cf3a99692390e6d18fdc57d42e9e5a3c9", "shasum": "" }, "require": { "ext-xml": "*", - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/cache": "^4.4|^5.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.1", @@ -3475,24 +3519,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:12:54+00:00" + "time": "2020-05-25T12:33:44+00:00" }, { "name": "symfony/http-foundation", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "939b7b92621f2da56002462d452c1e25f2c1cffd" + "reference": "e0d853bddc2b2cfb0d67b0b4496c03fffe1d37fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/939b7b92621f2da56002462d452c1e25f2c1cffd", - "reference": "939b7b92621f2da56002462d452c1e25f2c1cffd", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e0d853bddc2b2cfb0d67b0b4496c03fffe1d37fa", + "reference": "e0d853bddc2b2cfb0d67b0b4496c03fffe1d37fa", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.15" @@ -3550,24 +3594,24 @@ "type": "tidelift" } ], - "time": "2020-05-06T10:54:46+00:00" + "time": "2020-05-24T12:18:07+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "7441fbe98ea8b412cbc554132412a6eb7ae7ffe6" + "reference": "c1594299cd48a7e55171f6b10ce402ae98cd2001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7441fbe98ea8b412cbc554132412a6eb7ae7ffe6", - "reference": "7441fbe98ea8b412cbc554132412a6eb7ae7ffe6", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c1594299cd48a7e55171f6b10ce402ae98cd2001", + "reference": "c1594299cd48a7e55171f6b10ce402ae98cd2001", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "psr/log": "~1.0", "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4|^5.0", @@ -3663,24 +3707,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T12:31:53+00:00" + "time": "2020-05-26T07:22:08+00:00" }, { "name": "symfony/inflector", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", - "reference": "68a973d648a87ab0f0f44bf86d2afdeed349f09a" + "reference": "fddb4262dd136b34db993a2a3488713df91e4856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/inflector/zipball/68a973d648a87ab0f0f44bf86d2afdeed349f09a", - "reference": "68a973d648a87ab0f0f44bf86d2afdeed349f09a", + "url": "https://api.github.com/repos/symfony/inflector/zipball/fddb4262dd136b34db993a2a3488713df91e4856", + "reference": "fddb4262dd136b34db993a2a3488713df91e4856", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/string": "^5.1" }, @@ -3736,24 +3780,24 @@ "type": "tidelift" } ], - "time": "2020-05-15T15:20:05+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/intl", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "9b37b1d501488f52443dd062dafb411e63765294" + "reference": "954c16111a741ecb84cad2c180d0555e8ce01155" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/9b37b1d501488f52443dd062dafb411e63765294", - "reference": "9b37b1d501488f52443dd062dafb411e63765294", + "url": "https://api.github.com/repos/symfony/intl/zipball/954c16111a741ecb84cad2c180d0555e8ce01155", + "reference": "954c16111a741ecb84cad2c180d0555e8ce01155", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-intl-icu": "~1.0", "symfony/polyfill-php80": "^1.15" }, @@ -3826,25 +3870,25 @@ "type": "tidelift" } ], - "time": "2020-04-12T14:42:09+00:00" + "time": "2020-05-23T13:08:13+00:00" }, { "name": "symfony/mailer", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "bcd3b3980cd528a13f74824933d8a85c18d9e054" + "reference": "58ce3efd337b2dd0708366683ed08b8ac8d59200" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/bcd3b3980cd528a13f74824933d8a85c18d9e054", - "reference": "bcd3b3980cd528a13f74824933d8a85c18d9e054", + "url": "https://api.github.com/repos/symfony/mailer/zipball/58ce3efd337b2dd0708366683ed08b8ac8d59200", + "reference": "58ce3efd337b2dd0708366683ed08b8ac8d59200", "shasum": "" }, "require": { "egulias/email-validator": "^2.1.10", - "php": "^7.2.5", + "php": ">=7.2.5", "psr/log": "~1.0", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0", @@ -3908,24 +3952,24 @@ "type": "tidelift" } ], - "time": "2020-05-04T15:54:21+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/mime", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "b439f550b001f1321fa4e2ca282a53c7ad514a45" + "reference": "56261f89385f9d13cf843a5101ac72131190bc91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/b439f550b001f1321fa4e2ca282a53c7ad514a45", - "reference": "b439f550b001f1321fa4e2ca282a53c7ad514a45", + "url": "https://api.github.com/repos/symfony/mime/zipball/56261f89385f9d13cf843a5101ac72131190bc91", + "reference": "56261f89385f9d13cf843a5101ac72131190bc91", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.15" @@ -3985,25 +4029,25 @@ "type": "tidelift" } ], - "time": "2020-05-09T15:57:56+00:00" + "time": "2020-05-25T12:33:44+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "2cb1ee7a01f13ab2d77890c2fad36cde4d845260" + "reference": "88e00bd1632a20191b13641bf02b5daabb0d7bcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/2cb1ee7a01f13ab2d77890c2fad36cde4d845260", - "reference": "2cb1ee7a01f13ab2d77890c2fad36cde4d845260", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/88e00bd1632a20191b13641bf02b5daabb0d7bcb", + "reference": "88e00bd1632a20191b13641bf02b5daabb0d7bcb", "shasum": "" }, "require": { "monolog/monolog": "^1.25.1|^2", - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/http-kernel": "^4.4|^5.0", "symfony/service-contracts": "^1.1|^2" }, @@ -4068,7 +4112,7 @@ "type": "tidelift" } ], - "time": "2020-04-12T16:48:26+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/monolog-bundle", @@ -4135,20 +4179,20 @@ }, { "name": "symfony/options-resolver", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "0ab7e5a2e271e60dd58b0458c090c1489254a29e" + "reference": "663f5dd5e14057d1954fe721f9709d35837f2447" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0ab7e5a2e271e60dd58b0458c090c1489254a29e", - "reference": "0ab7e5a2e271e60dd58b0458c090c1489254a29e", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/663f5dd5e14057d1954fe721f9709d35837f2447", + "reference": "663f5dd5e14057d1954fe721f9709d35837f2447", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.15" }, @@ -4201,7 +4245,7 @@ "type": "tidelift" } ], - "time": "2020-04-21T07:24:21+00:00" + "time": "2020-05-23T13:08:13+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4259,20 +4303,6 @@ "polyfill", "portable" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:14:59+00:00" }, { @@ -4333,20 +4363,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:47:27+00:00" }, { @@ -4405,20 +4421,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:14:59+00:00" }, { @@ -4481,20 +4483,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:47:27+00:00" }, { @@ -4558,20 +4546,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:14:59+00:00" }, { @@ -4635,20 +4609,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:14:59+00:00" }, { @@ -4708,20 +4668,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:47:27+00:00" }, { @@ -4780,20 +4726,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:47:27+00:00" }, { @@ -4874,20 +4806,20 @@ }, { "name": "symfony/property-access", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "2502a3c7af1cf944ddd0182fadab8640b4dcbacb" + "reference": "6bb602517218534b140ab61b6578ae797884e444" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/2502a3c7af1cf944ddd0182fadab8640b4dcbacb", - "reference": "2502a3c7af1cf944ddd0182fadab8640b4dcbacb", + "url": "https://api.github.com/repos/symfony/property-access/zipball/6bb602517218534b140ab61b6578ae797884e444", + "reference": "6bb602517218534b140ab61b6578ae797884e444", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/inflector": "^4.4|^5.0", "symfony/polyfill-php80": "^1.15", "symfony/property-info": "^5.1" @@ -4953,24 +4885,24 @@ "type": "tidelift" } ], - "time": "2020-04-15T16:09:08+00:00" + "time": "2020-05-24T08:49:09+00:00" }, { "name": "symfony/property-info", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "df93a450c24100203a4de4cd7390ac5d25931be2" + "reference": "b644923132bdd92c2664f0c7955f77a9a2b8e919" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/df93a450c24100203a4de4cd7390ac5d25931be2", - "reference": "df93a450c24100203a4de4cd7390ac5d25931be2", + "url": "https://api.github.com/repos/symfony/property-info/zipball/b644923132bdd92c2664f0c7955f77a9a2b8e919", + "reference": "b644923132bdd92c2664f0c7955f77a9a2b8e919", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15", "symfony/string": "^5.1" }, @@ -5044,24 +4976,24 @@ "type": "tidelift" } ], - "time": "2020-05-05T06:40:05+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/routing", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "d678a574bdc50629236497776226117b4a55398c" + "reference": "7d0c52b8278d8adc05dc1d880579d9992ad15156" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/d678a574bdc50629236497776226117b4a55398c", - "reference": "d678a574bdc50629236497776226117b4a55398c", + "url": "https://api.github.com/repos/symfony/routing/zipball/7d0c52b8278d8adc05dc1d880579d9992ad15156", + "reference": "7d0c52b8278d8adc05dc1d880579d9992ad15156", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.15" }, @@ -5136,25 +5068,25 @@ "type": "tidelift" } ], - "time": "2020-05-05T07:03:13+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "12224cd5341cdd70783a2e2c0c0f9059e54cd304" + "reference": "c95af4553ebe43b5852594e4c164066d13be7d77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/12224cd5341cdd70783a2e2c0c0f9059e54cd304", - "reference": "12224cd5341cdd70783a2e2c0c0f9059e54cd304", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/c95af4553ebe43b5852594e4c164066d13be7d77", + "reference": "c95af4553ebe43b5852594e4c164066d13be7d77", "shasum": "" }, "require": { "ext-xml": "*", - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^5.1", "symfony/event-dispatcher": "^5.1", @@ -5235,24 +5167,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:27:00+00:00" + "time": "2020-05-25T09:48:26+00:00" }, { "name": "symfony/security-core", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "fef4012eea68375ebee118608d5a07f225cd3567" + "reference": "338f91960501d375ef986a6a5018d202547a388e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/fef4012eea68375ebee118608d5a07f225cd3567", - "reference": "fef4012eea68375ebee118608d5a07f225cd3567", + "url": "https://api.github.com/repos/symfony/security-core/zipball/338f91960501d375ef986a6a5018d202547a388e", + "reference": "338f91960501d375ef986a6a5018d202547a388e", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^1.1|^2", "symfony/polyfill-php80": "^1.15", @@ -5324,24 +5256,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:12:54+00:00" + "time": "2020-05-25T12:33:44+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "8f4ac43a0416b965013724409616719b1668f593" + "reference": "962323e4db4458d731d5006f14019a22a2f84b06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/8f4ac43a0416b965013724409616719b1668f593", - "reference": "8f4ac43a0416b965013724409616719b1668f593", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/962323e4db4458d731d5006f14019a22a2f84b06", + "reference": "962323e4db4458d731d5006f14019a22a2f84b06", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/security-core": "^4.4|^5.0" }, "conflict": { @@ -5397,24 +5329,24 @@ "type": "tidelift" } ], - "time": "2020-03-30T11:43:41+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/security-guard", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", - "reference": "ba6bb7af265393651e5fcf4583047e402c96b500" + "reference": "85c368be963e9f0df9e93d830f966fc0af531703" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/ba6bb7af265393651e5fcf4583047e402c96b500", - "reference": "ba6bb7af265393651e5fcf4583047e402c96b500", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/85c368be963e9f0df9e93d830f966fc0af531703", + "reference": "85c368be963e9f0df9e93d830f966fc0af531703", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15", "symfony/security-core": "^5.0", "symfony/security-http": "^4.4.1|^5.0.1" @@ -5466,24 +5398,24 @@ "type": "tidelift" } ], - "time": "2020-04-24T17:07:56+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/security-http", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "44ab5cb0996201b26eb8afb12e5d90aa2c1f3215" + "reference": "eccb37abf60d7c784da624bcf72b0566848d05f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/44ab5cb0996201b26eb8afb12e5d90aa2c1f3215", - "reference": "44ab5cb0996201b26eb8afb12e5d90aa2c1f3215", + "url": "https://api.github.com/repos/symfony/security-http/zipball/eccb37abf60d7c784da624bcf72b0566848d05f3", + "reference": "eccb37abf60d7c784da624bcf72b0566848d05f3", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/http-foundation": "^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4|^5.0", @@ -5548,24 +5480,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T11:05:23+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.0.1", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "144c5e51266b281231e947b51223ba14acf1a749" + "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749", - "reference": "144c5e51266b281231e947b51223ba14acf1a749", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b", + "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "psr/container": "^1.0" }, "suggest": { @@ -5574,7 +5506,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -5606,24 +5538,38 @@ "interoperability", "standards" ], - "time": "2019-11-18T17:27:11+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/stopwatch", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "31a9a72c9bdfca5eefaf1de9ab9620515c9a87cb" + "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/31a9a72c9bdfca5eefaf1de9ab9620515c9a87cb", - "reference": "31a9a72c9bdfca5eefaf1de9ab9620515c9a87cb", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323", + "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/service-contracts": "^1.0|^2" }, "type": "library", @@ -5670,24 +5616,24 @@ "type": "tidelift" } ], - "time": "2020-03-30T11:43:41+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/string", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "fae09eedea7d49f48f6f7c05012eaeab6d5c1c44" + "reference": "90c2a5103f07feb19069379f3abdcdbacc7753a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/fae09eedea7d49f48f6f7c05012eaeab6d5c1c44", - "reference": "fae09eedea7d49f48f6f7c05012eaeab6d5c1c44", + "url": "https://api.github.com/repos/symfony/string/zipball/90c2a5103f07feb19069379f3abdcdbacc7753a9", + "reference": "90c2a5103f07feb19069379f3abdcdbacc7753a9", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", @@ -5755,24 +5701,24 @@ "type": "tidelift" } ], - "time": "2020-05-15T15:20:05+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/translation", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "48808651825c3d2a2610a0f440718c692fbddde7" + "reference": "e6b22a37088755e57393a4d5574803184654163c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/48808651825c3d2a2610a0f440718c692fbddde7", - "reference": "48808651825c3d2a2610a0f440718c692fbddde7", + "url": "https://api.github.com/repos/symfony/translation/zipball/e6b22a37088755e57393a4d5574803184654163c", + "reference": "e6b22a37088755e57393a4d5574803184654163c", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15", "symfony/translation-contracts": "^2" @@ -5847,24 +5793,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:12:54+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.0.1", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed" + "reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed", - "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e5ca07c8f817f865f618aa072c2fe8e0e637340e", + "reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e", "shasum": "" }, "require": { - "php": "^7.2.5" + "php": ">=7.2.5" }, "suggest": { "symfony/translation-implementation": "" @@ -5872,7 +5818,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -5904,24 +5850,38 @@ "interoperability", "standards" ], - "time": "2019-11-18T17:27:11+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/twig-bridge", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "536e19b6988972bce321e66e1151916b40984783" + "reference": "3f99de49f9c3063b79c1ac42490c2e05aabbe63c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/536e19b6988972bce321e66e1151916b40984783", - "reference": "536e19b6988972bce321e66e1151916b40984783", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/3f99de49f9c3063b79c1ac42490c2e05aabbe63c", + "reference": "3f99de49f9c3063b79c1ac42490c2e05aabbe63c", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15", "symfony/translation-contracts": "^1.1|^2", "twig/twig": "^2.10|^3.0" @@ -6020,24 +5980,24 @@ "type": "tidelift" } ], - "time": "2020-05-05T16:27:54+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "9a876a93ba139d7f3aba7a2fbd03c35c6161c2d4" + "reference": "8898ef8aea8fa48638e15ce00c7c6318ce570ce1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9a876a93ba139d7f3aba7a2fbd03c35c6161c2d4", - "reference": "9a876a93ba139d7f3aba7a2fbd03c35c6161c2d4", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/8898ef8aea8fa48638e15ce00c7c6318ce570ce1", + "reference": "8898ef8aea8fa48638e15ce00c7c6318ce570ce1", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^5.0", @@ -6109,7 +6069,7 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:12:54+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/twig-pack", @@ -6141,20 +6101,20 @@ }, { "name": "symfony/validator", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "0d001e7d77fd27205c1257284f36be410c78c2ce" + "reference": "d49f8840f19dca89185cbb3c6a3e195c9e2ead72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/0d001e7d77fd27205c1257284f36be410c78c2ce", - "reference": "0d001e7d77fd27205c1257284f36be410c78c2ce", + "url": "https://api.github.com/repos/symfony/validator/zipball/d49f8840f19dca89185cbb3c6a3e195c9e2ead72", + "reference": "d49f8840f19dca89185cbb3c6a3e195c9e2ead72", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15", @@ -6246,24 +6206,24 @@ "type": "tidelift" } ], - "time": "2020-05-05T05:59:29+00:00" + "time": "2020-05-23T13:08:13+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "e453e57106e7102dffccc453ae2ff144179d2fb2" + "reference": "399d6c16422c3098d3072dc804ecf569ebeb3337" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e453e57106e7102dffccc453ae2ff144179d2fb2", - "reference": "e453e57106e7102dffccc453ae2ff144179d2fb2", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/399d6c16422c3098d3072dc804ecf569ebeb3337", + "reference": "399d6c16422c3098d3072dc804ecf569ebeb3337", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15" }, @@ -6336,24 +6296,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T10:14:47+00:00" + "time": "2020-05-23T13:08:13+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "5c6ec1ca8a6a0e9dcd8571933896bb61638ec9c3" + "reference": "76cf21551652b14d80abf13243159fbdf4bbef22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5c6ec1ca8a6a0e9dcd8571933896bb61638ec9c3", - "reference": "5c6ec1ca8a6a0e9dcd8571933896bb61638ec9c3", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/76cf21551652b14d80abf13243159fbdf4bbef22", + "reference": "76cf21551652b14d80abf13243159fbdf4bbef22", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15" }, "require-dev": { @@ -6411,7 +6371,7 @@ "type": "tidelift" } ], - "time": "2020-05-16T10:14:47+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/webpack-encore-bundle", @@ -6468,20 +6428,20 @@ }, { "name": "symfony/yaml", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "5a87b78d9a3f9b66628dbf4ea7fff500793d655b" + "reference": "ea342353a3ef4f453809acc4ebc55382231d4d23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/5a87b78d9a3f9b66628dbf4ea7fff500793d655b", - "reference": "5a87b78d9a3f9b66628dbf4ea7fff500793d655b", + "url": "https://api.github.com/repos/symfony/yaml/zipball/ea342353a3ef4f453809acc4ebc55382231d4d23", + "reference": "ea342353a3ef4f453809acc4ebc55382231d4d23", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8" }, @@ -6541,7 +6501,7 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:12:54+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "tgalopin/html-sanitizer", @@ -7080,12 +7040,6 @@ "Xdebug", "performance" ], - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - } - ], "time": "2020-03-01T12:26:26+00:00" }, { @@ -7147,22 +7101,22 @@ }, { "name": "doctrine/data-fixtures", - "version": "1.4.2", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", - "reference": "39e9777c9089351a468f780b01cffa3cb0a42907" + "reference": "7ebac50901eb4516816ac39100dba1759d843943" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/39e9777c9089351a468f780b01cffa3cb0a42907", - "reference": "39e9777c9089351a468f780b01cffa3cb0a42907", + "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7ebac50901eb4516816ac39100dba1759d843943", + "reference": "7ebac50901eb4516816ac39100dba1759d843943", "shasum": "" }, "require": { "doctrine/common": "^2.11", "doctrine/persistence": "^1.3.3", - "php": "^7.2" + "php": "^7.2 || ^8.0" }, "conflict": { "doctrine/phpcr-odm": "<1.3.0" @@ -7207,7 +7161,21 @@ "keywords": [ "database" ], - "time": "2020-01-17T11:11:28+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures", + "type": "tidelift" + } + ], + "time": "2020-05-25T19:45:03+00:00" }, { "name": "doctrine/doctrine-fixtures-bundle", @@ -7275,20 +7243,6 @@ "Fixture", "persistence" ], - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle", - "type": "tidelift" - } - ], "time": "2020-04-02T16:40:37+00:00" }, { @@ -7297,12 +7251,12 @@ "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "bc3f6221e978a6a5ebbe4cc6f069ec53e054a1d2" + "reference": "7b14d7886969aeb30248933284fabfcae6d88aed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bc3f6221e978a6a5ebbe4cc6f069ec53e054a1d2", - "reference": "bc3f6221e978a6a5ebbe4cc6f069ec53e054a1d2", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7b14d7886969aeb30248933284fabfcae6d88aed", + "reference": "7b14d7886969aeb30248933284fabfcae6d88aed", "shasum": "" }, "require": { @@ -7386,7 +7340,7 @@ "type": "github" } ], - "time": "2020-05-23T12:01:34+00:00" + "time": "2020-05-27T14:03:14+00:00" }, { "name": "nikic/php-parser", @@ -7490,20 +7444,20 @@ }, { "name": "symfony/browser-kit", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "cbb45677770a8248e8b9bd6229021a2e9208a8a1" + "reference": "b9adef763c4f98660d1f8b924f6d61718f8ae0bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/cbb45677770a8248e8b9bd6229021a2e9208a8a1", - "reference": "cbb45677770a8248e8b9bd6229021a2e9208a8a1", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b9adef763c4f98660d1f8b924f6d61718f8ae0bc", + "reference": "b9adef763c4f98660d1f8b924f6d61718f8ae0bc", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/dom-crawler": "^4.4|^5.0" }, "require-dev": { @@ -7559,24 +7513,24 @@ "type": "tidelift" } ], - "time": "2020-05-16T10:14:47+00:00" + "time": "2020-05-23T13:13:03+00:00" }, { "name": "symfony/css-selector", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "c039862c4571cfb2e892033a9f39e9b59f84b446" + "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/c039862c4571cfb2e892033a9f39e9b59f84b446", - "reference": "c039862c4571cfb2e892033a9f39e9b59f84b446", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9", + "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9", "shasum": "" }, "require": { - "php": "^7.2.5" + "php": ">=7.2.5" }, "type": "library", "extra": { @@ -7626,25 +7580,25 @@ "type": "tidelift" } ], - "time": "2020-03-30T11:43:41+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/debug-bundle", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "b6c9a2cefe3241d1ef26803f2ff533d6a7a5da93" + "reference": "3f4bcea52678eedf19260973217f5ae7b835edf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/b6c9a2cefe3241d1ef26803f2ff533d6a7a5da93", - "reference": "b6c9a2cefe3241d1ef26803f2ff533d6a7a5da93", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/3f4bcea52678eedf19260973217f5ae7b835edf5", + "reference": "3f4bcea52678eedf19260973217f5ae7b835edf5", "shasum": "" }, "require": { "ext-xml": "*", - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/http-kernel": "^4.4|^5.0", "symfony/twig-bridge": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" @@ -7706,24 +7660,24 @@ "type": "tidelift" } ], - "time": "2020-03-30T11:43:41+00:00" + "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/dom-crawler", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "8b3bb77426320c3e4805c28d472a9f51327390f2" + "reference": "907187782c465a564f9030a0c6ace59e8821106f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8b3bb77426320c3e4805c28d472a9f51327390f2", - "reference": "8b3bb77426320c3e4805c28d472a9f51327390f2", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/907187782c465a564f9030a0c6ace59e8821106f", + "reference": "907187782c465a564f9030a0c6ace59e8821106f", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15" @@ -7782,7 +7736,7 @@ "type": "tidelift" } ], - "time": "2020-03-30T11:43:41+00:00" + "time": "2020-05-23T13:08:13+00:00" }, { "name": "symfony/maker-bundle", @@ -7868,16 +7822,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "9599e14d79ac62d12402473c5f546099ef8f9cc4" + "reference": "7a05a59154053d62674def66a5c99896113632f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/9599e14d79ac62d12402473c5f546099ef8f9cc4", - "reference": "9599e14d79ac62d12402473c5f546099ef8f9cc4", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/7a05a59154053d62674def66a5c99896113632f2", + "reference": "7a05a59154053d62674def66a5c99896113632f2", "shasum": "" }, "require": { @@ -7943,24 +7897,24 @@ "type": "tidelift" } ], - "time": "2020-05-08T12:36:29+00:00" + "time": "2020-05-23T13:08:13+00:00" }, { "name": "symfony/process", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "14c0d48567aafd6b24001866de32ae45b0e3e1d1" + "reference": "17ee34ec1b1b0b14fcc1e8c87d8906083e129c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/14c0d48567aafd6b24001866de32ae45b0e3e1d1", - "reference": "14c0d48567aafd6b24001866de32ae45b0e3e1d1", + "url": "https://api.github.com/repos/symfony/process/zipball/17ee34ec1b1b0b14fcc1e8c87d8906083e129c77", + "reference": "17ee34ec1b1b0b14fcc1e8c87d8906083e129c77", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15" }, "type": "library", @@ -8007,24 +7961,24 @@ "type": "tidelift" } ], - "time": "2020-04-15T16:09:08+00:00" + "time": "2020-05-24T08:49:09+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v5.1.0-RC1", + "version": "v5.1.0-RC2", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "73c133cefb0d670d3babd3e6619bce74065aeb1e" + "reference": "561c51853aa30074388587888f36d6aafcfda607" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/73c133cefb0d670d3babd3e6619bce74065aeb1e", - "reference": "73c133cefb0d670d3babd3e6619bce74065aeb1e", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/561c51853aa30074388587888f36d6aafcfda607", + "reference": "561c51853aa30074388587888f36d6aafcfda607", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", "symfony/framework-bundle": "^5.1", "symfony/http-kernel": "^4.4|^5.0", @@ -8086,7 +8040,7 @@ "type": "tidelift" } ], - "time": "2020-05-16T09:12:54+00:00" + "time": "2020-05-20T17:43:50+00:00" } ], "aliases": [], diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 716e199be..a4105cb22 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -25,7 +25,8 @@ security: # but the firewall does not require login on every page # denying access is done in access_control or in your controllers - anonymous: lazy + anonymous: true + lazy: true # This allows the user to login by submitting a username and password # Reference: https://symfony.com/doc/current/security/form_login_setup.html diff --git a/symfony.lock b/symfony.lock index 280f8700d..85d523d97 100644 --- a/symfony.lock +++ b/symfony.lock @@ -108,6 +108,9 @@ "doctrine/reflection": { "version": "1.2.1" }, + "doctrine/sql-formatter": { + "version": "1.0.1" + }, "egulias/email-validator": { "version": "2.1.17" }, @@ -126,9 +129,6 @@ ".php_cs.dist" ] }, - "jdorn/sql-formatter": { - "version": "v1.2.17" - }, "league/uri-parser": { "version": "1.4.1" }, @@ -147,6 +147,9 @@ "ocramius/proxy-manager": { "version": "2.2.3" }, + "php": { + "version": "7.2.9" + }, "php-cs-fixer/diff": { "version": "v2.0.1" }, diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 000000000..d75b711fd --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +use Symfony\Component\Dotenv\Dotenv; + +require dirname(__DIR__).'/vendor/autoload.php'; + +if (file_exists(dirname(__DIR__).'/config/bootstrap.php')) { + require dirname(__DIR__).'/config/bootstrap.php'; +} elseif (method_exists(Dotenv::class, 'bootEnv')) { + (new Dotenv())->bootEnv(dirname(__DIR__).'/.env'); +}