1
0
Fork 0

added TODO

pull/1957/head
Tobias Munk 2013-06-03 16:22:59 +02:00
parent 60f96d5135
commit 27b3f338e9
1 changed files with 2 additions and 1 deletions

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);
}