Composer update

This commit is contained in:
Matias Griese
2021-01-29 10:13:29 +02:00
parent a35b9b1279
commit 3b61aedc66
2 changed files with 107 additions and 101 deletions

View File

@@ -71,7 +71,7 @@
"codeception/module-asserts": "^1.3", "codeception/module-asserts": "^1.3",
"codeception/module-phpbrowser": "^1.0" "codeception/module-phpbrowser": "^1.0"
}, },
"provide": { "replace": {
"symfony/polyfill-php72": "*", "symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*" "symfony/polyfill-php73": "*"
}, },

206
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9359be385dbe3a676b5700eedb9567a7", "content-hash": "bf6ab0ce6a8ec055c603f347323809ef",
"packages": [ "packages": [
{ {
"name": "antoligy/dom-string-iterators", "name": "antoligy/dom-string-iterators",
@@ -642,16 +642,16 @@
}, },
{ {
"name": "filp/whoops", "name": "filp/whoops",
"version": "2.9.1", "version": "2.9.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filp/whoops.git", "url": "https://github.com/filp/whoops.git",
"reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771" "reference": "df7933820090489623ce0be5e85c7e693638e536"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/307fb34a5ab697461ec4c9db865b20ff2fd40771", "url": "https://api.github.com/repos/filp/whoops/zipball/df7933820090489623ce0be5e85c7e693638e536",
"reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771", "reference": "df7933820090489623ce0be5e85c7e693638e536",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -701,9 +701,15 @@
], ],
"support": { "support": {
"issues": "https://github.com/filp/whoops/issues", "issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.9.1" "source": "https://github.com/filp/whoops/tree/2.9.2"
}, },
"time": "2020-11-01T12:00:00+00:00" "funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
"time": "2021-01-24T12:00:00+00:00"
}, },
{ {
"name": "gregwar/cache", "name": "gregwar/cache",
@@ -2232,16 +2238,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "12e071278e396cc3e1c149857337e9e192deca0b" "reference": "24026c44fc37099fa145707fecd43672831b837a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/12e071278e396cc3e1c149857337e9e192deca0b", "url": "https://api.github.com/repos/symfony/console/zipball/24026c44fc37099fa145707fecd43672831b837a",
"reference": "12e071278e396cc3e1c149857337e9e192deca0b", "reference": "24026c44fc37099fa145707fecd43672831b837a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2298,10 +2304,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Console Component", "description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v4.4.18" "source": "https://github.com/symfony/console/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
@@ -2317,7 +2323,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T07:41:31+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/contracts", "name": "symfony/contracts",
@@ -2415,16 +2421,16 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0" "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5d4c874b0eb1c32d40328a09dbc37307a5a910b0", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
"reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0", "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2475,10 +2481,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony EventDispatcher Component", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.18" "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
@@ -2494,20 +2500,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T07:41:31+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "dc518f62677944938026746e6e58ac37ebcc6238" "reference": "d8df50fe9229576b254c6822eb5cfff36c02c967"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/dc518f62677944938026746e6e58ac37ebcc6238", "url": "https://api.github.com/repos/symfony/http-client/zipball/d8df50fe9229576b254c6822eb5cfff36c02c967",
"reference": "dc518f62677944938026746e6e58ac37ebcc6238", "reference": "d8df50fe9229576b254c6822eb5cfff36c02c967",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2524,7 +2530,7 @@
"symfony/http-client-implementation": "1.1" "symfony/http-client-implementation": "1.1"
}, },
"require-dev": { "require-dev": {
"guzzlehttp/promises": "^1.3.1", "guzzlehttp/promises": "^1.4",
"nyholm/psr7": "^1.0", "nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0", "php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0", "psr/http-client": "^1.0",
@@ -2555,10 +2561,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony HttpClient component", "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v4.4.18" "source": "https://github.com/symfony/http-client/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
@@ -2574,7 +2580,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-05T06:03:08+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@@ -2980,16 +2986,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "075316ff72233ce3d04a9743414292e834f2cb4a" "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/075316ff72233ce3d04a9743414292e834f2cb4a", "url": "https://api.github.com/repos/symfony/process/zipball/7e950b6366d4da90292c2e7fa820b3c1842b965a",
"reference": "075316ff72233ce3d04a9743414292e834f2cb4a", "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3018,10 +3024,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Process Component", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v4.4.18" "source": "https://github.com/symfony/process/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
@@ -3037,20 +3043,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-08T16:59:59+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "4f31364bbc8177f2a6dbc125ac3851634ebe2a03" "reference": "a1eab2f69906dc83c5ddba4632180260d0ab4f7f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/4f31364bbc8177f2a6dbc125ac3851634ebe2a03", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a1eab2f69906dc83c5ddba4632180260d0ab4f7f",
"reference": "4f31364bbc8177f2a6dbc125ac3851634ebe2a03", "reference": "a1eab2f69906dc83c5ddba4632180260d0ab4f7f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3067,7 +3073,7 @@
"ext-iconv": "*", "ext-iconv": "*",
"symfony/console": "^3.4|^4.0|^5.0", "symfony/console": "^3.4|^4.0|^5.0",
"symfony/process": "^4.4|^5.0", "symfony/process": "^4.4|^5.0",
"twig/twig": "^1.34|^2.4|^3.0" "twig/twig": "^1.43|^2.13|^3.0.4"
}, },
"suggest": { "suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
@@ -3103,14 +3109,14 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony mechanism for exploring and dumping PHP variables", "description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"debug", "debug",
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v4.4.18" "source": "https://github.com/symfony/var-dumper/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
@@ -3126,20 +3132,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-08T16:59:59+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "bbce94f14d73732340740366fcbe63363663a403" "reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/bbce94f14d73732340740366fcbe63363663a403", "url": "https://api.github.com/repos/symfony/yaml/zipball/17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9",
"reference": "bbce94f14d73732340740366fcbe63363663a403", "reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3178,10 +3184,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Yaml Component", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v4.4.18" "source": "https://github.com/symfony/yaml/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
@@ -3197,7 +3203,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-08T16:59:59+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
@@ -3337,23 +3343,23 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "behat/gherkin", "name": "behat/gherkin",
"version": "v4.6.2", "version": "v4.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Behat/Gherkin.git", "url": "https://github.com/Behat/Gherkin.git",
"reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31" "reference": "987bcdc3d29ba433e6bd4b1db4ae59737ba3dacd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31", "url": "https://api.github.com/repos/Behat/Gherkin/zipball/987bcdc3d29ba433e6bd4b1db4ae59737ba3dacd",
"reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31", "reference": "987bcdc3d29ba433e6bd4b1db4ae59737ba3dacd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.1" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.5|~5", "phpunit/phpunit": "~5.7|~6|~7",
"symfony/phpunit-bridge": "~2.7|~3|~4", "symfony/phpunit-bridge": "~2.7|~3|~4",
"symfony/yaml": "~2.3|~3|~4" "symfony/yaml": "~2.3|~3|~4"
}, },
@@ -3382,7 +3388,7 @@
"homepage": "http://everzet.com" "homepage": "http://everzet.com"
} }
], ],
"description": "Gherkin DSL parser for PHP 5.3", "description": "Gherkin DSL parser for PHP",
"homepage": "http://behat.org/", "homepage": "http://behat.org/",
"keywords": [ "keywords": [
"BDD", "BDD",
@@ -3394,22 +3400,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/Behat/Gherkin/issues", "issues": "https://github.com/Behat/Gherkin/issues",
"source": "https://github.com/Behat/Gherkin/tree/master" "source": "https://github.com/Behat/Gherkin/tree/v4.7.1"
}, },
"time": "2020-03-17T14:03:26+00:00" "time": "2021-01-26T16:24:32+00:00"
}, },
{ {
"name": "codeception/codeception", "name": "codeception/codeception",
"version": "4.1.15", "version": "4.1.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Codeception.git", "url": "https://github.com/Codeception/Codeception.git",
"reference": "9b174d18ba58bb2e8cc4cecce619d6124df1d83a" "reference": "daf4fe110b33855252009a0dcab87ce8bcf7c009"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/9b174d18ba58bb2e8cc4cecce619d6124df1d83a", "url": "https://api.github.com/repos/Codeception/Codeception/zipball/daf4fe110b33855252009a0dcab87ce8bcf7c009",
"reference": "9b174d18ba58bb2e8cc4cecce619d6124df1d83a", "reference": "daf4fe110b33855252009a0dcab87ce8bcf7c009",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3483,7 +3489,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Codeception/Codeception/issues", "issues": "https://github.com/Codeception/Codeception/issues",
"source": "https://github.com/Codeception/Codeception/tree/4.1.15" "source": "https://github.com/Codeception/Codeception/tree/4.1.16"
}, },
"funding": [ "funding": [
{ {
@@ -3491,7 +3497,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2021-01-17T19:19:40+00:00" "time": "2021-01-26T07:25:32+00:00"
}, },
{ {
"name": "codeception/lib-asserts", "name": "codeception/lib-asserts",
@@ -4540,16 +4546,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.68", "version": "0.12.70",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "ddbe01af0706ee094c3f1ce9730b35aebb508d3d" "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ddbe01af0706ee094c3f1ce9730b35aebb508d3d", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
"reference": "ddbe01af0706ee094c3f1ce9730b35aebb508d3d", "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4580,7 +4586,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.68" "source": "https://github.com/phpstan/phpstan/tree/0.12.70"
}, },
"funding": [ "funding": [
{ {
@@ -4596,7 +4602,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-18T12:29:17+00:00" "time": "2021-01-27T17:06:47+00:00"
}, },
{ {
"name": "phpstan/phpstan-deprecation-rules", "name": "phpstan/phpstan-deprecation-rules",
@@ -6088,16 +6094,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a" "reference": "b03b2057ed53ee4eab2e8f372084d7722b7b8ffd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b03b2057ed53ee4eab2e8f372084d7722b7b8ffd",
"reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a", "reference": "b03b2057ed53ee4eab2e8f372084d7722b7b8ffd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6136,10 +6142,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony BrowserKit Component", "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.2.1" "source": "https://github.com/symfony/browser-kit/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
@@ -6155,20 +6161,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T08:03:05+00:00" "time": "2021-01-27T12:56:27+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054" "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f789e7ead4c79e04ca9a6d6162fc629c89bd8054", "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f",
"reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054", "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6201,10 +6207,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony CssSelector Component", "description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/css-selector/tree/v5.2.1" "source": "https://github.com/symfony/css-selector/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
@@ -6220,20 +6226,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-08T17:02:38+00:00" "time": "2021-01-27T10:01:46+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea" "reference": "5d89ceb53ec65e1973a555072fac8ed5ecad3384"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ee7cf316fb0de786cfe5ae32ee79502b290c81ea", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/5d89ceb53ec65e1973a555072fac8ed5ecad3384",
"reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea", "reference": "5d89ceb53ec65e1973a555072fac8ed5ecad3384",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6275,10 +6281,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony DomCrawler Component", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.2.1" "source": "https://github.com/symfony/dom-crawler/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
@@ -6294,20 +6300,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T08:02:46+00:00" "time": "2021-01-27T10:01:46+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba" "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba", "url": "https://api.github.com/repos/symfony/finder/zipball/196f45723b5e618bf0e23b97e96d11652696ea9e",
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba", "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6336,10 +6342,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Finder Component", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v5.2.1" "source": "https://github.com/symfony/finder/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
@@ -6355,7 +6361,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-08T17:02:38+00:00" "time": "2021-01-27T10:01:46+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",