JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "composer.json"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/vendor/google/auth/composer.json
File size: 1.18 KB
MIME-type: application/json
Charset: utf-8

{
  "name": "google/auth",
  "type": "library",
  "description": "Google Auth Library for PHP",
  "keywords": ["google", "oauth2", "authentication"],
  "homepage": "http://github.com/google/google-auth-library-php",
  "license": "Apache-2.0",
  "support": {
    "docs": "https://googleapis.github.io/google-auth-library-php/main/"
  },
  "require": {
    "php": "^8.0",
    "firebase/php-jwt": "^6.0",
    "guzzlehttp/guzzle": "^7.4.5",
    "guzzlehttp/psr7": "^2.4.5",
    "psr/http-message": "^1.1||^2.0",
    "psr/cache": "^2.0||^3.0"
  },
  "require-dev": {
    "guzzlehttp/promises": "^2.0",
    "squizlabs/php_codesniffer": "^3.5",
    "phpunit/phpunit": "^9.6",
    "phpspec/prophecy-phpunit": "^2.1",
    "sebastian/comparator": ">=1.2.3",
    "phpseclib/phpseclib": "^3.0.35",
    "kelvinmo/simplejwt": "0.7.1",
    "webmozart/assert": "^1.11",
    "symfony/process": "^6.0||^7.0"
  },
  "suggest": {
    "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
  },
  "autoload": {
    "psr-4": {
      "Google\\Auth\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Google\\Auth\\Tests\\": "tests"
    }
  }
}