CouscousPHP / Couscous

Couscous is good.
https://couscous.io
Other
841 stars 104 forks source link

Updated ProcessBuilder reference to fix bug with Symfony 4 upgrade #222

Closed ieschwoch closed 6 years ago

ieschwoch commented 6 years ago

Fixes #221 as it appears Symfony 4 no longer supports the ProcessBuilder library. I refactored the code to generate the Process object in a way that is compatible with Symfony 4. No functionality should be affected.

All tests pass and 'couscous preview' runs locally.

mnapoli commented 6 years ago

Thank you! I've restarted the build that randomly failed, let's see how it goes.