creation des fixtures

This commit is contained in:
2026-03-16 13:06:21 +01:00
parent 38b1293a27
commit ef7f038ab8
5 changed files with 265 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"doctrine/doctrine-bundle": "^3.2",
"doctrine/doctrine-migrations-bundle": "^4.0",
"doctrine/orm": "^3.6",
"fakerphp/faker": "^1.24",
"phpdocumentor/reflection-docblock": "^5.6",
"phpstan/phpdoc-parser": "^2.3",
"symfony/asset": "8.0.*",
@@ -98,6 +99,7 @@
}
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^4.3",
"phpunit/phpunit": "^13.0",
"symfony/browser-kit": "8.0.*",
"symfony/css-selector": "8.0.*",