{
  "name": "avidtech6/mail-engine-net-exceptions",
  "description": "PHP engine module for FreshCloud Mail: net-exceptions (NetExceptions)",
  "type": "library",
  "license": "MIT",
  "require": {
    "php": "^8.1"
  },
  "autoload": {
    "psr-4": {
      "FreshCloud\\Mail\\NetExceptions\\": "src/NetExceptions/"
    }
  }
}