| {
  "name": "envkey/envkey-php",
  "version": "2.4.2",
  "description": "Keeps environment variables automatically in sync. Protects secrets with end-to-end encryption.",
  "keywords": [
    "env",
    "dotenv",
    "environment variables",
    "secrets",
    "secrets management",
    "configuration",
    "configuration management",
    "security",
    "encryption",
    "end-to-end encryption"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "EnvKey",
      "email": "[email protected] ",
      "homepage": "https://envkey.com"
    }
  ],
  "require-dev": {
    "phpunit/phpunit": "^10.1"
  },
  "autoload": {
    "files": [
      "src/auto.php"
    ]
  },
  "autoload-dev": {
    "psr-4": {
      "Envkey\\": "src/"
    }
  }
}
 |