23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"name": "woocommerce/docs",
|
|
"description": "The WooCommerce documentation plugin.",
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"woocommerce/action-scheduler": "^3.6",
|
|
"erusev/parsedown": "^1.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WooCommerceDocs\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"woocommerce/woocommerce-sniffs": "^0.1.3"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|