{
  "name": "magecomp/magento-2-order-confirmation-email",
  "description": "Magecomp Order Confirmation Email Extension",
  "require": {
    "php": "~5.5.0||~5.6.0||~7.0.0||~7.1.0||~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0"
  },
  "type": "magento2-module",
  "version": "1.0.5",
  "license": [
    "Commercial"
  ],
  "authors": [
    {
      "name": "Magecomp",
      "email": "support@magecomp.com",
      "homepage": "https://magecomp.com"
    }
  ],
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "Magecomp\\Orderconfirmmail\\": ""
    }
  }
}
