-
-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symphony deprecation error #876
Comments
Could you provide a stracktrace? |
I have the same error. Here's the stacktrace. ErrorException: User Deprecated: Passing a command as string when creating a "Symfony\Component\Process\Process" instance is deprecated since Symfony 4.2, pass it as an array of its arguments instead, or use the "Process::fromShellCommandline()" constructor if you need features provided by the shell. |
Which version of the package are you using? |
Thank you for your fast answer! |
Looking at the stracktrace the error happens in our |
User Deprecated: Passing a command as string when creating a "Symfony\Component\Process\Process" instance is deprecated since Symfony 4.2, pass it as an array of its arguments instead, or use the "Process::fromShellCommandline()" constructor if you need features provided by the shell.
This started popping up after upgrading to Laravel 5.8 - I can provide more detail if needed, feel free to ping me on the Laravel discord.
The text was updated successfully, but these errors were encountered: