Because there is a deprectation warning when you use the ProcessBuilder class in Symfony 3.4 (Because it gets removed in Symfony 4.0), I changed the code segments in this specific Command to call the Process class directly. The behaviour is still the same.
Because there is a deprectation warning when you use the ProcessBuilder class in Symfony 3.4 (Because it gets removed in Symfony 4.0), I changed the code segments in this specific Command to call the Process class directly. The behaviour is still the same.