woocommerce/composer.json

16 lines
452 B
JSON
Raw Normal View History

{
"name": "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",
"autoload": {
"psr-4": {
"WooCommerce\\": "src/"
},
"classmap": ["src/RestApi/V1", "src/RestApi/V2", "src/RestApi/V3", "src/RestApi/wc-blocks"]
}
}