From 1f88ce8cb07d502038d6d5a5c52494db8c2e16a7 Mon Sep 17 00:00:00 2001 From: abdel Date: Sun, 6 Mar 2022 18:28:33 +0100 Subject: [PATCH] add compatibility with sf6 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 70f0d8f..84247d1 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ "minimum-stability": "stable", "require": { "php": ">=7.2.5", - "symfony/config": "^5.3", - "symfony/dependency-injection": "^5.3", - "symfony/http-kernel": "^5.3", - "symfony/security-bundle": "^5.3", + "symfony/config": "^6.0", + "symfony/dependency-injection": "^6.0", + "symfony/http-kernel": "^6.0", + "symfony/security-bundle": "^6.0", "guzzlehttp/guzzle": "^6.3", "ext-json": "*" },