drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

Rewrite all ProcessBuilder with Process

Open yookoala opened this issue 2 years ago • 0 comments

  • ProcessBuilder was deprecated in Symfony 3.4 and was removed in Symfony 4.0. Instead, Process should be used directly.
  • Since Drupal 9 depends on Symfony 4, this rewrite is necessary for forward compatibility.
  • Fixes #4330

yookoala avatar Apr 08 '22 07:04 yookoala