From de75396f44ea41002a41155d8c2cd40af6a593c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@gitlab.tugraz.at> Date: Sat, 23 Oct 2021 00:17:34 +0000 Subject: [PATCH] fix(deps): update dependency symfony/flex to v1.17.2 --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 6f188f2..f8fe2cd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "60844e7ae0ebf06042359acf3c78fec6", + "content-hash": "ee03dac8f95789f3e8758dfad1ec443d", "packages": [ { "name": "api-platform/core", @@ -3113,16 +3113,16 @@ }, { "name": "symfony/flex", - "version": "v1.17.1", + "version": "v1.17.2", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "782ef2269622b8349c4bc3dc795fc79d39e8a5b2" + "reference": "0170279814f86648c62aede39b100a343ea29962" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/782ef2269622b8349c4bc3dc795fc79d39e8a5b2", - "reference": "782ef2269622b8349c4bc3dc795fc79d39e8a5b2", + "url": "https://api.github.com/repos/symfony/flex/zipball/0170279814f86648c62aede39b100a343ea29962", + "reference": "0170279814f86648c62aede39b100a343ea29962", "shasum": "" }, "require": { @@ -3161,7 +3161,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v1.17.1" + "source": "https://github.com/symfony/flex/tree/v1.17.2" }, "funding": [ { @@ -3177,7 +3177,7 @@ "type": "tidelift" } ], - "time": "2021-10-14T06:14:48+00:00" + "time": "2021-10-21T08:39:19+00:00" }, { "name": "symfony/framework-bundle", -- GitLab