Method |
Description |
|
canGenerateSecret ( array $config ) : boolean |
Checks if there is at least one config file defined but none of the files exists. |
|
executeCommand ( string $cmd, Composer\Script\Event $event ) |
Executes a command. |
|
getBinDir ( Composer\Script\Event $event ) : string |
Returns the bin directory. |
|
getVerbosityFlag ( Composer\Script\Event $event ) : string |
Returns the verbosity flag depending on the console IO verbosity. |
|
getWebDir ( Composer\Script\Event $event ) : string |
Returns the web directory. |
|
loadRandomCompat ( Composer\Script\Event $event ) |
Loads the random_compat library. |
|