1
0
mirror of synced 2025-01-18 17:01:41 +03:00
woocommerce-module/composer.json

22 lines
511 B
JSON
Raw Normal View History

{
"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": "*"
},
"require-dev": {
2020-03-02 18:02:40 +03:00
"ext-json": "*",
"ext-mbstring": "*",
2020-04-05 10:36:45 +03:00
"ext-simplexml": "*",
"phpunit/phpunit": "6.*"
}
}