You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.23.0] - 2026-04-26
11
+
10
12
### Added
11
13
12
14
- 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)
13
15
14
-
### Changed
15
-
16
-
- Restore `standards:phpdoc` as the command entry point for PHPDoc checks while keeping
17
-
the legacy aliases `docheader` and `php-cs-fixer`.
18
-
- Remove the `phpdoc` alias from `reports:docs` to avoid command-name collisions with
19
-
the standards PHPDoc check command.
20
-
21
16
## [1.22.3] - 2026-04-25
22
17
23
18
### Fixed
@@ -363,7 +358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
363
358
- Normalize workflow PHP extension setup and Git submodule path handling for synced repositories.
0 commit comments