From 3c89127522ee8673bdaa57aac0f10601f648c456 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:40:24 +0000 Subject: [PATCH] fix(deps): update dependency dbp/relay-core-bundle to v0.1.186 --- composer.lock | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 862f03b..d627060 100644 --- a/composer.lock +++ b/composer.lock @@ -229,16 +229,16 @@ }, { "name": "dbp/relay-core-bundle", - "version": "v0.1.183", + "version": "v0.1.186", "source": { "type": "git", "url": "https://github.com/digital-blueprint/relay-core-bundle.git", - "reference": "d7d803578a3b4a2bef1114d1cbbe245e98708995" + "reference": "b92f0b35fa1899fe59ab85ba32a99bbaa6b07277" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/d7d803578a3b4a2bef1114d1cbbe245e98708995", - "reference": "d7d803578a3b4a2bef1114d1cbbe245e98708995", + "url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/b92f0b35fa1899fe59ab85ba32a99bbaa6b07277", + "reference": "b92f0b35fa1899fe59ab85ba32a99bbaa6b07277", "shasum": "" }, "require": { @@ -279,9 +279,11 @@ "symfony/security-core": "^5.4 || ^6.4", "symfony/security-http": "^5.4 || ^6.4", "symfony/serializer": "^5.4 || ^6.4", + "symfony/service-contracts": "^2.5 || ^3", "symfony/twig-bundle": "^5.4 || ^6.4", "symfony/uid": "^5.4 || ^6.4", "symfony/validator": "^5.4 || ^6.4", + "symfony/web-link": "^6.4", "symfony/yaml": "^5.4 || ^6.4" }, "conflict": { @@ -324,9 +326,9 @@ "description": "The core bundle of the Relay API gateway", "support": { "issues": "https://github.com/digital-blueprint/relay-core-bundle/issues", - "source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.183" + "source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.186" }, - "time": "2024-10-02T11:39:19+00:00" + "time": "2024-10-10T14:39:46+00:00" }, { "name": "doctrine/inflector", @@ -421,16 +423,16 @@ }, { "name": "dragonmantank/cron-expression", - "version": "v3.3.3", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a" + "reference": "8c784d071debd117328803d86b2097615b457500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", - "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", + "reference": "8c784d071debd117328803d86b2097615b457500", "shasum": "" }, "require": { @@ -443,10 +445,14 @@ "require-dev": { "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.0", - "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, "autoload": { "psr-4": { "Cron\\": "src/Cron/" @@ -470,7 +476,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0" }, "funding": [ { @@ -478,7 +484,7 @@ "type": "github" } ], - "time": "2023-08-10T19:36:49+00:00" + "time": "2024-10-09T13:47:03+00:00" }, { "name": "guzzlehttp/guzzle",