Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Gets the current working directory
<?php getcwd(): string|false
<?php     protected function findComposer()

    {

        $composerPath = getcwd().'/composer.phar';



        $phpPath = (new PhpExecutableFinder)->find();