2023-05-31 22:21:33 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/docs",
|
|
|
|
"description": "The WooCommerce documentation plugin.",
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
"require": {
|
2023-06-29 04:47:22 +00:00
|
|
|
"woocommerce/action-scheduler": "^3.6",
|
2023-07-12 07:29:15 +00:00
|
|
|
"league/commonmark": "^2.4"
|
2023-05-31 22:21:33 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"WooCommerceDocs\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-12 07:29:15 +00:00
|
|
|
"woocommerce/woocommerce-sniffs": "^0.1.3",
|
|
|
|
"phpunit/phpunit": "^9.6",
|
2023-07-17 08:46:23 +00:00
|
|
|
"yoast/phpunit-polyfills": "^2.0",
|
|
|
|
"php-stubs/wordpress-tests-stubs": "^6.2"
|
2023-05-31 22:21:33 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|