Use an experimental doctrine/orm version to fix some issues persisting attachments while simutanously creating a new attachment type

The circular reference between attachmentTypeAttachment and attachmentType seems to confuse doctrine. This is fixed in the experimental version
This commit is contained in:
Jan Böhmer 2023-07-15 21:17:10 +02:00
parent 422fa01c6f
commit 701212239d
2 changed files with 57 additions and 46 deletions

View file

@ -18,7 +18,7 @@
"doctrine/dbal": "^3.4.6",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.9",
"doctrine/orm": "dev-entity-level-commit-order#44d2a83 as 2.15.3",
"dompdf/dompdf": "dev-master#87bea32efe0b0db309e1d31537201f64d5508280 as v2.0.3",
"erusev/parsedown": "^1.7",
"florianv/swap": "^4.0",