Skip to content

Commit e997d06

Browse files
committed
chore(dependencies): add doctrine/data-fixtures
With data fixtures we can do actual seeding of the test database.
1 parent e74a080 commit e997d06

File tree

3 files changed

+152
-2
lines changed

3 files changed

+152
-2
lines changed

.idea/php.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@
100100
"psalm/plugin-phpunit": "^0.18.4",
101101
"maglnet/composer-require-checker": "^4.10.0",
102102
"icanhazstring/composer-unused": "^0.8.11",
103-
"gewis/gewisphp-coding-standards": "^1.1.0"
103+
"gewis/gewisphp-coding-standards": "^1.1.0",
104+
"doctrine/data-fixtures": "^2.0",
105+
"fakerphp/faker": "^1.23"
104106
},
105107
"replace": {
106108
"laminas/laminas-cache-storage-adapter-apc": "*",

composer.lock

Lines changed: 147 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)