Skip to content

Commit 92625a2

Browse files
authored
Adding missed post-install-cmd script section
Adding missed post-install-cmd/post-update-cmd under script section in composer.json
1 parent 7eaff0d commit 92625a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@
6666
"cache:clear": "symfony-cmd",
6767
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
6868
"security-checker security:check": "script"
69-
}
69+
},
70+
"post-install-cmd": [
71+
"@auto-scripts"
72+
],
73+
"post-update-cmd": [
74+
"@auto-scripts"
75+
]
7076
},
7177
"conflict": {
7278
"symfony/symfony": "*"

0 commit comments

Comments
 (0)