{
  "name": "cx9/api-authcode-bundle",
  "description": "cx9 api-authcode-bundle",
  "type": "symfony-bundle",
  "require": {
    "php": ">=7.3",
    "doctrine/dbal": "^3.0",
    "symfony/framework-bundle": "^5.4 || 6.4.*",
    "symfony/http-client": "5.4.* || 6.4.*",
    "paragonie/easyrsa": "^0.6.0",
    "symfony/security-bundle": "^5.4 || 6.4.*",
    "doctrine/doctrine-bundle": "^2.3",
    "doctrine/orm": "^2.7"
  },
  "require-dev": {
    "phpunit/phpunit": "^8.5",
    "symfony/phpunit-bridge": "^5.4"
  },
  "autoload": {
    "psr-4": {
      "Cx9\\ApiAuthcodeBundle\\": ""
    }
  },
  "extra": {
    "branch-alias": {
      "dev-master": "master"
    }
  },
  "license": "MIT",
  "authors": [
    {
      "name": "Marcel Tropmann",
      "email": "m.tropmann@cx9.de"
    }
  ]
}
