1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

added TODO

This commit is contained in:
Tobias Munk 2013-06-03 16:22:59 +02:00
parent 60f96d5135
commit 27b3f338e9

View file

@ -207,8 +207,9 @@ EOT
}
if ($noScripts === false) {
// dispatch event
// TODO: improve autoloader refreshing
require($this->getComposer()->getConfig()->get('vendor-dir').'/autoload.php');
// dispatch event
$this->getComposer()->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_CREATE_PROJECT_CMD, $installDevPackages);
}