mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
added TODO
This commit is contained in:
parent
60f96d5135
commit
27b3f338e9
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue