{
  "name": "wc1c/wc1c-main",
  "description": "Integration of WooCommerce with 1C products (different configurations)",
  "type": "project",
  "minimum-stability": "stable",
  "license": "GPL-3.0-or-later",
  "homepage": "https://wc1c.info",
  "autoload": {
    "psr-4": {"Wc1c\\Main\\": "src/"}
  },
  "authors": [
    {
      "name": "WC1C team",
      "email": "support@wc1c.info",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "support@wc1c.info"
  },
  "funding": [
    {
      "type": "other",
      "url": "https://wc1c.info/market/code"
    }
  ],
  "require": {
    "php": ">=7.4",
    "wc1c/cml": "dev-main",
    "wc1c/wc": "dev-main",
    "digiom/woplucore": "dev-main",
    "digiom/wotices": "1.*",
    "digiom/psr7wp": "dev-main",
    "psr/log": "1.*",
    "psr/http-message": "1.0.*",
    "monolog/monolog": "1.*",
    "ext-simplexml": "*",
    "ext-xmlreader": "*"
  }
}