mirror of
https://github.com/getgrav/grav.git
synced 2026-02-28 17:41:39 +01:00
* Since Symfony 4.2 passing chained shell commands to the Process component is not supported anymore and a working directory needs to be set by passing it as a completely separate parameter. Unless somebody finds a way to use Process() for this and fixes it in the code, rework example custom job. Related info: https://symfony.com/blog/new-in-symfony-4-2-important-deprecations#deprecated-process-commands-as-strings * One more place to fix Symfony 4.2 compatibility.