HippoPHP\Hippo\HippoTextUI::_getComposerPath PHP Method

_getComposerPath() private method

Returns the absolute path for composer.json.
private _getComposerPath ( ) : string
return string
    private function _getComposerPath()
    {
        return __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'composer.json';
    }