From f1c700d8baf8045e3b7d1ecb8532185357eeffd2 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@gitlab.tugraz.at> Date: Sat, 14 May 2022 00:04:42 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- composer.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 191496d..497a142 100644 --- a/composer.lock +++ b/composer.lock @@ -169,11 +169,11 @@ }, { "name": "dbp/relay-core-bundle", - "version": "v0.1.35", + "version": "v0.1.36", "source": { "type": "git", "url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle", - "reference": "79d1b52f65989ee2285a9219c4a552f2cbc9bab2" + "reference": "e271903213daaf1ae2b1f144ac39df05bf6627cc" }, "require": { "api-platform/core": "^2.6.6", @@ -233,7 +233,7 @@ "AGPL-3.0-or-later" ], "description": "The core bundle of the Relay API gateway", - "time": "2022-05-02T07:07:30+00:00" + "time": "2022-05-11T08:49:59+00:00" }, { "name": "doctrine/annotations", @@ -7437,16 +7437,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.6.7", + "version": "1.6.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d41c39cb2e487663bce9bbd97c660e244b73abad" + "reference": "d76498c5531232cb8386ceb6004f7e013138d3ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d41c39cb2e487663bce9bbd97c660e244b73abad", - "reference": "d41c39cb2e487663bce9bbd97c660e244b73abad", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d76498c5531232cb8386ceb6004f7e013138d3ba", + "reference": "d76498c5531232cb8386ceb6004f7e013138d3ba", "shasum": "" }, "require": { @@ -7472,7 +7472,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.6.7" + "source": "https://github.com/phpstan/phpstan/tree/1.6.8" }, "funding": [ { @@ -7492,7 +7492,7 @@ "type": "tidelift" } ], - "time": "2022-05-04T22:55:41+00:00" + "time": "2022-05-10T06:54:21+00:00" }, { "name": "phpstan/phpstan-phpunit", -- GitLab