feat(person): initial Person domain with entity, model and DTO
PHP Unit Tests / test (push) Has been cancelled

- Add PersonEntity in Data layer with Doctrine ORM attributes
- Add PersonModel in Logic layer for business logic
- Add immutable PersonDto in Shared layer
- Configure doctrine/orm dependency in composer.json
- Add Doctrine deprecation triggers to phpunit configuration
This commit is contained in:
2026-06-08 20:08:01 +02:00
parent e56d712503
commit 98f4e126fc
7 changed files with 257 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
"php": ">=8.4",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/orm": "*",
"symfony/console": "8.1.*",
"symfony/dotenv": "8.1.*",
"symfony/flex": "^2",