From a959089a0e77a6dc51361b8fe05899535e1f84a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 14 Jan 2025 09:19:13 +0100 Subject: [PATCH] chore: update project dependencies --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index e106f9dc..b8b189fb 100644 --- a/composer.lock +++ b/composer.lock @@ -1418,16 +1418,16 @@ }, { "name": "helhum/config-loader", - "version": "v0.12.5", + "version": "v0.12.6", "source": { "type": "git", "url": "https://github.com/helhum/config-loader.git", - "reference": "f761ab3fcf888b9d17d679d94b14aca24fe6bfab" + "reference": "4538ad189ebbb319d97697f350401150dd7a6155" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/helhum/config-loader/zipball/f761ab3fcf888b9d17d679d94b14aca24fe6bfab", - "reference": "f761ab3fcf888b9d17d679d94b14aca24fe6bfab", + "url": "https://api.github.com/repos/helhum/config-loader/zipball/4538ad189ebbb319d97697f350401150dd7a6155", + "reference": "4538ad189ebbb319d97697f350401150dd7a6155", "shasum": "" }, "require": { @@ -1436,7 +1436,7 @@ "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^8.5", - "symfony/yaml": "^2.8 || ^3.3 || ^4.0 || ^5.0" + "symfony/yaml": "^2.8 || ^3.3 || ^4.0 || ^5.0 || ^6.0" }, "suggest": { "ext-yaml": "For improved performance when parsing yaml files you should use the PECL YAML Parser php extension", @@ -1460,7 +1460,7 @@ "description": "Generic config loader with context and environment support.", "support": { "issues": "https://github.com/helhum/config-loader/issues", - "source": "https://github.com/helhum/config-loader/tree/v0.12.5" + "source": "https://github.com/helhum/config-loader/tree/v0.12.6" }, "funding": [ { @@ -1472,7 +1472,7 @@ "type": "github" } ], - "time": "2022-02-21T15:32:39+00:00" + "time": "2024-12-16T10:48:26+00:00" }, { "name": "helhum/typo3-console",