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:----E3auA3rXZb/XeC5XR79HkEyes7uBrsdsDFH4JK09t+zXGmcaEm1GwNi72Cw1VdJ/fS6FBCpEBwCAgsJB1ZWYAoVKwDrNDJnwSHhEY9AwPbb8io9PSJOiBqUb9uuo9EtAjDwtSVeVA4rXVhNBVawjOSB4Y+r2gtyYRBc0I6DeIgnSwlHqN5j5D2zudFZsHYcBpmOeOnpn2izkWYLncC3qyDaPu5pZUpG8Jm8bWdpCiHelOaQtKqFzDapBj9RkO3bThyaBHIm57eoMXgY8d+I6Hp/k1jeZ2PcsSFHmLXr3uWPH1+WBdPL7DRGQ+ApkCBjbpkpOtCUknjRDfCfFpnTnLo8U6wrH+r/2aojhLMFePuam6L9/UUiuaFDpFXYz7E5JFBPaztRyU2OPx3MSmwWc4VltpDea1IYNWFekaEXYHbFZ01gEdxgI0s9/6CrS1snTg9z3sSaOTnF0QyqlWjhlrC3nAIXNxwxtLTCG72uIeL8I8lxQaYW6ovgIOThNhak8OVOvt3UGdhA6xKqR+ELHHAXay7C7AUOX7zJuSuWWqEhvaO9+G4UVWT8hp/ef4x8yuzkKaZATqk8SF0zdb7Ts6FQS3VzQ17bFSIRmE5MpOpTXdUVfiSvkn1bJRG27VAPyAxHHjhAVtd0A5E+IOxAKqXcfbslHaytPxxV8IAaeBAI=----ATTACHMENT:----OTI4NDA5Nzg5MjkxMDMxNSA4OTcxNjUxMTk3NjYzNzEzIDI4NDA3MjE5MjYxODUxNTA=