Skip to content
Snippets Groups Projects
Commit 1a634f13 authored by Renovate Bot's avatar Renovate Bot
Browse files

fix(deps): update all non-major dependencies

parent fbac41c2
No related branches found
No related tags found
1 merge request!112fix(deps): update all non-major dependencies (patch)
Pipeline #195740 passed
......@@ -73,16 +73,16 @@
},
{
"name": "api-platform/core",
"version": "v2.7.0",
"version": "v2.6.8",
"source": {
"type": "git",
"url": "https://github.com/api-platform/core.git",
"reference": "d3f5fb8a1e5de4d516c3407b71e592e26efdca05"
"reference": "ff3aab5b196709c721960c0bb4f1d52759af737d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/api-platform/core/zipball/d3f5fb8a1e5de4d516c3407b71e592e26efdca05",
"reference": "d3f5fb8a1e5de4d516c3407b71e592e26efdca05",
"url": "https://api.github.com/repos/api-platform/core/zipball/ff3aab5b196709c721960c0bb4f1d52759af737d",
"reference": "ff3aab5b196709c721960c0bb4f1d52759af737d",
"shasum": ""
},
"require": {
......@@ -117,7 +117,7 @@
"doctrine/mongodb-odm": "^2.2",
"doctrine/mongodb-odm-bundle": "^4.0",
"doctrine/orm": "^2.6.4",
"elasticsearch/elasticsearch": "^7.11.0",
"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",
......@@ -126,7 +126,6 @@
"justinrainbow/json-schema": "^5.2.1",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
"phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
"phpspec/prophecy": "^1.10",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-doctrine": "^1.0",
......@@ -153,8 +152,6 @@
"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/intl": "^4.4 || ^5.3 || ^6.0",
"symfony/maker-bundle": "^1.24",
"symfony/mercure-bundle": "*",
"symfony/messenger": "^4.4 || ^5.1 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
......@@ -171,6 +168,7 @@
"suggest": {
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
"elasticsearch/elasticsearch": "To support Elasticsearch.",
"guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
"ocramius/package-versions": "To display the API Platform's version in the debug bar.",
"phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
"psr/cache-implementation": "To use metadata caching.",
......@@ -178,8 +176,6 @@
"symfony/cache": "To have metadata caching when using Symfony integration.",
"symfony/config": "To load XML configuration files.",
"symfony/expression-language": "To use authorization features.",
"symfony/http-client": "To use the HTTP cache invalidation system.",
"symfony/messenger": "To support messenger integration.",
"symfony/security": "To use authorization features.",
"symfony/twig-bundle": "To use the Swagger UI integration.",
"symfony/uid": "To support Symfony UUID/ULID identifiers.",
......@@ -189,18 +185,15 @@
"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 || ^6.0"
}
},
"autoload": {
"files": [
"src/deprecation.php"
],
"psr-4": {
"ApiPlatform\\": "src/"
"ApiPlatform\\Core\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
......@@ -229,7 +222,7 @@
],
"support": {
"issues": "https://github.com/api-platform/core/issues",
"source": "https://github.com/api-platform/core/tree/v2.7.0"
"source": "https://github.com/api-platform/core/tree/v2.6.8"
},
"funding": [
{
......@@ -237,7 +230,7 @@
"type": "tidelift"
}
],
"time": "2022-09-13T07:22:50+00:00"
"time": "2022-01-11T10:29:54+00:00"
},
{
"name": "brick/math",
......@@ -403,14 +396,14 @@
},
{
"name": "dbp/relay-core-bundle",
"version": "v0.1.42",
"version": "v0.1.43",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "6ae27634574cff5f08ef2ff6cbb3cf72c155cf20"
"reference": "0a77fc966ad8a46f8861f2412ed0533777e3a959"
},
"require": {
"api-platform/core": "^2.6.6",
"api-platform/core": "^2.6.8 <2.7.0",
"doctrine/annotations": "^1.0",
"dragonmantank/cron-expression": "^3.1",
"ext-fileinfo": "*",
......@@ -441,16 +434,16 @@
"symfony/dependency-injection": "5.3.7"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-symfony": "^1.2",
"phpunit/phpunit": "^9",
"symfony/browser-kit": "^5.3",
"symfony/http-client": "^5.3",
"symfony/phpunit-bridge": "^5.3",
"vimeo/psalm": "^4.4"
"brainmaestro/composer-git-hooks": "^2.8.5",
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.8.5",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-symfony": "^1.2.13",
"phpunit/phpunit": "^9.5.24",
"symfony/browser-kit": "^5.4.11",
"symfony/http-client": "^5.4.12",
"symfony/phpunit-bridge": "^5.4.11",
"vimeo/psalm": "^4.27"
},
"type": "symfony-bundle",
"extra": {
......@@ -470,7 +463,7 @@
"AGPL-3.0-or-later"
],
"description": "The core bundle of the Relay API gateway",
"time": "2022-09-14T10:25:56+00:00"
"time": "2022-09-21T09:14:55+00:00"
},
{
"name": "doctrine/annotations",
......@@ -2331,16 +2324,16 @@
},
{
"name": "symfony/amqp-messenger",
"version": "v5.4.11",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/amqp-messenger.git",
"reference": "4065cb4af96eb9ade8d33e38f9ce99de7d42f090"
"reference": "def93f2a7841cfa1a4a1fa487b84054d0d53e521"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/4065cb4af96eb9ade8d33e38f9ce99de7d42f090",
"reference": "4065cb4af96eb9ade8d33e38f9ce99de7d42f090",
"url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/def93f2a7841cfa1a4a1fa487b84054d0d53e521",
"reference": "def93f2a7841cfa1a4a1fa487b84054d0d53e521",
"shasum": ""
},
"require": {
......@@ -2380,7 +2373,7 @@
"description": "Symfony AMQP extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/amqp-messenger/tree/v5.4.11"
"source": "https://github.com/symfony/amqp-messenger/tree/v5.4.13"
},
"funding": [
{
......@@ -2396,20 +2389,20 @@
"type": "tidelift"
}
],
"time": "2022-06-27T16:58:25+00:00"
"time": "2022-09-11T09:11:59+00:00"
},
{
"name": "symfony/asset",
"version": "v5.4.7",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
"reference": "4affdca3da5f380caa27a338269b36ac288b3981"
"reference": "9aa867206711cb6fcca51ef127ba52a018170be9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/asset/zipball/4affdca3da5f380caa27a338269b36ac288b3981",
"reference": "4affdca3da5f380caa27a338269b36ac288b3981",
"url": "https://api.github.com/repos/symfony/asset/zipball/9aa867206711cb6fcca51ef127ba52a018170be9",
"reference": "9aa867206711cb6fcca51ef127ba52a018170be9",
"shasum": ""
},
"require": {
......@@ -2454,7 +2447,7 @@
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/asset/tree/v5.4.7"
"source": "https://github.com/symfony/asset/tree/v5.4.13"
},
"funding": [
{
......@@ -2470,20 +2463,20 @@
"type": "tidelift"
}
],
"time": "2022-03-18T16:00:30+00:00"
"time": "2022-08-31T08:17:19+00:00"
},
{
"name": "symfony/cache",
"version": "v5.4.11",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "5a0fff46df349f0db3fe242263451fddf5277362"
"reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/5a0fff46df349f0db3fe242263451fddf5277362",
"reference": "5a0fff46df349f0db3fe242263451fddf5277362",
"url": "https://api.github.com/repos/symfony/cache/zipball/89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
"reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
"shasum": ""
},
"require": {
......@@ -2544,14 +2537,14 @@
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.11"
"source": "https://github.com/symfony/cache/tree/v5.4.13"
},
"funding": [
{
......@@ -2567,7 +2560,7 @@
"type": "tidelift"
}
],
"time": "2022-07-28T15:25:17+00:00"
"time": "2022-09-06T13:23:31+00:00"
},
{
"name": "symfony/cache-contracts",
......@@ -2729,16 +2722,16 @@
},
{
"name": "symfony/dependency-injection",
"version": "v5.4.11",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "a8b9251016e9476db73e25fa836904bc0bf74c62"
"reference": "24cf522668845391c0542bc1de496366072a6d0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a8b9251016e9476db73e25fa836904bc0bf74c62",
"reference": "a8b9251016e9476db73e25fa836904bc0bf74c62",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24cf522668845391c0542bc1de496366072a6d0e",
"reference": "24cf522668845391c0542bc1de496366072a6d0e",
"shasum": ""
},
"require": {
......@@ -2798,7 +2791,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.11"
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.13"
},
"funding": [
{
......@@ -2814,7 +2807,7 @@
"type": "tidelift"
}
],
"time": "2022-07-20T13:00:38+00:00"
"time": "2022-08-30T19:10:13+00:00"
},
{
"name": "symfony/deprecation-contracts",
......@@ -3256,16 +3249,16 @@
},
{
"name": "symfony/filesystem",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447"
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447",
"reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51",
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51",
"shasum": ""
},
"require": {
......@@ -3300,7 +3293,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.12"
"source": "https://github.com/symfony/filesystem/tree/v5.4.13"
},
"funding": [
{
......@@ -3316,7 +3309,7 @@
"type": "tidelift"
}
],
"time": "2022-08-02T13:48:16+00:00"
"time": "2022-09-21T19:53:16+00:00"
},
{
"name": "symfony/finder",
......@@ -3383,16 +3376,16 @@
},
{
"name": "symfony/framework-bundle",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "49f8fe5d39b7513a3f26898788885dbe66b0d910"
"reference": "394866c2cb8bb189b9bd5ebd043b66f89c800363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/49f8fe5d39b7513a3f26898788885dbe66b0d910",
"reference": "49f8fe5d39b7513a3f26898788885dbe66b0d910",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/394866c2cb8bb189b9bd5ebd043b66f89c800363",
"reference": "394866c2cb8bb189b9bd5ebd043b66f89c800363",
"shasum": ""
},
"require": {
......@@ -3514,7 +3507,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.12"
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.13"
},
"funding": [
{
......@@ -3530,20 +3523,20 @@
"type": "tidelift"
}
],
"time": "2022-08-26T10:32:10+00:00"
"time": "2022-09-29T08:12:55+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791"
"reference": "54be067587a4f2b7fffb7a699f9481ec3daf9379"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4bfe9611b113b15d98a43da68ec9b5a00d56791",
"reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/54be067587a4f2b7fffb7a699f9481ec3daf9379",
"reference": "54be067587a4f2b7fffb7a699f9481ec3daf9379",
"shasum": ""
},
"require": {
......@@ -3590,7 +3583,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.12"
"source": "https://github.com/symfony/http-foundation/tree/v5.4.13"
},
"funding": [
{
......@@ -3606,20 +3599,20 @@
"type": "tidelift"
}
],
"time": "2022-08-19T07:33:17+00:00"
"time": "2022-09-17T07:31:22+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "37f660fa3bcd78fe4893ce23ebe934618ec099be"
"reference": "4f25330c216b7bb178603b2e25fb7a9325015507"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/37f660fa3bcd78fe4893ce23ebe934618ec099be",
"reference": "37f660fa3bcd78fe4893ce23ebe934618ec099be",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4f25330c216b7bb178603b2e25fb7a9325015507",
"reference": "4f25330c216b7bb178603b2e25fb7a9325015507",
"shasum": ""
},
"require": {
......@@ -3702,7 +3695,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.12"
"source": "https://github.com/symfony/http-kernel/tree/v5.4.13"
},
"funding": [
{
......@@ -3718,7 +3711,7 @@
"type": "tidelift"
}
],
"time": "2022-08-26T14:40:40+00:00"
"time": "2022-09-30T07:40:28+00:00"
},
{
"name": "symfony/lock",
......@@ -3801,16 +3794,16 @@
},
{
"name": "symfony/messenger",
"version": "v5.4.11",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
"reference": "05cebeb1f3dcefd33eb5275709e9ff7cc0df50fd"
"reference": "8f8d3425991e627902f8288088609a8d8f6c6ea4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/05cebeb1f3dcefd33eb5275709e9ff7cc0df50fd",
"reference": "05cebeb1f3dcefd33eb5275709e9ff7cc0df50fd",
"url": "https://api.github.com/repos/symfony/messenger/zipball/8f8d3425991e627902f8288088609a8d8f6c6ea4",
"reference": "8f8d3425991e627902f8288088609a8d8f6c6ea4",
"shasum": ""
},
"require": {
......@@ -3871,7 +3864,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.11"
"source": "https://github.com/symfony/messenger/tree/v5.4.13"
},
"funding": [
{
......@@ -3887,20 +3880,20 @@
"type": "tidelift"
}
],
"time": "2022-07-20T13:00:38+00:00"
"time": "2022-09-17T07:31:22+00:00"
},
{
"name": "symfony/mime",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90"
"reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/03876e9c5a36f5b45e7d9a381edda5421eff8a90",
"reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90",
"url": "https://api.github.com/repos/symfony/mime/zipball/bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd",
"reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd",
"shasum": ""
},
"require": {
......@@ -3954,7 +3947,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.4.12"
"source": "https://github.com/symfony/mime/tree/v5.4.13"
},
"funding": [
{
......@@ -3970,7 +3963,7 @@
"type": "tidelift"
}
],
"time": "2022-08-19T14:24:03+00:00"
"time": "2022-09-01T18:18:29+00:00"
},
{
"name": "symfony/password-hasher",
......@@ -5035,16 +5028,16 @@
},
{
"name": "symfony/redis-messenger",
"version": "v5.4.6",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/redis-messenger.git",
"reference": "6b14778e0a6295af023fec637c7b38f918c1a08d"
"reference": "d3028b772de91e9aa0342c92ff71c77b130ac9c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/redis-messenger/zipball/6b14778e0a6295af023fec637c7b38f918c1a08d",
"reference": "6b14778e0a6295af023fec637c7b38f918c1a08d",
"url": "https://api.github.com/repos/symfony/redis-messenger/zipball/d3028b772de91e9aa0342c92ff71c77b130ac9c4",
"reference": "d3028b772de91e9aa0342c92ff71c77b130ac9c4",
"shasum": ""
},
"require": {
......@@ -5082,7 +5075,7 @@
"description": "Symfony Redis extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/redis-messenger/tree/v5.4.6"
"source": "https://github.com/symfony/redis-messenger/tree/v5.4.13"
},
"funding": [
{
......@@ -5098,7 +5091,7 @@
"type": "tidelift"
}
],
"time": "2022-03-04T15:46:40+00:00"
"time": "2022-09-11T09:11:59+00:00"
},
{
"name": "symfony/routing",
......@@ -5294,16 +5287,16 @@
},
{
"name": "symfony/security-core",
"version": "v5.4.11",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
"reference": "25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92"
"reference": "71bc477807d9afc9c904fd62b3b5d48f97308460"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92",
"reference": "25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92",
"url": "https://api.github.com/repos/symfony/security-core/zipball/71bc477807d9afc9c904fd62b3b5d48f97308460",
"reference": "71bc477807d9afc9c904fd62b3b5d48f97308460",
"shasum": ""
},
"require": {
......@@ -5367,7 +5360,7 @@
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-core/tree/v5.4.11"
"source": "https://github.com/symfony/security-core/tree/v5.4.13"
},
"funding": [
{
......@@ -5383,7 +5376,7 @@
"type": "tidelift"
}
],
"time": "2022-07-20T13:00:38+00:00"
"time": "2022-09-17T07:31:22+00:00"
},
{
"name": "symfony/security-csrf",
......@@ -5459,16 +5452,16 @@
},
{
"name": "symfony/security-guard",
"version": "v5.4.9",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
"reference": "64c83d25b5b23fa07e77c861d19e46ce7929a789"
"reference": "83f647fcdc17aa14908f0e02a302d3d9d0f63fbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-guard/zipball/64c83d25b5b23fa07e77c861d19e46ce7929a789",
"reference": "64c83d25b5b23fa07e77c861d19e46ce7929a789",
"url": "https://api.github.com/repos/symfony/security-guard/zipball/83f647fcdc17aa14908f0e02a302d3d9d0f63fbc",
"reference": "83f647fcdc17aa14908f0e02a302d3d9d0f63fbc",
"shasum": ""
},
"require": {
......@@ -5506,7 +5499,7 @@
"description": "Symfony Security Component - Guard",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-guard/tree/v5.4.9"
"source": "https://github.com/symfony/security-guard/tree/v5.4.13"
},
"funding": [
{
......@@ -5522,20 +5515,20 @@
"type": "tidelift"
}
],
"time": "2022-05-06T14:25:18+00:00"
"time": "2022-09-28T13:19:49+00:00"
},
{
"name": "symfony/security-http",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
"reference": "3ca3eb2a866a4a5adaf0a952d2d7db7208da378b"
"reference": "64e9926b8ab8e4460e4dfdc53dc098fed2dad837"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/3ca3eb2a866a4a5adaf0a952d2d7db7208da378b",
"reference": "3ca3eb2a866a4a5adaf0a952d2d7db7208da378b",
"url": "https://api.github.com/repos/symfony/security-http/zipball/64e9926b8ab8e4460e4dfdc53dc098fed2dad837",
"reference": "64e9926b8ab8e4460e4dfdc53dc098fed2dad837",
"shasum": ""
},
"require": {
......@@ -5591,7 +5584,7 @@
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-http/tree/v5.4.12"
"source": "https://github.com/symfony/security-http/tree/v5.4.13"
},
"funding": [
{
......@@ -5607,20 +5600,20 @@
"type": "tidelift"
}
],
"time": "2022-08-23T10:55:18+00:00"
"time": "2022-09-29T19:14:22+00:00"
},
{
"name": "symfony/serializer",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "776fa3010f62b97a7119757a66596a654cd244d4"
"reference": "f8c32e94c8656c17a7360d88d6d486bc8ce23b2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/776fa3010f62b97a7119757a66596a654cd244d4",
"reference": "776fa3010f62b97a7119757a66596a654cd244d4",
"url": "https://api.github.com/repos/symfony/serializer/zipball/f8c32e94c8656c17a7360d88d6d486bc8ce23b2d",
"reference": "f8c32e94c8656c17a7360d88d6d486bc8ce23b2d",
"shasum": ""
},
"require": {
......@@ -5694,7 +5687,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.12"
"source": "https://github.com/symfony/serializer/tree/v5.4.13"
},
"funding": [
{
......@@ -5710,7 +5703,7 @@
"type": "tidelift"
}
],
"time": "2022-08-26T10:32:10+00:00"
"time": "2022-09-29T09:26:59+00:00"
},
{
"name": "symfony/service-contracts",
......@@ -5797,16 +5790,16 @@
},
{
"name": "symfony/string",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "2fc515e512d721bf31ea76bd02fe23ada4640058"
"reference": "2900c668a32138a34118740de3e4d5a701801f53"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058",
"reference": "2fc515e512d721bf31ea76bd02fe23ada4640058",
"url": "https://api.github.com/repos/symfony/string/zipball/2900c668a32138a34118740de3e4d5a701801f53",
"reference": "2900c668a32138a34118740de3e4d5a701801f53",
"shasum": ""
},
"require": {
......@@ -5863,7 +5856,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.12"
"source": "https://github.com/symfony/string/tree/v5.4.13"
},
"funding": [
{
......@@ -5879,7 +5872,7 @@
"type": "tidelift"
}
],
"time": "2022-08-12T17:03:11+00:00"
"time": "2022-09-01T01:52:16+00:00"
},
{
"name": "symfony/translation-contracts",
......@@ -6171,16 +6164,16 @@
},
{
"name": "symfony/uid",
"version": "v5.4.11",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/uid.git",
"reference": "2120eba9abf35d30db43ee2f9f2b3723cf3a4479"
"reference": "7e727b75ee099d530d1e93ed0897a0d89c146d16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/uid/zipball/2120eba9abf35d30db43ee2f9f2b3723cf3a4479",
"reference": "2120eba9abf35d30db43ee2f9f2b3723cf3a4479",
"url": "https://api.github.com/repos/symfony/uid/zipball/7e727b75ee099d530d1e93ed0897a0d89c146d16",
"reference": "7e727b75ee099d530d1e93ed0897a0d89c146d16",
"shasum": ""
},
"require": {
......@@ -6225,7 +6218,7 @@
"uuid"
],
"support": {
"source": "https://github.com/symfony/uid/tree/v5.4.11"
"source": "https://github.com/symfony/uid/tree/v5.4.13"
},
"funding": [
{
......@@ -6241,20 +6234,20 @@
"type": "tidelift"
}
],
"time": "2022-07-20T13:00:38+00:00"
"time": "2022-09-09T09:04:10+00:00"
},
{
"name": "symfony/validator",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "38bc4d83d01b800f1fa5acaceb5ff77490b8f768"
"reference": "8fba40ed3c21054cb9a543ccecd4f3175b6a011b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/38bc4d83d01b800f1fa5acaceb5ff77490b8f768",
"reference": "38bc4d83d01b800f1fa5acaceb5ff77490b8f768",
"url": "https://api.github.com/repos/symfony/validator/zipball/8fba40ed3c21054cb9a543ccecd4f3175b6a011b",
"reference": "8fba40ed3c21054cb9a543ccecd4f3175b6a011b",
"shasum": ""
},
"require": {
......@@ -6338,7 +6331,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v5.4.12"
"source": "https://github.com/symfony/validator/tree/v5.4.13"
},
"funding": [
{
......@@ -6354,20 +6347,20 @@
"type": "tidelift"
}
],
"time": "2022-08-09T11:54:29+00:00"
"time": "2022-09-17T07:31:22+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v5.4.11",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861"
"reference": "2bf2ccab581bec363191672f0df40e0c85569e1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8f306d7b8ef34fb3db3305be97ba8e088fb4861",
"reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2bf2ccab581bec363191672f0df40e0c85569e1c",
"reference": "2bf2ccab581bec363191672f0df40e0c85569e1c",
"shasum": ""
},
"require": {
......@@ -6427,7 +6420,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.11"
"source": "https://github.com/symfony/var-dumper/tree/v5.4.13"
},
"funding": [
{
......@@ -6443,7 +6436,7 @@
"type": "tidelift"
}
],
"time": "2022-07-20T13:00:38+00:00"
"time": "2022-09-06T13:23:31+00:00"
},
{
"name": "symfony/var-exporter",
......@@ -6736,16 +6729,16 @@
},
{
"name": "twig/twig",
"version": "v3.4.2",
"version": "v3.4.3",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077"
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
"shasum": ""
},
"require": {
......@@ -6796,7 +6789,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.4.2"
"source": "https://github.com/twigphp/Twig/tree/v3.4.3"
},
"funding": [
{
......@@ -6808,7 +6801,7 @@
"type": "tidelift"
}
],
"time": "2022-08-12T06:47:24+00:00"
"time": "2022-09-28T08:42:51+00:00"
},
{
"name": "web-token/jwt-checker",
......@@ -8584,16 +8577,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.8.5",
"version": "1.8.6",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20"
"reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6598a5ff12ca4499a836815e08b4d77a2ddeb20",
"reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618",
"reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618",
"shasum": ""
},
"require": {
......@@ -8623,7 +8616,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.8.5"
"source": "https://github.com/phpstan/phpstan/tree/1.8.6"
},
"funding": [
{
......@@ -8639,7 +8632,7 @@
"type": "tidelift"
}
],
"time": "2022-09-07T16:05:32+00:00"
"time": "2022-09-23T09:54:39+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
......@@ -9013,16 +9006,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.5.24",
"version": "9.5.25",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5"
"reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0aa6097bef9fd42458a9b3c49da32c6ce6129c5",
"reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d",
"reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d",
"shasum": ""
},
"require": {
......@@ -9044,14 +9037,14 @@
"phpunit/php-timer": "^5.0.2",
"sebastian/cli-parser": "^1.0.1",
"sebastian/code-unit": "^1.0.6",
"sebastian/comparator": "^4.0.5",
"sebastian/comparator": "^4.0.8",
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.3",
"sebastian/exporter": "^4.0.5",
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
"sebastian/type": "^3.1",
"sebastian/type": "^3.2",
"sebastian/version": "^3.0.2"
},
"suggest": {
......@@ -9095,7 +9088,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.24"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.25"
},
"funding": [
{
......@@ -9105,9 +9098,13 @@
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
}
],
"time": "2022-08-30T07:42:16+00:00"
"time": "2022-09-25T03:44:45+00:00"
},
{
"name": "sebastian/cli-parser",
......@@ -10321,16 +10318,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.4.12",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "6a057be154824487fd5e6b65ab83899e0c5ac550"
"reference": "596fd752f00e0205d895cd6b184d135c27bb5d6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/6a057be154824487fd5e6b65ab83899e0c5ac550",
"reference": "6a057be154824487fd5e6b65ab83899e0c5ac550",
"url": "https://api.github.com/repos/symfony/http-client/zipball/596fd752f00e0205d895cd6b184d135c27bb5d6a",
"reference": "596fd752f00e0205d895cd6b184d135c27bb5d6a",
"shasum": ""
},
"require": {
......@@ -10388,7 +10385,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.12"
"source": "https://github.com/symfony/http-client/tree/v5.4.13"
},
"funding": [
{
......@@ -10404,7 +10401,7 @@
"type": "tidelift"
}
],
"time": "2022-08-02T15:52:22+00:00"
"time": "2022-09-08T18:41:21+00:00"
},
{
"name": "symfony/http-client-contracts",
......@@ -11148,5 +11145,5 @@
"platform-overrides": {
"php": "7.3"
},
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.3.0"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment