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