woocommerce/composer.json

16 lines
388 B
JSON

{
"name": "woocommerce/woocommerce-rest-api",
"description": "The WooCommerce core REST API.",
"homepage": "https://github.com/woocommerce/woocommerce-rest-api",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
"require" : {
"composer/installers" : "~1.0"
},
"autoload": {
"classmap": ["src"]
}
}