woocommerce/composer.json

20 lines
491 B
JSON
Raw Normal View History

{
2019-05-22 12:49:59 +00:00
"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",
2019-05-22 12:54:46 +00:00
"require" : {
"composer/installers" : "~1.0"
},
2019-06-06 16:34:11 +00:00
"require-dev": {
2019-06-11 10:37:09 +00:00
"phpunit/phpunit": "6.5.14",
"woocommerce/woocommerce-sniffs": "0.0.6"
2019-06-06 16:34:11 +00:00
},
"autoload": {
2019-05-22 15:35:10 +00:00
"classmap": ["src"]
}
}