From 1319ae1648994710a0b5abd499b709ca679ce56c Mon Sep 17 00:00:00 2001 From: core23 Date: Sun, 30 Apr 2023 19:53:32 +0200 Subject: [PATCH] Drop symfony 6.1 support --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4ffc9d8..99888db 100644 --- a/composer.json +++ b/composer.json @@ -43,18 +43,18 @@ "psr/http-client": "^1.0", "psr/http-message": "^1.0 || ^2.0", "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/config": "^5.4 || ^6.0", - "symfony/dependency-injection": "^5.4 || ^6.0", - "symfony/expression-language": "^5.4 || ^6.0", - "symfony/framework-bundle": "^5.4 || ^6.0", - "symfony/http-foundation": "^5.4 || ^6.0", - "symfony/http-kernel": "^5.4 || ^6.0" + "symfony/config": "^5.4 || ^6.2", + "symfony/dependency-injection": "^5.4 || ^6.2", + "symfony/expression-language": "^5.4 || ^6.2", + "symfony/framework-bundle": "^5.4 || ^6.2", + "symfony/http-foundation": "^5.4 || ^6.2", + "symfony/http-kernel": "^5.4 || ^6.2" }, "require-dev": { "ergebnis/composer-normalize": "^2.0.1", "nyholm/psr7": "^1.0", - "symfony/browser-kit": "^5.4 || ^6.0", - "symfony/http-client": "^5.4 || ^6.0" + "symfony/browser-kit": "^5.4 || ^6.2", + "symfony/http-client": "^5.4 || ^6.2" }, "suggest": { "cache/adapter-bundle": "Symfony cache adapter",