aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages/src/composer/xdebug_handler
AgeCommit message (Collapse)Author
2026-07-04fix(xdebug-handler): implement get_skipped_versionnsfisis
The restart-to-disable-xdebug mechanism isn't ported (is_xdebug_active is hardcoded false), so a restart never happens and PHP's self::$skipped stays at its default empty string. Return that directly instead of todo!(), since PlatformRepository::initialize() calls this unconditionally. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-06-28refactor: add linternsfisis
2026-06-14feat(php-shim): implement more shim functionsnsfisis
2026-06-14chore: add "ref" comments to file headernsfisis
2026-05-20refactor: re-export module items to shorten import pathsnsfisis
2026-05-17feat(port): add stub implementations of shirabe-external-packagesnsfisis