From cbe31d98182d70f430d5b25eeaa417e22328f0c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:03:07 +0000 Subject: [PATCH] fix(deps): update symfony packages --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 2c017d1..817a746 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ "psr/http-client-implementation": "1.0", "psr/http-factory": "^1.0", "psr/log": "^3.0", - "symfony/framework-bundle": "^6.4|^7.0 || 8.0.3", - "symfony/http-client": "^6.4.18|^7.2 || 8.0.3", - "symfony/http-kernel": "^6.4|^7.2 || 8.0.3", - "symfony/property-access": "^6.4|^7.2 || 8.0.3", + "symfony/framework-bundle": "^6.4|^7.0 || 8.0.3 || 8.0.7", + "symfony/http-client": "^6.4.18|^7.2 || 8.0.3 || 8.0.7", + "symfony/http-kernel": "^6.4|^7.2 || 8.0.3 || 8.0.7", + "symfony/property-access": "^6.4|^7.2 || 8.0.3 || 8.0.4", "symfony/service-contracts": "^3.5", "symfony/var-exporter": "^6.4|^7.2 || 8.0.0", "typesense/typesense-php": "^4.9|^5.0" @@ -29,11 +29,11 @@ "phpstan/phpstan-symfony": "^2.0", "phpunit/phpunit": "^11.5|^12.0", "rector/rector": "^2.0.8", - "symfony/console": "^6.4|^7.2 || 8.0.3", - "symfony/dotenv": "^6.4|^7.2 || 8.0.0", + "symfony/console": "^6.4|^7.2 || 8.0.3 || 8.0.7", + "symfony/dotenv": "^6.4|^7.2 || 8.0.0 || 8.0.7", "symfony/phpunit-bridge": "^7.0 || ^8.0", "symfony/runtime": "^6.4|^7.2 || 8.0.1", - "symfony/yaml": "^6.4|^7.0 || 8.0.1" + "symfony/yaml": "^6.4|^7.0 || 8.0.1 || 8.0.6" }, "conflict": { "php-http/httplug": "<1.5",