[backend] stabilise codebase

This commit is contained in:
2025-10-11 20:09:05 +02:00
parent 2886fa9f0c
commit 1e812c93a6
36 changed files with 487 additions and 212 deletions
+3 -1
View File
@@ -4,7 +4,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"php": ">=8.4",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/dbal": "^3",
@@ -12,6 +12,7 @@
"doctrine/doctrine-fixtures-bundle": "^4.1",
"doctrine/doctrine-migrations-bundle": "^3.4",
"doctrine/orm": "^3.5",
"jsor/doctrine-postgis": "^2.4",
"nelmio/cors-bundle": "^2.5",
"sentry/sentry-symfony": "^5.6",
"symfony/console": "7.3.*",
@@ -27,6 +28,7 @@
"symfony/rate-limiter": "^7.3",
"symfony/runtime": "7.3.*",
"symfony/serializer": "^7.3",
"symfony/uid": "^7.3",
"symfony/validator": "^7.3",
"symfony/yaml": "7.3.*"
},