/home/edulekha/crm.edulekha.com/application/vendor/greew/oauth2-azure-provider/composer.json
{
  "name": "greew/oauth2-azure-provider",
  "description": "An OAuth2 client provider for Microsoft Azure to be used with thephpleague/oauth2-client",
  "type": "library",
  "license": "GPL-3.0-or-later",
  "require": {
    "php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
    "league/oauth2-client": "^2.6",
    "guzzlehttp/psr7": "^2.4",
    "psr/http-message": "^1.0"
  },
  "require-dev": {
    "roave/security-advisories": "dev-latest",
    "mockery/mockery": "^1.3.5",
    "phpunit/phpunit": "^9.5",
    "squizlabs/php_codesniffer": "^3.0"
  },
  "autoload": {
    "psr-4": {
      "Greew\\OAuth2\\Client\\Provider\\": "src/Provider/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Greew\\OAuth2\\Test\\Client\\Provider\\": "tests/src/Provider"
    }
  },
  "scripts": {
    "test": "@php vendor/bin/phpunit",
    "codeStyle": "@php vendor/bin/phpcs"
  }
}