v4.0.0
BREAKING CHANGES
-
ECS has been updated to 13.2, and the config builder has been refactored. New usage is as below.
use Worksome\CodingStyle\WorksomeEcsConfig; return WorksomeEcsConfig::configure() ->withPaths([ __DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/config', ]);
What's Changed
- docs: Update PHP_CodeSniffer repository link by @rodrigoprimo in #97
- feat!: JIRA-17366 Update to ECS 13.2 by @owenvoke in #98
New Contributors
- @rodrigoprimo made their first contribution in #97
Full Changelog: v3.4.0...v4.0.0