All notable changes to this project will be documented in this file.
The format is based on Conventional Commits, and this project adheres to Semantic Versioning.
- fix: support ECS
13.3.2+with the native PER-CS set and explicit PHP8.1-8.4migration rules instead of the removedwithPhpCsFixerSets()arguments.
- ci: replace Super-Linter with reusable quality and security workflows, pin reusable ECS workflow, group Dependabot updates, and refresh linter and Gitleaks configs.
- chore: update
.gitleaks.tomlconfiguration andscaffold-lock.jsonversion. - chore: update PHP version requirement to
8.1inREADME.mdandcomposer.json.
- chore: skip
HeredocIndentationFixerclass to preserve heredoc alignment.
- feat!: ship
ecs.phpandrector.phpwrappers fromsrc/config/viascaffold.json; metadata moves tophp-forge/baseline. - chore: remove unused
.ecrcfile and updatecomposer.jsonandscaffold-lock.jsonfor consistency.
- docs: add social media badge for following on X in
README.md. - feat!: convert into
yii2-extensions/scaffoldprovider; centralize ECS, Rector, metadata and super-linter standards undersrc/. - docs: Adjust logo size in
README.mdfor better visibility.
- feat: add shared configuration files under
config/for Composer-based reuse. - docs: update quality code section with
Super-LinterandStyleCIbadges.