{
  "name": "facturante/facturante",
  "description": "Facturante integrates WooCommerce with Facturante",
  "type": "project",
  "license": "GPL-3.0-or-later",
  "autoload": {
    "psr-4": {
      "Facturante\\Facturante\\": "src/",
      "Facturante\\Facturante\\Admin\\": "src/admin/",
      "Facturante\\Facturante\\Sdk\\": "src/sdk/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/"
    }
  },
  "authors": [
    {
      "name": "Facturante"
    }
  ],
  "minimum-stability": "stable",
  "require-dev": {
    "phpunit/phpunit": "10.5",
    "squizlabs/php_codesniffer": "^3.0",
    "woocommerce/woocommerce-sniffs": "^1.0",
    "phpcompatibility/php-compatibility": "^9.3",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "brain/monkey": "2.6"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}
