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