feat!: symfony7 compatibility

This commit is contained in:
2026-04-30 13:05:21 +02:00
parent 338850c5ce
commit 3aedf851ef
3 changed files with 6 additions and 6 deletions

View File

@@ -12,10 +12,10 @@
"minimum-stability": "stable",
"require": {
"php": ">=8.3",
"symfony/config": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/security-bundle": "^6.0",
"symfony/config": "^6.0 || ^7.0",
"symfony/dependency-injection": "^6.0 || ^7.0",
"symfony/http-kernel": "^6.0 || ^7.0",
"symfony/security-bundle": "^6.0 || ^7.0",
"guzzlehttp/guzzle": "^7",
"ext-json": "*"
},