1
0
mirror of synced 2025-01-18 08:51:41 +03:00
woocommerce-module/composer.json
2022-10-10 11:28:58 +03:00

23 lines
559 B
JSON

{
"name": "retailcrm/woocommerce-retailcrm",
"description": "Integration plugin for WooCommerce & RetailCRM",
"type": "wordpress-plugin",
"authors": [
{
"name": "RetailDriver LLC",
"email": "integration@retailcrm.ru"
}
],
"minimum-stability": "dev",
"require": {
"ext-simplexml": "*",
"ext-xmlwriter": "*"
},
"require-dev": {
"ext-json": "*",
"ext-mbstring": "*",
"phpunit/phpunit": "6.*",
"yoast/phpunit-polyfills": "1.x-dev"
}
}