Closed colinodell closed 2 years ago
Also got this problem currently. Had to use master-dev
in two packages I work on until this is resolved as Laravel now requires Symfony 5 components.
Reverted to 1.6.0 until this is fixed.
I've created pull request #49 to fix this. @schmittjoh
Closing this as fixed a while ago.
PR #44 added support for installing Symfony 5 components, but this project is actually NOT compatible with
symfony/process
5.x. The ability to accept a string as the first parameter of theProcess
constructor was deprecated in 4.2 and removed in 5.0. See the CHANGELOG for more information.As a result, requiring version 1.7.0 of this project on newer versions of PHP leads to fatal errors like https://github.com/thephpleague/commonmark/issues/410: