flipboxstudio / lumen-generator

A Lumen Generator You Are Missing
https://packagist.org/packages/flipbox/lumen-generator
MIT License
822 stars 126 forks source link

Call to undefined method Symfony\Component\Process\ProcessUtils::escapeArgument() #30

Closed phiter closed 6 years ago

phiter commented 6 years ago

I've upgraded my lumen installation to 5.6 and I'm getting this error:

In ServeCommand.php line 40:

Call to undefined method Symfony\Component\Process\ProcessUtils::escapeArgument()

I haven't tested the other commands, but apparently this function has been removed.

toksdotdev commented 6 years ago

Same issue.

joelhy commented 6 years ago

Fixed in pull request #31