| {
  "name": "beeflow/passwd",
  "license": "LGPL-3.0-or-later",
  "description": "Password generator and checker",
  "keywords": [
    "password",
    "security",
    "validation"
  ],
  "homepage": "https://github.com/beeflow/passwd",
  "authors": [
    {
      "name": "Rafal Przetakowski",
      "email": "[email protected] "
    }
  ],
  "support": {
    "issues": "https://github.com/beeflow/passwd/issues",
    "source": "https://github.com/beeflow/passwd/"
  },
  "require": {
    "php": ">=7.1"
  },
  "require-dev": {
    "phpunit/phpunit": ">=7.1.5"
  },
  "autoload": {
    "psr-4": {
      "Beeflow\\Passwd\\": ""
    }
  },
  "extra": {
    "branch-alias": {
      "dev-master": "1.0.x-dev"
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
 |