Created
May 7, 2014 07:36
-
-
Save staabm/6be991b7f711a19938cd to your computer and use it in GitHub Desktop.
composer: dump optimized autoload map on dependency install/update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"scripts": { | |
"post-update-cmd": [ | |
"composer dump-autoload --optimize" | |
], | |
"post-install-cmd": [ | |
"composer dump-autoload --optimize" | |
] | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment