Skip to content
Snippets Groups Projects

fix(deps): update all non-major dependencies

Merged Bekerle, Patrizio requested to merge renovate/all-minor-patch into main
1 file
+ 155
158
Compare changes
  • Side-by-side
  • Inline
+ 155
158
@@ -1363,27 +1363,22 @@
},
{
"name": "psr/container",
"version": "1.0.0",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
@@ -1396,7 +1391,7 @@
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
@@ -1410,9 +1405,9 @@
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master"
"source": "https://github.com/php-fig/container/tree/1.1.1"
},
"time": "2017-02-14T16:28:37+00:00"
"time": "2021-03-05T17:36:06+00:00"
},
{
"name": "psr/http-client",
@@ -1521,20 +1516,20 @@
},
{
"name": "psr/link",
"version": "1.0.0",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
"reference": "94d170941164db307197ebf436296372b849bdb5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
"url": "https://api.github.com/repos/php-fig/link/zipball/94d170941164db307197ebf436296372b849bdb5",
"reference": "94d170941164db307197ebf436296372b849bdb5",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
"php": ">=8.0.0"
},
"type": "library",
"extra": {
@@ -1558,6 +1553,7 @@
}
],
"description": "Common interfaces for HTTP links",
"homepage": "https://github.com/php-fig/link",
"keywords": [
"http",
"http-link",
@@ -1567,9 +1563,9 @@
"rest"
],
"support": {
"source": "https://github.com/php-fig/link/tree/master"
"source": "https://github.com/php-fig/link/tree/1.1.0"
},
"time": "2016-10-28T16:06:13+00:00"
"time": "2021-02-03T23:29:51+00:00"
},
{
"name": "psr/log",
@@ -1801,21 +1797,21 @@
},
{
"name": "symfony/cache",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "d6aed6c1bbf6f59e521f46437475a0ff4878d388"
"reference": "d15fb2576cdbe2c40d7c851e62f85b0faff3dd3d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/d6aed6c1bbf6f59e521f46437475a0ff4878d388",
"reference": "d6aed6c1bbf6f59e521f46437475a0ff4878d388",
"url": "https://api.github.com/repos/symfony/cache/zipball/d15fb2576cdbe2c40d7c851e62f85b0faff3dd3d",
"reference": "d15fb2576cdbe2c40d7c851e62f85b0faff3dd3d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "~1.0",
"psr/cache": "^1.0|^2.0",
"psr/log": "^1.1",
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/polyfill-php80": "^1.15",
@@ -1829,9 +1825,9 @@
"symfony/var-dumper": "<4.4"
},
"provide": {
"psr/cache-implementation": "1.0",
"psr/cache-implementation": "1.0|2.0",
"psr/simple-cache-implementation": "1.0",
"symfony/cache-implementation": "1.0"
"symfony/cache-implementation": "1.0|2.0"
},
"require-dev": {
"cache/integration-tests": "dev-master",
@@ -1876,7 +1872,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.2.3"
"source": "https://github.com/symfony/cache/tree/v5.2.4"
},
"funding": [
{
@@ -1892,7 +1888,7 @@
"type": "tidelift"
}
],
"time": "2021-01-27T11:24:50+00:00"
"time": "2021-02-25T23:54:56+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -1975,16 +1971,16 @@
},
{
"name": "symfony/config",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "2c4c7827a7e143f5cf375666641b0f448eab8802"
"reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/2c4c7827a7e143f5cf375666641b0f448eab8802",
"reference": "2c4c7827a7e143f5cf375666641b0f448eab8802",
"url": "https://api.github.com/repos/symfony/config/zipball/98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
"reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
"shasum": ""
},
"require": {
@@ -2031,7 +2027,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v4.4.19"
"source": "https://github.com/symfony/config/tree/v4.4.20"
},
"funding": [
{
@@ -2047,20 +2043,20 @@
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-02-22T15:36:50+00:00"
},
{
"name": "symfony/debug",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "af4987aa4a5630e9615be9d9c3ed1b0f24ca449c"
"reference": "157bbec4fd773bae53c5483c50951a5530a2cc16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/af4987aa4a5630e9615be9d9c3ed1b0f24ca449c",
"reference": "af4987aa4a5630e9615be9d9c3ed1b0f24ca449c",
"url": "https://api.github.com/repos/symfony/debug/zipball/157bbec4fd773bae53c5483c50951a5530a2cc16",
"reference": "157bbec4fd773bae53c5483c50951a5530a2cc16",
"shasum": ""
},
"require": {
@@ -2100,7 +2096,7 @@
"description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/debug/tree/v4.4.19"
"source": "https://github.com/symfony/debug/tree/v4.4.20"
},
"funding": [
{
@@ -2116,20 +2112,20 @@
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-01-28T16:54:48+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "2468b95d869c872c6fb1b93b395a7fcd5331f2b9"
"reference": "4b3e341ce4436df9a9abc2914cb120b4d41796d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2468b95d869c872c6fb1b93b395a7fcd5331f2b9",
"reference": "2468b95d869c872c6fb1b93b395a7fcd5331f2b9",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b3e341ce4436df9a9abc2914cb120b4d41796d7",
"reference": "4b3e341ce4436df9a9abc2914cb120b4d41796d7",
"shasum": ""
},
"require": {
@@ -2145,7 +2141,7 @@
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0"
"symfony/service-implementation": "1.0|2.0"
},
"require-dev": {
"symfony/config": "^4.3",
@@ -2185,7 +2181,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v4.4.19"
"source": "https://github.com/symfony/dependency-injection/tree/v4.4.20"
},
"funding": [
{
@@ -2201,7 +2197,7 @@
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-03-03T12:11:09+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -2272,16 +2268,16 @@
},
{
"name": "symfony/error-handler",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "d603654eaeb713503bba3e308b9e748e5a6d3f2e"
"reference": "a191550d46b73a527b9d244f185fef439d41cf15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/d603654eaeb713503bba3e308b9e748e5a6d3f2e",
"reference": "d603654eaeb713503bba3e308b9e748e5a6d3f2e",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/a191550d46b73a527b9d244f185fef439d41cf15",
"reference": "a191550d46b73a527b9d244f185fef439d41cf15",
"shasum": ""
},
"require": {
@@ -2321,7 +2317,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v4.4.19"
"source": "https://github.com/symfony/error-handler/tree/v4.4.20"
},
"funding": [
{
@@ -2337,11 +2333,11 @@
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-02-11T08:19:35+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
@@ -2404,7 +2400,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.19"
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.20"
},
"funding": [
{
@@ -2567,16 +2563,16 @@
},
{
"name": "symfony/filesystem",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "262d033b57c73e8b59cd6e68a45c528318b15038"
"reference": "710d364200997a5afde34d9fe57bd52f3cc1e108"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038",
"reference": "262d033b57c73e8b59cd6e68a45c528318b15038",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108",
"reference": "710d364200997a5afde34d9fe57bd52f3cc1e108",
"shasum": ""
},
"require": {
@@ -2609,7 +2605,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.3"
"source": "https://github.com/symfony/filesystem/tree/v5.2.4"
},
"funding": [
{
@@ -2625,20 +2621,20 @@
"type": "tidelift"
}
],
"time": "2021-01-27T10:01:46+00:00"
"time": "2021-02-12T10:38:38+00:00"
},
{
"name": "symfony/finder",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "4adc8d172d602008c204c2e16956f99257248e03"
"reference": "0d639a0943822626290d169965804f79400e6a04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/4adc8d172d602008c204c2e16956f99257248e03",
"reference": "4adc8d172d602008c204c2e16956f99257248e03",
"url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04",
"reference": "0d639a0943822626290d169965804f79400e6a04",
"shasum": ""
},
"require": {
@@ -2670,7 +2666,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.2.3"
"source": "https://github.com/symfony/finder/tree/v5.2.4"
},
"funding": [
{
@@ -2686,20 +2682,20 @@
"type": "tidelift"
}
],
"time": "2021-01-28T22:06:19+00:00"
"time": "2021-02-15T18:55:04+00:00"
},
{
"name": "symfony/framework-bundle",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "790f1db60deb1577eaf86f2025215b48c53f8e94"
"reference": "5b5aefc0542e2b42f6f3b9b90d6ef2ff75fee19a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/790f1db60deb1577eaf86f2025215b48c53f8e94",
"reference": "790f1db60deb1577eaf86f2025215b48c53f8e94",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5b5aefc0542e2b42f6f3b9b90d6ef2ff75fee19a",
"reference": "5b5aefc0542e2b42f6f3b9b90d6ef2ff75fee19a",
"shasum": ""
},
"require": {
@@ -2765,6 +2761,7 @@
"symfony/polyfill-intl-icu": "~1.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/security-core": "^3.4|^4.4|^5.2",
"symfony/security-csrf": "^3.4|^4.0|^5.0",
"symfony/security-http": "^3.4|^4.0|^5.0",
"symfony/serializer": "^4.4|^5.0",
@@ -2814,7 +2811,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/framework-bundle/tree/v4.4.19"
"source": "https://github.com/symfony/framework-bundle/tree/v4.4.20"
},
"funding": [
{
@@ -2830,7 +2827,7 @@
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-02-22T15:36:50+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -2913,16 +2910,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "20c554c0f03f7cde5ce230ed248470cccbc34c36"
"reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/20c554c0f03f7cde5ce230ed248470cccbc34c36",
"reference": "20c554c0f03f7cde5ce230ed248470cccbc34c36",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/54499baea7f7418bce7b5ec92770fd0799e8e9bf",
"reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf",
"shasum": ""
},
"require": {
@@ -2966,7 +2963,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.3"
"source": "https://github.com/symfony/http-foundation/tree/v5.2.4"
},
"funding": [
{
@@ -2982,20 +2979,20 @@
"type": "tidelift"
}
],
"time": "2021-02-03T04:42:09+00:00"
"time": "2021-02-25T17:16:57+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "07ea794a327d7c8c5d76e3058fde9fec6a711cb4"
"reference": "4f36548465489f293b05406f1770492f6efb8adb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/07ea794a327d7c8c5d76e3058fde9fec6a711cb4",
"reference": "07ea794a327d7c8c5d76e3058fde9fec6a711cb4",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4f36548465489f293b05406f1770492f6efb8adb",
"reference": "4f36548465489f293b05406f1770492f6efb8adb",
"shasum": ""
},
"require": {
@@ -3021,7 +3018,7 @@
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/browser-kit": "^4.3|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0",
@@ -3070,7 +3067,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v4.4.19"
"source": "https://github.com/symfony/http-kernel/tree/v4.4.20"
},
"funding": [
{
@@ -3086,7 +3083,7 @@
"type": "tidelift"
}
],
"time": "2021-01-27T13:50:53+00:00"
"time": "2021-03-04T18:00:27+00:00"
},
{
"name": "symfony/polyfill-ctype",
@@ -3576,7 +3573,7 @@
},
{
"name": "symfony/property-access",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
@@ -3637,7 +3634,7 @@
"reflection"
],
"support": {
"source": "https://github.com/symfony/property-access/tree/v5.2.3"
"source": "https://github.com/symfony/property-access/tree/v5.2.4"
},
"funding": [
{
@@ -3657,16 +3654,16 @@
},
{
"name": "symfony/property-info",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
"reference": "4e4f368c3737b1c175d66f4fc0b99a5bcd161a77"
"reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/4e4f368c3737b1c175d66f4fc0b99a5bcd161a77",
"reference": "4e4f368c3737b1c175d66f4fc0b99a5bcd161a77",
"url": "https://api.github.com/repos/symfony/property-info/zipball/7185bbc74e6f49c3f1b5936b4d9e4ca133921189",
"reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189",
"shasum": ""
},
"require": {
@@ -3727,7 +3724,7 @@
"validator"
],
"support": {
"source": "https://github.com/symfony/property-info/tree/v5.2.3"
"source": "https://github.com/symfony/property-info/tree/v5.2.4"
},
"funding": [
{
@@ -3743,20 +3740,20 @@
"type": "tidelift"
}
],
"time": "2021-01-27T10:15:41+00:00"
"time": "2021-02-17T15:24:54+00:00"
},
{
"name": "symfony/routing",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "87529f6e305c7acb162840d1ea57922038072425"
"reference": "69919991c845b34626664ddc9b3aef9d09d2a5df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/87529f6e305c7acb162840d1ea57922038072425",
"reference": "87529f6e305c7acb162840d1ea57922038072425",
"url": "https://api.github.com/repos/symfony/routing/zipball/69919991c845b34626664ddc9b3aef9d09d2a5df",
"reference": "69919991c845b34626664ddc9b3aef9d09d2a5df",
"shasum": ""
},
"require": {
@@ -3815,7 +3812,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v4.4.19"
"source": "https://github.com/symfony/routing/tree/v4.4.20"
},
"funding": [
{
@@ -3831,7 +3828,7 @@
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-02-22T15:37:04+00:00"
},
{
"name": "symfony/security-bundle",
@@ -4231,16 +4228,16 @@
},
{
"name": "symfony/serializer",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "70c5aa59ab0642033391a5591c9771ee417e7cef"
"reference": "a285f474a72397ccbd384900abc968ffcb511dda"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/70c5aa59ab0642033391a5591c9771ee417e7cef",
"reference": "70c5aa59ab0642033391a5591c9771ee417e7cef",
"url": "https://api.github.com/repos/symfony/serializer/zipball/a285f474a72397ccbd384900abc968ffcb511dda",
"reference": "a285f474a72397ccbd384900abc968ffcb511dda",
"shasum": ""
},
"require": {
@@ -4313,7 +4310,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/serializer/tree/v5.2.3"
"source": "https://github.com/symfony/serializer/tree/v5.2.4"
},
"funding": [
{
@@ -4329,7 +4326,7 @@
"type": "tidelift"
}
],
"time": "2021-02-03T04:42:09+00:00"
"time": "2021-03-02T12:14:02+00:00"
},
{
"name": "symfony/service-contracts",
@@ -4412,16 +4409,16 @@
},
{
"name": "symfony/string",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "c95468897f408dd0aca2ff582074423dd0455122"
"reference": "4e78d7d47061fa183639927ec40d607973699609"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/c95468897f408dd0aca2ff582074423dd0455122",
"reference": "c95468897f408dd0aca2ff582074423dd0455122",
"url": "https://api.github.com/repos/symfony/string/zipball/4e78d7d47061fa183639927ec40d607973699609",
"reference": "4e78d7d47061fa183639927ec40d607973699609",
"shasum": ""
},
"require": {
@@ -4475,7 +4472,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.2.3"
"source": "https://github.com/symfony/string/tree/v5.2.4"
},
"funding": [
{
@@ -4491,7 +4488,7 @@
"type": "tidelift"
}
],
"time": "2021-01-25T15:14:59+00:00"
"time": "2021-02-16T10:20:28+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -4890,16 +4887,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "72ca213014a92223a5d18651ce79ef441c12b694"
"reference": "6a81fec0628c468cf6d5c87a4d003725e040e223"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/72ca213014a92223a5d18651ce79ef441c12b694",
"reference": "72ca213014a92223a5d18651ce79ef441c12b694",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6a81fec0628c468cf6d5c87a4d003725e040e223",
"reference": "6a81fec0628c468cf6d5c87a4d003725e040e223",
"shasum": ""
},
"require": {
@@ -4958,7 +4955,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.3"
"source": "https://github.com/symfony/var-dumper/tree/v5.2.4"
},
"funding": [
{
@@ -4974,11 +4971,11 @@
"type": "tidelift"
}
],
"time": "2021-01-27T10:15:41+00:00"
"time": "2021-02-18T23:11:19+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
@@ -5031,7 +5028,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.2.3"
"source": "https://github.com/symfony/var-exporter/tree/v5.2.4"
},
"funding": [
{
@@ -5051,16 +5048,16 @@
},
{
"name": "symfony/web-link",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
"reference": "28e6bd9028740602c158f5c6ac8d5e2a2692812e"
"reference": "9c50065e5192eeb669c30d7f02fd7bb85b6f6d36"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-link/zipball/28e6bd9028740602c158f5c6ac8d5e2a2692812e",
"reference": "28e6bd9028740602c158f5c6ac8d5e2a2692812e",
"url": "https://api.github.com/repos/symfony/web-link/zipball/9c50065e5192eeb669c30d7f02fd7bb85b6f6d36",
"reference": "9c50065e5192eeb669c30d7f02fd7bb85b6f6d36",
"shasum": ""
},
"require": {
@@ -5118,7 +5115,7 @@
"push"
],
"support": {
"source": "https://github.com/symfony/web-link/tree/v5.2.3"
"source": "https://github.com/symfony/web-link/tree/v5.2.4"
},
"funding": [
{
@@ -5134,7 +5131,7 @@
"type": "tidelift"
}
],
"time": "2021-01-10T16:29:19+00:00"
"time": "2021-02-17T15:24:54+00:00"
},
{
"name": "symfony/yaml",
@@ -6747,16 +6744,16 @@
},
{
"name": "phpstan/phpstan-phpunit",
"version": "0.12.17",
"version": "0.12.18",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
"reference": "432575b41cf2d4f44e460234acaf56119ed97d36"
"reference": "ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/432575b41cf2d4f44e460234acaf56119ed97d36",
"reference": "432575b41cf2d4f44e460234acaf56119ed97d36",
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72",
"reference": "ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72",
"shasum": ""
},
"require": {
@@ -6796,9 +6793,9 @@
"description": "PHPUnit extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-phpunit/issues",
"source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.17"
"source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.18"
},
"time": "2020-12-13T12:12:51+00:00"
"time": "2021-03-06T11:51:27+00:00"
},
{
"name": "sebastian/diff",
@@ -6868,16 +6865,16 @@
},
{
"name": "symfony/browser-kit",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "f6f060bdc473c3f3b1f00e2ebdeb3d02eda77f82"
"reference": "cfa8d92f95294747e3abc04969efee51ed374424"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6f060bdc473c3f3b1f00e2ebdeb3d02eda77f82",
"reference": "f6f060bdc473c3f3b1f00e2ebdeb3d02eda77f82",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/cfa8d92f95294747e3abc04969efee51ed374424",
"reference": "cfa8d92f95294747e3abc04969efee51ed374424",
"shasum": ""
},
"require": {
@@ -6919,7 +6916,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v4.4.19"
"source": "https://github.com/symfony/browser-kit/tree/v4.4.20"
},
"funding": [
{
@@ -6935,7 +6932,7 @@
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-02-18T10:52:56+00:00"
},
{
"name": "symfony/console",
@@ -7028,16 +7025,16 @@
},
{
"name": "symfony/dom-crawler",
"version": "v5.2.3",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "5d89ceb53ec65e1973a555072fac8ed5ecad3384"
"reference": "400e265163f65aceee7e904ef532e15228de674b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/5d89ceb53ec65e1973a555072fac8ed5ecad3384",
"reference": "5d89ceb53ec65e1973a555072fac8ed5ecad3384",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/400e265163f65aceee7e904ef532e15228de674b",
"reference": "400e265163f65aceee7e904ef532e15228de674b",
"shasum": ""
},
"require": {
@@ -7082,7 +7079,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.2.3"
"source": "https://github.com/symfony/dom-crawler/tree/v5.2.4"
},
"funding": [
{
@@ -7098,20 +7095,20 @@
"type": "tidelift"
}
],
"time": "2021-01-27T10:01:46+00:00"
"time": "2021-02-15T18:55:04+00:00"
},
{
"name": "symfony/http-client",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "d8df50fe9229576b254c6822eb5cfff36c02c967"
"reference": "67c5af7489b3c2eea771abd973243f5c58f5fb40"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/d8df50fe9229576b254c6822eb5cfff36c02c967",
"reference": "d8df50fe9229576b254c6822eb5cfff36c02c967",
"url": "https://api.github.com/repos/symfony/http-client/zipball/67c5af7489b3c2eea771abd973243f5c58f5fb40",
"reference": "67c5af7489b3c2eea771abd973243f5c58f5fb40",
"shasum": ""
},
"require": {
@@ -7125,7 +7122,7 @@
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "1.1"
"symfony/http-client-implementation": "1.1|2.0"
},
"require-dev": {
"guzzlehttp/promises": "^1.4",
@@ -7162,7 +7159,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v4.4.19"
"source": "https://github.com/symfony/http-client/tree/v4.4.20"
},
"funding": [
{
@@ -7178,7 +7175,7 @@
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-02-25T18:06:45+00:00"
},
{
"name": "symfony/options-resolver",
@@ -7251,16 +7248,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v4.4.19",
"version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "85a2fcd7a7111b503962a5f0a55f34ea41dfe2cf"
"reference": "847101d2eb6309d377abf930937e9f527433d9a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/85a2fcd7a7111b503962a5f0a55f34ea41dfe2cf",
"reference": "85a2fcd7a7111b503962a5f0a55f34ea41dfe2cf",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/847101d2eb6309d377abf930937e9f527433d9a3",
"reference": "847101d2eb6309d377abf930937e9f527433d9a3",
"shasum": ""
},
"require": {
@@ -7313,7 +7310,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.19"
"source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.20"
},
"funding": [
{
@@ -7329,7 +7326,7 @@
"type": "tidelift"
}
],
"time": "2021-01-20T20:19:14+00:00"
"time": "2021-02-04T17:21:43+00:00"
},
{
"name": "symfony/polyfill-php70",
Loading