woocommerce/composer.json

19 lines
444 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"
},
"require-dev": {
"phpunit/phpunit": "6.5.14"
},
"autoload": {
"classmap": ["src"]
}
}