codekaizen/wp-package-autoupdater

Maintainers

Package info

github.com/codekaizen-github/wp-package-auto-updater

pkg:composer/codekaizen/wp-package-autoupdater

Statistics

Installs: 81

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.2 2026-02-17 01:15 UTC

This package is auto-updated.

Last update: 2026-03-17 01:32:21 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