laravel / pint

Laravel Pint is an opinionated PHP code style fixer for minimalists.
https://laravel.com/docs/pint
MIT License
2.78k stars 144 forks source link

[1.x] Enable Parallel Execution #272

Closed Jubeki closed 5 months ago

Jubeki commented 5 months ago

With the release of PHP-CS-Fixer v3.57.0 it is possible to run the process in parallel.

I would like to try it out with pint. (But I can't build the binary for some reason).

This PR enables parallel execution by default and bumps the dependencies accordingly. I think if there should be a "breaking" change, that a simple revert of this PR would be enough.

Also not sure how this would affect the PR https://github.com/laravel/pint/pull/256 by @nunomaduro