Skip to content

Conversation

nicolas-grekas
Copy link
Contributor

This PR is on the critical path to making php-cs-fixer compatible with Symfony 5.

It fixes the following:

  • PHP 5.3 was not supported already, because Process::class is not supported syntax there
  • this means we can use Symfony 3.4 minimum, the lowest maintained Symfony version
  • using Process::fromShellCommandline() with arbitrary strings is as bad as using concatenation for building SQL queries.

@nicolas-grekas
Copy link
Contributor Author

/cc @keradus possible to merge quickly?

@keradus
Copy link
Member

keradus commented Oct 21, 2019

Sure thing. Thanks @nicolas-grekas !

@keradus keradus merged commit e086669 into PHP-CS-Fixer:master Oct 21, 2019
@keradus
Copy link
Member

keradus commented Oct 21, 2019

Also, released as 1.3.0

@nicolas-grekas
Copy link
Contributor Author

Thank you!

@nicolas-grekas nicolas-grekas deleted the sf5 branch October 21, 2019 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants