mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-30 11:35:48 +08:00
1.1 KiB
1.1 KiB
Dependency Tracking Notes
DEP-001: nikic/fast-route migration plan
- Current state:
update-apiis pinned tonikic/fast-route:^1.3(v1.3.0resolved in lockfile). - Compatibility review date: April 6, 2026.
- What we verified:
composer show nikic/fast-route --allconfirmsv1.3.0is the currently installed stable line and that2.0.0-beta1exists.composer require nikic/fast-route:^2.0.0-beta1 --dry-runresolves successfully but introducespsr/simple-cacheand upgrades to a beta release.
- Why upgrade is deferred right now:
- Available maintained line is currently a beta channel (
2.0.0-beta1), which we do not want to promote directly into production without stabilization. - We want to validate runtime behavior against our route setup and dispatch flow before adoption.
- Available maintained line is currently a beta channel (
- Risk-reduction step already completed:
- Constrained FastRoute integration to
App\Core\RouteDispatcherFactoryso the eventual migration can happen in one adapter boundary.
- Constrained FastRoute integration to
- Planned migration ticket:
DEP-001(target: move to stable FastRoute v2 once released, then remove legacy v1 constraint).