Skip to content

Commit 4363061

Browse files
committed
minor #843 Adding missed post-install-cmd script section (atamansv)
This PR was merged into the master branch. Discussion ---------- Adding missed post-install-cmd script section Adding missed post-install-cmd/post-update-cmd under script section in composer.json Fixes #842 Commits ------- 92625a2 Adding missed post-install-cmd script section
2 parents 1a4cf4d + 92625a2 commit 4363061

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)