add compatibility with sf6

This commit is contained in:
abdel
2022-03-06 18:28:33 +01:00
parent f2e6a6b4cb
commit 1f88ce8cb0

View File

@@ -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": "*"
},