Skip to content

Commit

Permalink
chore(dependencies): add doctrine/data-fixtures
Browse files Browse the repository at this point in the history
With data fixtures we can do actual seeding of the test database.
  • Loading branch information
tomudding committed Nov 10, 2024
1 parent e74a080 commit e997d06
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@
"psalm/plugin-phpunit": "^0.18.4",
"maglnet/composer-require-checker": "^4.10.0",
"icanhazstring/composer-unused": "^0.8.11",
"gewis/gewisphp-coding-standards": "^1.1.0"
"gewis/gewisphp-coding-standards": "^1.1.0",
"doctrine/data-fixtures": "^2.0",
"fakerphp/faker": "^1.23"
},
"replace": {
"laminas/laminas-cache-storage-adapter-apc": "*",
Expand Down
148 changes: 147 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e997d06

Please sign in to comment.