Skip to content
Snippets Groups Projects
Commit bc651a36 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Merge branch 'renovate/patch-all-minor-patch' into 'main'

fix(deps): update all non-major dependencies (patch)

See merge request !80
parents 267cbb58 15449a30
No related branches found
No related tags found
1 merge request!80fix(deps): update all non-major dependencies (patch)
Pipeline #83802 passed
......@@ -8,16 +8,16 @@
"packages": [
{
"name": "api-platform/core",
"version": "v2.6.6",
"version": "v2.6.8",
"source": {
"type": "git",
"url": "https://github.com/api-platform/core.git",
"reference": "25c71b216473844cdbe5bf284ccbeeb26acd76e7"
"reference": "ff3aab5b196709c721960c0bb4f1d52759af737d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/api-platform/core/zipball/25c71b216473844cdbe5bf284ccbeeb26acd76e7",
"reference": "25c71b216473844cdbe5bf284ccbeeb26acd76e7",
"url": "https://api.github.com/repos/api-platform/core/zipball/ff3aab5b196709c721960c0bb4f1d52759af737d",
"reference": "ff3aab5b196709c721960c0bb4f1d52759af737d",
"shasum": ""
},
"require": {
......@@ -25,13 +25,13 @@
"fig/link-util": "^1.0",
"php": ">=7.1",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/container": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.1",
"symfony/http-kernel": "^4.4 || ^5.1",
"symfony/property-access": "^3.4.19 || ^4.4 || ^5.1",
"symfony/property-info": "^3.4 || ^4.4 || ^5.2.1",
"symfony/serializer": "^4.4 || ^5.1",
"symfony/web-link": "^4.4 || ^5.1",
"psr/container": "^1.0 || ^2.0",
"symfony/http-foundation": "^4.4 || ^5.1 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.1 || ^6.0",
"symfony/property-access": "^3.4.19 || ^4.4 || ^5.1 || ^6.0",
"symfony/property-info": "^3.4 || ^4.4 || ^5.2.1 || ^6.0",
"symfony/serializer": "^4.4 || ^5.1 || ^6.0",
"symfony/web-link": "^4.4 || ^5.1 || ^6.0",
"willdurand/negotiation": "^2.0.3 || ^3.0"
},
"conflict": {
......@@ -42,60 +42,61 @@
},
"require-dev": {
"behat/behat": "^3.1",
"behat/mink": "^1.7",
"behat/mink": "^1.9@dev",
"doctrine/annotations": "^1.7",
"doctrine/cache": "^1.11",
"doctrine/cache": "^1.11 || ^2.1",
"doctrine/common": "^2.11 || ^3.0",
"doctrine/data-fixtures": "^1.2.2",
"doctrine/dbal": "^2.6 || ^3.0",
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
"doctrine/mongodb-odm": "^2.2",
"doctrine/mongodb-odm-bundle": "^4.0",
"doctrine/orm": "^2.6.4 || ^3.0",
"doctrine/orm": "^2.6.4",
"elasticsearch/elasticsearch": "^6.0 || ^7.0",
"friends-of-behat/mink-browserkit-driver": "^1.3.1",
"friends-of-behat/mink-extension": "^2.2",
"friends-of-behat/symfony-extension": "^2.1",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"jangregor/phpstan-prophecy": "^0.8",
"jangregor/phpstan-prophecy": "^1.0",
"justinrainbow/json-schema": "^5.2.1",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
"phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.65",
"phpstan/phpstan-doctrine": "^0.12.7",
"phpstan/phpstan-phpunit": "^0.12.4",
"phpstan/phpstan-symfony": "^0.12.4",
"psr/log": "^1.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-doctrine": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ramsey/uuid": "^3.7 || ^4.0",
"ramsey/uuid-doctrine": "^1.4",
"soyuka/contexts": "^3.3.1",
"soyuka/contexts": "dev-main",
"soyuka/stubs-mongodb": "^1.0",
"symfony/asset": "^3.4 || ^4.4 || ^5.1",
"symfony/browser-kit": "^4.4 || ^5.1",
"symfony/cache": "^3.4 || ^4.4 || ^5.1",
"symfony/config": "^3.4 || ^4.4 || ^5.1",
"symfony/console": "^3.4 || ^4.4 || ^5.1",
"symfony/css-selector": "^3.4 || ^4.4 || ^5.1",
"symfony/debug": "^3.4 || ^4.4 || ^5.1",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",
"symfony/doctrine-bridge": "^3.4 || ^4.4 || ^5.1",
"symfony/dom-crawler": "^3.4 || ^4.4 || ^5.1",
"symfony/event-dispatcher": "^3.4 || ^4.4 || ^5.1",
"symfony/expression-language": "^3.4 || ^4.4 || ^5.1",
"symfony/finder": "^3.4 || ^4.4 || ^5.1",
"symfony/form": "^3.4 || ^4.4 || ^5.1",
"symfony/framework-bundle": "^4.4 || ^5.1",
"symfony/http-client": "^4.4 || ^5.1",
"symfony/asset": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/browser-kit": "^4.4 || ^5.1 || ^6.0",
"symfony/cache": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/config": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/console": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/css-selector": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/debug": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/doctrine-bridge": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/dom-crawler": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/event-dispatcher": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/expression-language": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/finder": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/form": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.1 || ^6.0",
"symfony/http-client": "^4.4 || ^5.1 || ^6.0",
"symfony/mercure-bundle": "*",
"symfony/messenger": "^4.4 || ^5.1",
"symfony/phpunit-bridge": "^5.1.7",
"symfony/routing": "^3.4 || ^4.4 || ^5.1",
"symfony/security-bundle": "^3.4 || ^4.4 || ^5.1",
"symfony/security-core": "^4.4 || ^5.1",
"symfony/twig-bundle": "^3.4 || ^4.4 || ^5.1",
"symfony/validator": "^3.4 || ^4.4 || ^5.1",
"symfony/web-profiler-bundle": "^4.4 || ^5.1",
"symfony/yaml": "^3.4 || ^4.4 || ^5.1",
"symfony/messenger": "^4.4 || ^5.1 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
"symfony/routing": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/security-bundle": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/security-core": "^4.4 || ^5.1 || ^6.0",
"symfony/twig-bundle": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/validator": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/web-profiler-bundle": "^4.4 || ^5.1 || ^6.0",
"symfony/yaml": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"twig/twig": "^1.42.3 || ^2.12 || ^3.0",
"webonyx/graphql-php": "^14.0"
},
......@@ -119,10 +120,10 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.7.x-dev"
"dev-main": "2.6.x-dev"
},
"symfony": {
"require": "^3.4 || ^4.4 || ^5.1"
"require": "^3.4 || ^4.4 || ^5.1 || ^6.0"
}
},
"autoload": {
......@@ -156,7 +157,7 @@
],
"support": {
"issues": "https://github.com/api-platform/core/issues",
"source": "https://github.com/api-platform/core/tree/v2.6.6"
"source": "https://github.com/api-platform/core/tree/v2.6.8"
},
"funding": [
{
......@@ -164,7 +165,7 @@
"type": "tidelift"
}
],
"time": "2021-09-29T19:11:04+00:00"
"time": "2022-01-11T10:29:54+00:00"
},
{
"name": "doctrine/annotations",
......@@ -1673,16 +1674,16 @@
},
{
"name": "symfony/cache",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "d97d6d7f46cb69968f094e329abd987d5ee17c79"
"reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/d97d6d7f46cb69968f094e329abd987d5ee17c79",
"reference": "d97d6d7f46cb69968f094e329abd987d5ee17c79",
"url": "https://api.github.com/repos/symfony/cache/zipball/8aad4b69a10c5c51ab54672e78995860f5e447ec",
"reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec",
"shasum": ""
},
"require": {
......@@ -1750,7 +1751,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.0"
"source": "https://github.com/symfony/cache/tree/v5.4.2"
},
"funding": [
{
......@@ -1766,7 +1767,7 @@
"type": "tidelift"
}
],
"time": "2021-11-23T18:51:45+00:00"
"time": "2021-12-28T17:15:56+00:00"
},
{
"name": "symfony/cache-contracts",
......@@ -1849,16 +1850,16 @@
},
{
"name": "symfony/config",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b"
"reference": "2e082dae50da563c639119b7b52347a2a3db4ba5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/e39cf688c80fd79ab0a6a2d05a9facac9b2d534b",
"reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b",
"url": "https://api.github.com/repos/symfony/config/zipball/2e082dae50da563c639119b7b52347a2a3db4ba5",
"reference": "2e082dae50da563c639119b7b52347a2a3db4ba5",
"shasum": ""
},
"require": {
......@@ -1908,7 +1909,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v5.4.0"
"source": "https://github.com/symfony/config/tree/v5.4.2"
},
"funding": [
{
......@@ -1924,20 +1925,20 @@
"type": "tidelift"
}
],
"time": "2021-11-28T15:25:38+00:00"
"time": "2021-12-15T11:06:13+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "9bd1ef389a2fe05fea7306b6155403e8a960d73d"
"reference": "ba94559be9738d77cd29e24b5d81cf3b89b7d628"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9bd1ef389a2fe05fea7306b6155403e8a960d73d",
"reference": "9bd1ef389a2fe05fea7306b6155403e8a960d73d",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ba94559be9738d77cd29e24b5d81cf3b89b7d628",
"reference": "ba94559be9738d77cd29e24b5d81cf3b89b7d628",
"shasum": ""
},
"require": {
......@@ -1997,7 +1998,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.1"
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.2"
},
"funding": [
{
......@@ -2013,7 +2014,7 @@
"type": "tidelift"
}
],
"time": "2021-12-01T16:25:34+00:00"
"time": "2021-12-29T10:10:35+00:00"
},
{
"name": "symfony/deprecation-contracts",
......@@ -2157,16 +2158,16 @@
},
{
"name": "symfony/error-handler",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "1e3cb3565af49cd5f93e5787500134500a29f0d9"
"reference": "e0c0dd0f9d4120a20158fc9aec2367d07d38bc56"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/1e3cb3565af49cd5f93e5787500134500a29f0d9",
"reference": "1e3cb3565af49cd5f93e5787500134500a29f0d9",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/e0c0dd0f9d4120a20158fc9aec2367d07d38bc56",
"reference": "e0c0dd0f9d4120a20158fc9aec2367d07d38bc56",
"shasum": ""
},
"require": {
......@@ -2208,7 +2209,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.1"
"source": "https://github.com/symfony/error-handler/tree/v5.4.2"
},
"funding": [
{
......@@ -2224,7 +2225,7 @@
"type": "tidelift"
}
],
"time": "2021-12-01T15:04:08+00:00"
"time": "2021-12-19T20:02:00+00:00"
},
{
"name": "symfony/event-dispatcher",
......@@ -2519,16 +2520,16 @@
},
{
"name": "symfony/finder",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590"
"reference": "e77046c252be48c48a40816187ed527703c8f76c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/d2f29dac98e96a98be467627bd49c2efb1bc2590",
"reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590",
"url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
"reference": "e77046c252be48c48a40816187ed527703c8f76c",
"shasum": ""
},
"require": {
......@@ -2562,7 +2563,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.0"
"source": "https://github.com/symfony/finder/tree/v5.4.2"
},
"funding": [
{
......@@ -2578,20 +2579,20 @@
"type": "tidelift"
}
],
"time": "2021-11-28T15:25:38+00:00"
"time": "2021-12-15T11:06:13+00:00"
},
{
"name": "symfony/framework-bundle",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "4e67931a6771a54e69383058a3e4e6f1acc154dd"
"reference": "2e6b8b208a998a08a94be407498f21bae62a8a4a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4e67931a6771a54e69383058a3e4e6f1acc154dd",
"reference": "4e67931a6771a54e69383058a3e4e6f1acc154dd",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/2e6b8b208a998a08a94be407498f21bae62a8a4a",
"reference": "2e6b8b208a998a08a94be407498f21bae62a8a4a",
"shasum": ""
},
"require": {
......@@ -2715,7 +2716,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.1"
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.2"
},
"funding": [
{
......@@ -2731,20 +2732,20 @@
"type": "tidelift"
}
],
"time": "2021-12-07T12:41:14+00:00"
"time": "2021-12-22T00:01:28+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "5dad3780023a707f4c24beac7d57aead85c1ce3c"
"reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/5dad3780023a707f4c24beac7d57aead85c1ce3c",
"reference": "5dad3780023a707f4c24beac7d57aead85c1ce3c",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/ce952af52877eaf3eab5d0c08cc0ea865ed37313",
"reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313",
"shasum": ""
},
"require": {
......@@ -2788,7 +2789,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.4.1"
"source": "https://github.com/symfony/http-foundation/tree/v5.4.2"
},
"funding": [
{
......@@ -2804,20 +2805,20 @@
"type": "tidelift"
}
],
"time": "2021-12-09T12:46:57+00:00"
"time": "2021-12-28T17:15:56+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "2bdace75c9d6a6eec7e318801b7dc87a72375052"
"reference": "35b7e9868953e0d1df84320bb063543369e43ef5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/2bdace75c9d6a6eec7e318801b7dc87a72375052",
"reference": "2bdace75c9d6a6eec7e318801b7dc87a72375052",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/35b7e9868953e0d1df84320bb063543369e43ef5",
"reference": "35b7e9868953e0d1df84320bb063543369e43ef5",
"shasum": ""
},
"require": {
......@@ -2900,7 +2901,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.4.1"
"source": "https://github.com/symfony/http-kernel/tree/v5.4.2"
},
"funding": [
{
......@@ -2916,20 +2917,20 @@
"type": "tidelift"
}
],
"time": "2021-12-09T13:36:09+00:00"
"time": "2021-12-29T13:20:26+00:00"
},
{
"name": "symfony/messenger",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
"reference": "2b4b5acf641656ea0a3af35c4fa2289a66dab45d"
"reference": "c35f9937b3bde678377ec0d5879760ad007cb500"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/2b4b5acf641656ea0a3af35c4fa2289a66dab45d",
"reference": "2b4b5acf641656ea0a3af35c4fa2289a66dab45d",
"url": "https://api.github.com/repos/symfony/messenger/zipball/c35f9937b3bde678377ec0d5879760ad007cb500",
"reference": "c35f9937b3bde678377ec0d5879760ad007cb500",
"shasum": ""
},
"require": {
......@@ -2990,7 +2991,7 @@
"description": "Helps applications send and receive messages to/from other applications or via message queues",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/messenger/tree/v5.4.0"
"source": "https://github.com/symfony/messenger/tree/v5.4.2"
},
"funding": [
{
......@@ -3006,20 +3007,20 @@
"type": "tidelift"
}
],
"time": "2021-11-23T15:22:30+00:00"
"time": "2021-12-16T21:52:00+00:00"
},
{
"name": "symfony/mime",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "d4365000217b67c01acff407573906ff91bcfb34"
"reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/d4365000217b67c01acff407573906ff91bcfb34",
"reference": "d4365000217b67c01acff407573906ff91bcfb34",
"url": "https://api.github.com/repos/symfony/mime/zipball/1bfd938cf9562822c05c4d00e8f92134d3c8e42d",
"reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d",
"shasum": ""
},
"require": {
......@@ -3073,7 +3074,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.4.0"
"source": "https://github.com/symfony/mime/tree/v5.4.2"
},
"funding": [
{
......@@ -3089,20 +3090,20 @@
"type": "tidelift"
}
],
"time": "2021-11-23T10:19:22+00:00"
"time": "2021-12-28T17:15:56+00:00"
},
{
"name": "symfony/password-hasher",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
"reference": "60c4aba11e2ce4140a5a9cbc13733da4b8333e2d"
"reference": "62748882f339e2a00751af8375258cf1b66a1c57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/60c4aba11e2ce4140a5a9cbc13733da4b8333e2d",
"reference": "60c4aba11e2ce4140a5a9cbc13733da4b8333e2d",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/62748882f339e2a00751af8375258cf1b66a1c57",
"reference": "62748882f339e2a00751af8375258cf1b66a1c57",
"shasum": ""
},
"require": {
......@@ -3146,7 +3147,7 @@
"password"
],
"support": {
"source": "https://github.com/symfony/password-hasher/tree/v5.4.0"
"source": "https://github.com/symfony/password-hasher/tree/v5.4.2"
},
"funding": [
{
......@@ -3162,25 +3163,28 @@
"type": "tidelift"
}
],
"time": "2021-10-30T15:55:55+00:00"
"time": "2021-12-16T21:58:21+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.23.0",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
......@@ -3225,7 +3229,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
},
"funding": [
{
......@@ -3241,20 +3245,20 @@
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
"time": "2021-10-20T20:35:02+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.23.1",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
"shasum": ""
},
"require": {
......@@ -3306,7 +3310,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
},
"funding": [
{
......@@ -3322,20 +3326,20 @@
"type": "tidelift"
}
],
"time": "2021-05-27T12:26:48+00:00"
"time": "2021-11-23T21:10:46+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.23.0",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
"reference": "749045c69efb97c70d25d7463abba812e91f3a44"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
"reference": "749045c69efb97c70d25d7463abba812e91f3a44",
"shasum": ""
},
"require": {
......@@ -3393,7 +3397,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0"
},
"funding": [
{
......@@ -3409,11 +3413,11 @@
"type": "tidelift"
}
],
"time": "2021-05-27T09:27:20+00:00"
"time": "2021-09-14T14:02:44+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.23.0",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
......@@ -3477,7 +3481,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
},
"funding": [
{
......@@ -3497,21 +3501,24 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.23.1",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
......@@ -3557,7 +3564,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
},
"funding": [
{
......@@ -3573,11 +3580,11 @@
"type": "tidelift"
}
],
"time": "2021-05-27T12:26:48+00:00"
"time": "2021-11-30T18:21:41+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.23.0",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
......@@ -3633,7 +3640,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
"source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
},
"funding": [
{
......@@ -3653,16 +3660,16 @@
},
{
"name": "symfony/polyfill-php73",
"version": "v1.23.0",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
"shasum": ""
},
"require": {
......@@ -3712,7 +3719,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
"source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
},
"funding": [
{
......@@ -3728,20 +3735,20 @@
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
"time": "2021-06-05T21:20:04+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.23.1",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
"shasum": ""
},
"require": {
......@@ -3795,7 +3802,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
},
"funding": [
{
......@@ -3811,20 +3818,20 @@
"type": "tidelift"
}
],
"time": "2021-07-28T13:41:28+00:00"
"time": "2021-09-13T13:58:33+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.23.0",
"version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "e66119f3de95efc359483f810c4c3e6436279436"
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
"reference": "e66119f3de95efc359483f810c4c3e6436279436",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"shasum": ""
},
"require": {
......@@ -3874,7 +3881,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
"source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
},
"funding": [
{
......@@ -3890,7 +3897,7 @@
"type": "tidelift"
}
],
"time": "2021-05-21T13:25:03+00:00"
"time": "2021-09-13T13:58:11+00:00"
},
{
"name": "symfony/polyfill-uuid",
......@@ -3973,16 +3980,16 @@
},
{
"name": "symfony/property-access",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
"reference": "07db4e9d1f0bf4b8a0c60a25b2672f20ab8f3562"
"reference": "133c62a1be8a868134c4cced928568568d6b26f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/07db4e9d1f0bf4b8a0c60a25b2672f20ab8f3562",
"reference": "07db4e9d1f0bf4b8a0c60a25b2672f20ab8f3562",
"url": "https://api.github.com/repos/symfony/property-access/zipball/133c62a1be8a868134c4cced928568568d6b26f8",
"reference": "133c62a1be8a868134c4cced928568568d6b26f8",
"shasum": ""
},
"require": {
......@@ -4034,7 +4041,7 @@
"reflection"
],
"support": {
"source": "https://github.com/symfony/property-access/tree/v5.4.0"
"source": "https://github.com/symfony/property-access/tree/v5.4.2"
},
"funding": [
{
......@@ -4050,20 +4057,20 @@
"type": "tidelift"
}
],
"time": "2021-11-28T15:25:38+00:00"
"time": "2021-12-11T16:33:38+00:00"
},
{
"name": "symfony/property-info",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
"reference": "c21b4221522779537e9693d51536d8174579b1fd"
"reference": "a32f813896ffb3b4710fca5af5b05bef600cf4f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/c21b4221522779537e9693d51536d8174579b1fd",
"reference": "c21b4221522779537e9693d51536d8174579b1fd",
"url": "https://api.github.com/repos/symfony/property-info/zipball/a32f813896ffb3b4710fca5af5b05bef600cf4f0",
"reference": "a32f813896ffb3b4710fca5af5b05bef600cf4f0",
"shasum": ""
},
"require": {
......@@ -4125,7 +4132,7 @@
"validator"
],
"support": {
"source": "https://github.com/symfony/property-info/tree/v5.4.0"
"source": "https://github.com/symfony/property-info/tree/v5.4.2"
},
"funding": [
{
......@@ -4141,20 +4148,20 @@
"type": "tidelift"
}
],
"time": "2021-11-23T10:19:22+00:00"
"time": "2021-12-26T13:30:54+00:00"
},
{
"name": "symfony/redis-messenger",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/redis-messenger.git",
"reference": "d3f3fa0c06337ae883bdefbead6fe7bdce19d5e0"
"reference": "b4bf15c6b735eeb52fbbe3c402aa4428d83f9794"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/redis-messenger/zipball/d3f3fa0c06337ae883bdefbead6fe7bdce19d5e0",
"reference": "d3f3fa0c06337ae883bdefbead6fe7bdce19d5e0",
"url": "https://api.github.com/repos/symfony/redis-messenger/zipball/b4bf15c6b735eeb52fbbe3c402aa4428d83f9794",
"reference": "b4bf15c6b735eeb52fbbe3c402aa4428d83f9794",
"shasum": ""
},
"require": {
......@@ -4192,7 +4199,7 @@
"description": "Symfony Redis extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/redis-messenger/tree/v5.4.0"
"source": "https://github.com/symfony/redis-messenger/tree/v5.4.2"
},
"funding": [
{
......@@ -4208,7 +4215,7 @@
"type": "tidelift"
}
],
"time": "2021-11-28T15:25:38+00:00"
"time": "2021-12-28T17:15:56+00:00"
},
{
"name": "symfony/routing",
......@@ -4302,16 +4309,16 @@
},
{
"name": "symfony/security-bundle",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
"reference": "39e7e10048a0cad8c4213603f8db173779fcf07d"
"reference": "4da15c5a30ec90acb4dd2d27b2e046385212192e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/39e7e10048a0cad8c4213603f8db173779fcf07d",
"reference": "39e7e10048a0cad8c4213603f8db173779fcf07d",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/4da15c5a30ec90acb4dd2d27b2e046385212192e",
"reference": "4da15c5a30ec90acb4dd2d27b2e046385212192e",
"shasum": ""
},
"require": {
......@@ -4384,7 +4391,7 @@
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-bundle/tree/v5.4.1"
"source": "https://github.com/symfony/security-bundle/tree/v5.4.2"
},
"funding": [
{
......@@ -4400,20 +4407,20 @@
"type": "tidelift"
}
],
"time": "2021-12-04T17:10:39+00:00"
"time": "2021-12-16T21:58:21+00:00"
},
{
"name": "symfony/security-core",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
"reference": "cc961891c83fc87fd31361b85032db35ae9770e6"
"reference": "11d87d17650a5b8b21da8b6df208bfc8a9b918c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/cc961891c83fc87fd31361b85032db35ae9770e6",
"reference": "cc961891c83fc87fd31361b85032db35ae9770e6",
"url": "https://api.github.com/repos/symfony/security-core/zipball/11d87d17650a5b8b21da8b6df208bfc8a9b918c7",
"reference": "11d87d17650a5b8b21da8b6df208bfc8a9b918c7",
"shasum": ""
},
"require": {
......@@ -4477,7 +4484,7 @@
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-core/tree/v5.4.0"
"source": "https://github.com/symfony/security-core/tree/v5.4.2"
},
"funding": [
{
......@@ -4493,7 +4500,7 @@
"type": "tidelift"
}
],
"time": "2021-11-23T19:07:08+00:00"
"time": "2021-12-28T17:15:56+00:00"
},
{
"name": "symfony/security-csrf",
......@@ -4636,16 +4643,16 @@
},
{
"name": "symfony/security-http",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
"reference": "3fa1dcbde86f12454a78c69e9d1a6c3dca776ea4"
"reference": "3682db42fc542ad4b42a2e0d064cb25e13df494a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/3fa1dcbde86f12454a78c69e9d1a6c3dca776ea4",
"reference": "3fa1dcbde86f12454a78c69e9d1a6c3dca776ea4",
"url": "https://api.github.com/repos/symfony/security-http/zipball/3682db42fc542ad4b42a2e0d064cb25e13df494a",
"reference": "3682db42fc542ad4b42a2e0d064cb25e13df494a",
"shasum": ""
},
"require": {
......@@ -4701,7 +4708,7 @@
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-http/tree/v5.4.0"
"source": "https://github.com/symfony/security-http/tree/v5.4.2"
},
"funding": [
{
......@@ -4717,20 +4724,20 @@
"type": "tidelift"
}
],
"time": "2021-11-29T15:50:27+00:00"
"time": "2021-12-29T10:10:35+00:00"
},
{
"name": "symfony/serializer",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "66942cf6bf412ca72c39353596f4d37ee0f9059b"
"reference": "2dba9731463e0bb4fa9568ce67887ed6fa08e9bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/66942cf6bf412ca72c39353596f4d37ee0f9059b",
"reference": "66942cf6bf412ca72c39353596f4d37ee0f9059b",
"url": "https://api.github.com/repos/symfony/serializer/zipball/2dba9731463e0bb4fa9568ce67887ed6fa08e9bc",
"reference": "2dba9731463e0bb4fa9568ce67887ed6fa08e9bc",
"shasum": ""
},
"require": {
......@@ -4746,6 +4753,7 @@
"symfony/dependency-injection": "<4.4",
"symfony/property-access": "<5.4",
"symfony/property-info": "<5.3",
"symfony/uid": "<5.3",
"symfony/yaml": "<4.4"
},
"require-dev": {
......@@ -4762,7 +4770,7 @@
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.3|^6.0",
"symfony/uid": "^5.1|^6.0",
"symfony/uid": "^5.3|^6.0",
"symfony/validator": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0",
"symfony/var-exporter": "^4.4|^5.0|^6.0",
......@@ -4803,7 +4811,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.4.0"
"source": "https://github.com/symfony/serializer/tree/v5.4.2"
},
"funding": [
{
......@@ -4819,7 +4827,7 @@
"type": "tidelift"
}
],
"time": "2021-11-28T15:25:38+00:00"
"time": "2021-12-25T19:17:31+00:00"
},
{
"name": "symfony/service-contracts",
......@@ -4906,16 +4914,16 @@
},
{
"name": "symfony/string",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d"
"reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
"reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
"url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
"reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
"shasum": ""
},
"require": {
......@@ -4972,7 +4980,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.0"
"source": "https://github.com/symfony/string/tree/v5.4.2"
},
"funding": [
{
......@@ -4988,7 +4996,7 @@
"type": "tidelift"
}
],
"time": "2021-11-24T10:02:00+00:00"
"time": "2021-12-16T21:52:00+00:00"
},
{
"name": "symfony/translation-contracts",
......@@ -5354,16 +5362,16 @@
},
{
"name": "symfony/validator",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "569c18a4b3fec167d6428b3e69cbe2c5034e0fab"
"reference": "6ad607e0bb8f3a8b04bf56fecb9a95ac55cea9a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/569c18a4b3fec167d6428b3e69cbe2c5034e0fab",
"reference": "569c18a4b3fec167d6428b3e69cbe2c5034e0fab",
"url": "https://api.github.com/repos/symfony/validator/zipball/6ad607e0bb8f3a8b04bf56fecb9a95ac55cea9a3",
"reference": "6ad607e0bb8f3a8b04bf56fecb9a95ac55cea9a3",
"shasum": ""
},
"require": {
......@@ -5446,7 +5454,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v5.4.1"
"source": "https://github.com/symfony/validator/tree/v5.4.2"
},
"funding": [
{
......@@ -5462,20 +5470,20 @@
"type": "tidelift"
}
],
"time": "2021-12-01T15:04:08+00:00"
"time": "2021-12-21T11:59:32+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc"
"reference": "1b56c32c3679002b3a42384a580e16e2600f41c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2366ac8d8abe0c077844613c1a4f0c0a9f522dcc",
"reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1b56c32c3679002b3a42384a580e16e2600f41c1",
"reference": "1b56c32c3679002b3a42384a580e16e2600f41c1",
"shasum": ""
},
"require": {
......@@ -5535,7 +5543,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.1"
"source": "https://github.com/symfony/var-dumper/tree/v5.4.2"
},
"funding": [
{
......@@ -5551,20 +5559,20 @@
"type": "tidelift"
}
],
"time": "2021-12-01T15:04:08+00:00"
"time": "2021-12-29T10:10:35+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "d59446d6166b1643a8a3c30c2fa8e16e51cdbde7"
"reference": "2360c8525815b8535caac27cbc1994e2fa8644ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/d59446d6166b1643a8a3c30c2fa8e16e51cdbde7",
"reference": "d59446d6166b1643a8a3c30c2fa8e16e51cdbde7",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/2360c8525815b8535caac27cbc1994e2fa8644ba",
"reference": "2360c8525815b8535caac27cbc1994e2fa8644ba",
"shasum": ""
},
"require": {
......@@ -5608,7 +5616,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.4.0"
"source": "https://github.com/symfony/var-exporter/tree/v5.4.2"
},
"funding": [
{
......@@ -5624,7 +5632,7 @@
"type": "tidelift"
}
],
"time": "2021-11-22T10:44:13+00:00"
"time": "2021-12-16T21:58:21+00:00"
},
{
"name": "symfony/web-link",
......@@ -5715,16 +5723,16 @@
},
{
"name": "symfony/yaml",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc"
"reference": "b9eb163846a61bb32dfc147f7859e274fab38b58"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc",
"reference": "034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc",
"url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58",
"reference": "b9eb163846a61bb32dfc147f7859e274fab38b58",
"shasum": ""
},
"require": {
......@@ -5770,7 +5778,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.4.0"
"source": "https://github.com/symfony/yaml/tree/v5.4.2"
},
"funding": [
{
......@@ -5786,7 +5794,7 @@
"type": "tidelift"
}
],
"time": "2021-11-28T15:25:38+00:00"
"time": "2021-12-16T21:58:21+00:00"
},
{
"name": "twig/twig",
......@@ -6221,16 +6229,16 @@
},
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.4",
"version": "1.11.99.5",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "b174585d1fe49ceed21928a945138948cb394600"
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
"reference": "b174585d1fe49ceed21928a945138948cb394600",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
"shasum": ""
},
"require": {
......@@ -6274,7 +6282,7 @@
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
},
"funding": [
{
......@@ -6290,7 +6298,7 @@
"type": "tidelift"
}
],
"time": "2021-09-13T08:41:34+00:00"
"time": "2022-01-17T14:14:24+00:00"
},
{
"name": "composer/pcre",
......@@ -8760,16 +8768,16 @@
},
{
"name": "symfony/browser-kit",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "d250db364a35ba5d60626b2a6f10f2eaf2073bde"
"reference": "1fb93b0aab42392aa0a742db205173b49afaf80f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/d250db364a35ba5d60626b2a6f10f2eaf2073bde",
"reference": "d250db364a35ba5d60626b2a6f10f2eaf2073bde",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/1fb93b0aab42392aa0a742db205173b49afaf80f",
"reference": "1fb93b0aab42392aa0a742db205173b49afaf80f",
"shasum": ""
},
"require": {
......@@ -8812,7 +8820,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.4.0"
"source": "https://github.com/symfony/browser-kit/tree/v5.4.2"
},
"funding": [
{
......@@ -8828,7 +8836,7 @@
"type": "tidelift"
}
],
"time": "2021-10-26T22:29:18+00:00"
"time": "2021-12-16T21:58:21+00:00"
},
{
"name": "symfony/console",
......@@ -8931,16 +8939,16 @@
},
{
"name": "symfony/dom-crawler",
"version": "v5.4.0",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "5b06626e940a3ad54e573511d64d4e00dc8d0fd8"
"reference": "bb3bc3699779fc6d9646270789026a7e2cec7ec7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/5b06626e940a3ad54e573511d64d4e00dc8d0fd8",
"reference": "5b06626e940a3ad54e573511d64d4e00dc8d0fd8",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb3bc3699779fc6d9646270789026a7e2cec7ec7",
"reference": "bb3bc3699779fc6d9646270789026a7e2cec7ec7",
"shasum": ""
},
"require": {
......@@ -8986,7 +8994,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.0"
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.2"
},
"funding": [
{
......@@ -9002,20 +9010,20 @@
"type": "tidelift"
}
],
"time": "2021-11-23T10:19:22+00:00"
"time": "2021-12-28T17:15:56+00:00"
},
{
"name": "symfony/http-client",
"version": "v5.4.1",
"version": "v5.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "78b69fc4532253f3025db7f2429d8765e506cbf2"
"reference": "5e344f1402584a56631c81a24ec9403e3159c790"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/78b69fc4532253f3025db7f2429d8765e506cbf2",
"reference": "78b69fc4532253f3025db7f2429d8765e506cbf2",
"url": "https://api.github.com/repos/symfony/http-client/zipball/5e344f1402584a56631c81a24ec9403e3159c790",
"reference": "5e344f1402584a56631c81a24ec9403e3159c790",
"shasum": ""
},
"require": {
......@@ -9073,7 +9081,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/v5.4.1"
"source": "https://github.com/symfony/http-client/tree/v5.4.2"
},
"funding": [
{
......@@ -9089,7 +9097,7 @@
"type": "tidelift"
}
],
"time": "2021-12-01T15:04:08+00:00"
"time": "2021-12-29T10:10:35+00:00"
},
{
"name": "symfony/http-client-contracts",
......@@ -9667,5 +9675,5 @@
"platform-overrides": {
"php": "7.3"
},
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.2.0"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment