Anomali
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
cache
/
hostinger-wp-cli-packages
/
Filename :
composer.json
back
Copy
{ "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" } }