codekaizen/wp-package-autoupdater

Installs: 81

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/codekaizen/wp-package-autoupdater

2.0.0 2026-01-06 11:20 UTC

This package is auto-updated.

Last update: 2026-01-06 11:26:35 UTC


README

Debugging with Xdebug

Start the debugger under your editor's "Run and Debug" section with the following configuration.

To debug the application using Xdebug, you can use the following wrapper command:

composer run debug <composer-script> [args...]

Examples:

composer run debug test
composer run debug analyze
composer run debug sniff