davidpeach / composer-manuscript

A tool to help streamline local PHP Composer package development
MIT License
4 stars 0 forks source link

Use Symfony Process' "setWorkingDirectory" #63

Open davidpeach opened 2 years ago

davidpeach commented 2 years ago

I've use "cd" command when Ive used symfony process class. But it turns out there is a setWorkingDirectory() method to set the directory to run the process from.

This would be a nice clean up.