From 84967e5cea7c0b1daf381204007151e488501b41 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@gitlab.tugraz.at> Date: Sat, 14 May 2022 00:09:42 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index dde0fba..cea21e3 100644 --- a/composer.lock +++ b/composer.lock @@ -169,16 +169,16 @@ }, { "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.git", - "reference": "79d1b52f65989ee2285a9219c4a552f2cbc9bab2" + "reference": "e271903213daaf1ae2b1f144ac39df05bf6627cc" }, "dist": { "type": "zip", - "url": "https://gitlab.tugraz.at/api/v4/projects/dbp%2Frelay%2Fdbp-relay-core-bundle/repository/archive.zip?sha=79d1b52f65989ee2285a9219c4a552f2cbc9bab2", - "reference": "79d1b52f65989ee2285a9219c4a552f2cbc9bab2", + "url": "https://gitlab.tugraz.at/api/v4/projects/dbp%2Frelay%2Fdbp-relay-core-bundle/repository/archive.zip?sha=e271903213daaf1ae2b1f144ac39df05bf6627cc", + "reference": "e271903213daaf1ae2b1f144ac39df05bf6627cc", "shasum": "" }, "require": { @@ -275,10 +275,10 @@ ], "description": "The core bundle of the Relay API gateway", "support": { - "source": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle/-/tree/v0.1.35", + "source": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle/-/tree/v0.1.36", "issues": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle/-/issues" }, - "time": "2022-05-02T09:07:30+02:00" + "time": "2022-05-11T10:49:59+02:00" }, { "name": "doctrine/annotations", @@ -7482,16 +7482,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": { @@ -7517,7 +7517,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": [ { @@ -7537,7 +7537,7 @@ "type": "tidelift" } ], - "time": "2022-05-04T22:55:41+00:00" + "time": "2022-05-10T06:54:21+00:00" }, { "name": "phpstan/phpstan-phpunit", -- GitLab