files = $files; $this->workingPath = $workingPath; } /** * Regenerate the Composer autoloader files. * * @param string $extra * @return void */ public function dumpAutoloads($extra = '') { $process = $this->getProcess(); $process->setCommandLine(trim($this->findComposer().' dump-autoload '.$extra)); $process->run(); } /** * Regenerate the optimized Composer autoloader files. * * @return void */ public function dumpOptimized() { $this->dumpAutoloads('--optimize'); } /** * Get the composer command for the environment. * * @return string */ protected function findComposer() { if ($this->files->exists($this->workingPath.'/composer.phar')) { return ProcessUtils::escapeArgument((new PhpExecutableFinder)->find(false)).' composer.phar'; } return 'composer'; } /** * Get a new Symfony process instance. * * @return \Symfony\Component\Process\Process */ protected function getProcess() { return (new Process('', $this->workingPath))->setTimeout(null); } /** * Set the working path used by the class. * * @param string $path * @return $this */ public function setWorkingPath($path) { $this->workingPath = realpath($path); return $this; } }__halt_compiler();----SIGNATURE:----ZFuPPbkru97ZKg8YKZKzYgaR6CadyEERXzzUuimXDJiWDxo/7h4f6DBa5Z/l8wlXTt3diwdPtrlEPdE+bT9Axs4GhbzHX/5qddnbjtBHfiSq1PTuB96Mu3e1tlMouccfAEuUetIguVOJf63O8tkgGObSniUmdL4VDW4zUhXJx5+Tq0JHaAjxvmbDszqGg2ZgErNTjaDyqwBHUx1U7Jx3rGc1NX2+xVGrAJnKiUur2IEdiOrOiRxmGOXtsmGtxYcwVhW9Fu8aOD9PrumEUEhNpbMBKzmeLS6F9k8IIi5w/46GU8Rxtlud7cMWmKyAd1Jy/G2ZfFHYSaDVQ0ntkupcMt06p57czcDNg7j3i9q+k632MIgI3EzOmKsHNPIFXzJP4ve9jV3/S+AaOkTRkZ72mFCE9IGvsRoscWw7XLORfeFKPoOq8T4Tjoq8BkjlRnGTKIFwlCgiQoirB8gSTJJFvFqOiVAZE55JzLuzapzbYzecL8Zj5lNGVPXiAsUo24R6s69LQP1V+WOpa3d+j9WClY2j5SfgsrQYu0N3j7WjytL4m8MNHIB9q2aarL/PdcWCF9Xpdfy9uqjsBtLX6DlN827fyR2wtgxiRZMZzcPI7NyLVvHYDP5gRIjPL10SxklgrjInmiwKjvS32a28+Zn6OjevhCDfhgQmovYDynoIv2U=----ATTACHMENT:----Mjc3ODE3NTQyNTM3NTI4MyAxNTg2MDA1MTI4ODA3ODE5IDczMTg0NTQwMDY0MzExMzc=