From d30f253e21a442a04b9af9142ff3bf9ae790797e Mon Sep 17 00:00:00 2001 From: Studio AH <66354683+StudioAH@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:07:53 +0100 Subject: [PATCH] Update composer.json 6.0 to 6.1 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 6eae6ad..ffff2f9 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "loophp/psr-http-message-bridge-bundle": "^1.0", "psr/http-client": "^1.0", "psr/http-message": "^1.0", - "symfony/framework-bundle": "^6.0 || ^7.0" + "symfony/framework-bundle": "^6.1 || ^7.0" }, "require-dev": { "ext-pcov": "*", @@ -31,11 +31,11 @@ "nyholm/psr7": "^1.8", "phpspec/phpspec": "^7", "phpstan/phpstan-symfony": "^1.1", - "symfony/cache": "^6.0 || ^7.0", - "symfony/dependency-injection": "^6.0 || ^7.0", - "symfony/http-client": "^6.0 || ^7.0", - "symfony/routing": "^6.0 || ^7.0", - "symfony/security-bundle": "^6.0 || ^7.0", + "symfony/cache": "^6.1 || ^7.0", + "symfony/dependency-injection": "^6.1 || ^7.0", + "symfony/http-client": "^6.1 || ^7.0", + "symfony/routing": "^6.1 || ^7.0", + "symfony/security-bundle": "^6.1 || ^7.0", "veewee/xml": "^2.6" }, "suggest": {