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
Requires
- php: ^8.1
- codekaizen/wp-package-meta-provider-contract: ^3.0
- codekaizen/wp-package-meta-provider-local: ^4.0
- codekaizen/wp-package-meta-provider-orashub: ^3.0
- guzzlehttp/guzzle: ^7.10
- psr/log: ^3.0
- respect/validation: ^2.2
Requires (Dev)
- 10up/wp_mock: ^1.1
- mockery/mockery: ^1.6
- phpstan/phpstan: ^2.1
- phpstan/phpstan-mockery: ^2.0
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.0
- szepeviktor/phpstan-wordpress: ^2.0
- wp-coding-standards/wpcs: ^3.0
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