v2.5.0 — Pint formatting for PHP writes
Added
phpPintconfig option — whentrue, the PHP handler runs Pint on the files written during a write operation (set/sync/import/export), in a single invocation after the write loop. Generated translation files then match the project's own code style and stay diff-stable across runs. The binary is resolved from the host project first (vendor/bin/pint), then from the package's own vendor (only when developing the package itself); the call runs viaPHP_BINARYfrom the project root so Pint discovers the project'spint.jsonand works cross-platform. If no Pint binary is found the step is skipped silently and files keep their rawphpFormatoutput — so the option is a no-op unlesslaravel/pintis installed. Defaults tofalse, and is read leniently (sometimes|boolean) so configs published before this release — including a cached config thatmergeConfigFromcan no longer backfill — keep working after upgrade instead of failing validation.
Full Changelog: v2.4.1...v2.5.0