Closed emodric closed 4 years ago
@emodric @franzliedke It seems not to be compatible to symfony 5 though
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Symfony\Component\Process\Process::__construct() must be of the type array, string given
https://github.com/symfony/symfony/blob/5.0/UPGRADE-5.0.md#process
Doh! When I tested the package, I somehow didn't notice that I was using Symfony 4.4 instead of 5.0, so there were no issues :/
What would be the best way to fix this? Some form of version detection? The new syntax was introduced in Symfony 3.3 I believe.
@emodric @simonberger That problem only occurred within studio create
, right? That now works with Symfony 5 after this commit.
This has been relased in version 0.15.0.
I absolutely don't remember what I did back then 😎
I don't really remember either 😆
Thanks a lot!