Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from edmondscommerce/DeprecatedErrorFix
fixing Symfony console error: Passing a command as string when creati…
- Loading branch information
6fd4d10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the quick turnaround 👍
6fd4d10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This broke my PHP 5.6 and 7.0 builds. It seems that
Process::fromShellCommandline()
was introduced insymfony/process:4.2.0
which requires^7.1.3
. The new minimal requirements should also be added to composer.json.6fd4d10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tuupola plz upgrade to 1.1.9 dab0415