26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"name": "woocommerce/docs",
|
|
"description": "The WooCommerce documentation plugin.",
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"woocommerce/action-scheduler": "^3.6",
|
|
"league/commonmark": "^2.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WooCommerceDocs\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"woocommerce/woocommerce-sniffs": "^0.1.3",
|
|
"phpunit/phpunit": "^9.6",
|
|
"yoast/phpunit-polyfills": "^2.0",
|
|
"php-stubs/wordpress-tests-stubs": "^6.2"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|