v5.0.0
BREAKING CHANGES
-
The Rector config builder has been refactored. New usage is as below.
use Worksome\CodingStyle\WorksomeRectorConfig; return WorksomeRectorConfig::configure() ->withPaths([ __DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/config', ]);
What's Changed
- ci: pin GitHub actions by @owenvoke in #100
- chore(deps-dev): update to Pest 5.x by @owenvoke in #103
- feat!: update Rector config style by @owenvoke in #104
Full Changelog: v4.0.1...v5.0.0