| .. | |||||
| .git | |||||
| .github | |||||
| src | |||||
| vendor | |||||
| .gitignore | |||||
| CODEOWNERS | |||||
| README.md | |||||
| composer.json | |||||
| hostinger-command.php | |||||
| wp-cli.yml |
{
"name": "hostinger/hostinger-command",
"description": "WP-CLI command to retrieve WooCommerce orders.",
"type": "wp-cli-package",
"version": "1.0.4",
"license": "MIT",
"autoload": {
"psr-4": {
"Hostinger\\WPCLI\\": "src/"
},
"files": [
"hostinger-command.php"
]
},
"require": {
"wp-cli/wp-cli": "^2.0"
}
}
| .. | |||||
| .git | |||||
| .github | |||||
| src | |||||
| vendor | |||||
| .gitignore | |||||
| CODEOWNERS | |||||
| README.md | |||||
| composer.json | |||||
| hostinger-command.php | |||||
| wp-cli.yml |