source: vendor/google/auth/composer.json@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[e3d4e0a]1{
2 "name": "google/auth",
3 "type": "library",
4 "description": "Google Auth Library for PHP",
5 "keywords": ["google", "oauth2", "authentication"],
6 "homepage": "http://github.com/google/google-auth-library-php",
7 "license": "Apache-2.0",
8 "support": {
9 "docs": "https://googleapis.github.io/google-auth-library-php/main/"
10 },
11 "require": {
12 "php": "^8.1",
13 "firebase/php-jwt": "^6.0",
14 "guzzlehttp/guzzle": "^7.4.5",
15 "guzzlehttp/psr7": "^2.4.5",
16 "psr/http-message": "^1.1||^2.0",
17 "psr/cache": "^2.0||^3.0"
18 },
19 "require-dev": {
20 "guzzlehttp/promises": "^2.0",
21 "squizlabs/php_codesniffer": "^3.5",
22 "phpunit/phpunit": "^9.6",
23 "phpspec/prophecy-phpunit": "^2.1",
24 "sebastian/comparator": ">=1.2.3",
25 "phpseclib/phpseclib": "^3.0.35",
26 "kelvinmo/simplejwt": "0.7.1",
27 "webmozart/assert": "^1.11",
28 "symfony/process": "^6.0||^7.0"
29 },
30 "suggest": {
31 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
32 },
33 "autoload": {
34 "psr-4": {
35 "Google\\Auth\\": "src"
36 }
37 },
38 "autoload-dev": {
39 "psr-4": {
40 "Google\\Auth\\Tests\\": "tests"
41 }
42 }
43}
Note: See TracBrowser for help on using the repository browser.