1 Commits

Author SHA1 Message Date
2e5e1e72ae chore(symfony) #57 : bump symfony to version 6.4 and fix deprecations
Some checks are pending
Cadoles/hydra-sql/pipeline/pr-develop Build started...
2025-07-30 11:37:06 +02:00

View File

@ -26,7 +26,6 @@
"symfony/translation": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/validator": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*",
"symfony/webpack-encore-bundle": "^1.16",
"symfony/yaml": "6.4.*"
},
@ -81,6 +80,7 @@
},
"require-dev": {
"rector/rector": "^2.1",
"symfony/debug-bundle": "6.4.*"
"symfony/debug-bundle": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*"
}
}