{
  "name": "auth0/auth0-php",
  "description": "Auth0 PHP SDK.",
  "homepage": "https://github.com/auth0/auth0-PHP",
  "license": "MIT",
  "authors": [
    {
      "name": "Auth0",
      "email": "support@auth0.com",
      "homepage": "http://www.auth0.com/"
    }
  ],
  "require": {
    "php": "^5.5 || ^7.0",
    "guzzlehttp/guzzle": "~6.0",
    "ext-json": "*",
    "firebase/php-jwt" : "^5.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^4.8 || ^5.7",
    "josegonzalez/dotenv": "^2.0",
    "squizlabs/php_codesniffer": "^3.2",
    "phpcompatibility/php-compatibility": "^8.1",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0"
  },
  "autoload": {
    "psr-4": {
      "Auth0\\SDK\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Auth0\\Tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "SHELL_INTERACTIVE=1 \"vendor/bin/phpunit\" --coverage-text ",
    "test-ci": "\"vendor/bin/phpunit\" --stop-on-failure --coverage-clover=build/coverage.xml",
    "phpcs": "\"vendor/bin/phpcs\"",
    "phpcbf": "\"vendor/bin/phpcbf\"",
    "sniffs": "\"vendor/bin/phpcs\" -e",
    "config-phpcs": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
  }
}
