Private
Public Access
1
0

chg: pkg: upgrade to the latest doctrine pkg on back-end #7

This commit is contained in:
2026-04-19 22:09:03 +02:00
parent 0b7c1406cf
commit e0495d182e
7 changed files with 232 additions and 437 deletions

View File

@@ -11,13 +11,13 @@
"private": true,
"require": {
"php": ">=8.5",
"ext-gd": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-gd": "*",
"doctrine/dbal": "^3.7",
"doctrine/doctrine-bundle": ">=2.11 <2.14",
"doctrine/dbal": "^4.3",
"doctrine/doctrine-bundle": "^2.14",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.6",
"doctrine/orm": "^3.5",
"endroid/qr-code": "^6.1",
"firebase/php-jwt": "^7.0",
"league/flysystem-aws-s3-v3": "^3.0",