| 1 | <?php |
||
| 13 | class CommandUtils implements CommandUtilsInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @link https://github.com/composer/composer/blob/69210d5bc130f8cc9f96f99582a041254d7b9833/src/Composer/Factory.php |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | 3 | public static function getOsHomeDir() |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @param string $dir |
||
| 40 | * @return bool |
||
| 41 | */ |
||
| 42 | 3 | public static function hasCreateDirectoryIfNotExists($dir) |
|
| 52 | } |
||
| 53 |