Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/wiki
Submodule wiki updated from c99c7c to 170a0a
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.23.0] - 2026-04-26

### Added

- Add a hybrid command runtime bootstrap and capability bridge that keeps command discovery split between migrated Symfony commands (`DevTools`) and legacy Composer `BaseCommand` commands (`DevToolsComposer`) while exposing proxy commands during Composer execution for the first migration step (#199)

### Changed

- Restore `standards:phpdoc` as the command entry point for PHPDoc checks while keeping
the legacy aliases `docheader` and `php-cs-fixer`.
- Remove the `phpdoc` alias from `reports:docs` to avoid command-name collisions with
the standards PHPDoc check command.

## [1.22.3] - 2026-04-25

### Fixed
Expand Down Expand Up @@ -363,7 +358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Normalize workflow PHP extension setup and Git submodule path handling for synced repositories.


[unreleased]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.3...HEAD
[unreleased]: https://github.com/php-fast-forward/dev-tools/compare/v1.23.0...HEAD
[1.23.0]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.3...v1.23.0
[1.22.3]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.2...v1.22.3
[1.22.2]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.1...v1.22.2
[1.22.1]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.0...v1.22.1
Expand Down
Loading