Skip to content

Commit 61982f1

Browse files
committed
Update composer scripts
1 parent 0d7c133 commit 61982f1

File tree

3 files changed

+57
-53
lines changed

3 files changed

+57
-53
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@
100100
],
101101
"post-update-cmd": [
102102
"@auto-scripts"
103+
],
104+
"post-create-project-cmd": [
105+
"@php bin/console doctrine:schema:update --force",
106+
"@php bin/console doctrine:fixtures:load --quiet"
103107
]
104108
},
105109
"conflict": {

composer.lock

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

tests/Functional/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)