setDir() setDir(string $str) The setter for the dir Parameters string $str Directory to crawl recursively for composer files
setFile() setFile(string $str) The setter for the file Parameters string $str Individual file to validate
setPassthru() setPassthru(boolean $passthru) Whether to use PHP's passthru() function instead of exec() Parameters boolean $passthru If passthru shall be used
setComposer() setComposer(string $str) Composer to execute. If unset, will attempt composer.phar in project basedir, and if that fails, will attempt global composer installation. Parameters string $str Individual file to validate
findFiles() findFiles() : array Find the composer.json files using Phing's directory scanner Returns array