github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/integration/testdata/fixtures/repo/composer/composer.lock (about)

     1  {
     2      "_readme": [
     3          "This file locks the dependencies of your project to a known state",
     4          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
     5          "This file is @generated automatically"
     6      ],
     7      "content-hash": "31bb67df1cc2bbbb0cd07dd1a0f516df",
     8      "packages": [
     9          {
    10              "name": "guzzlehttp/guzzle",
    11              "version": "7.4.4",
    12              "source": {
    13                  "type": "git",
    14                  "url": "https://github.com/guzzle/guzzle.git",
    15                  "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8"
    16              },
    17              "dist": {
    18                  "type": "zip",
    19                  "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e3ff079b22820c2029d4c2a87796b6a0b8716ad8",
    20                  "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8",
    21                  "shasum": ""
    22              },
    23              "require": {
    24                  "ext-json": "*",
    25                  "guzzlehttp/psr7": "^1.8.2 || ^2.1",
    26                  "php": "^7.2.5 || ^8.0"
    27              },
    28              "provide": {
    29                  "psr/http-client-implementation": "1.0"
    30              },
    31              "require-dev": {
    32                  "bamarni/composer-bin-plugin": "^1.4.1",
    33                  "ext-curl": "*",
    34                  "php-http/client-integration-tests": "^3.0",
    35                  "phpunit/phpunit": "^8.5.5 || ^9.3.5",
    36                  "psr/log": "^1.1 || ^2.0 || ^3.0"
    37              },
    38              "suggest": {
    39                  "ext-curl": "Required for CURL handler support",
    40                  "ext-intl": "Required for Internationalized Domain Name (IDN) support",
    41                  "psr/log": "Required for using the Log middleware"
    42              },
    43              "type": "library",
    44              "extra": {
    45                  "branch-alias": {
    46                      "dev-master": "7.4-dev"
    47                  }
    48              },
    49              "autoload": {
    50                  "files": [
    51                      "src/functions_include.php"
    52                  ],
    53                  "psr-4": {
    54                      "GuzzleHttp\\": "src/"
    55                  }
    56              },
    57              "notification-url": "https://packagist.org/downloads/",
    58              "license": [
    59                  "MIT"
    60              ],
    61              "authors": [
    62                  {
    63                      "name": "Graham Campbell",
    64                      "email": "hello@gjcampbell.co.uk",
    65                      "homepage": "https://github.com/GrahamCampbell"
    66                  },
    67                  {
    68                      "name": "Michael Dowling",
    69                      "email": "mtdowling@gmail.com",
    70                      "homepage": "https://github.com/mtdowling"
    71                  },
    72                  {
    73                      "name": "Jeremy Lindblom",
    74                      "email": "jeremeamia@gmail.com",
    75                      "homepage": "https://github.com/jeremeamia"
    76                  },
    77                  {
    78                      "name": "George Mponos",
    79                      "email": "gmponos@gmail.com",
    80                      "homepage": "https://github.com/gmponos"
    81                  },
    82                  {
    83                      "name": "Tobias Nyholm",
    84                      "email": "tobias.nyholm@gmail.com",
    85                      "homepage": "https://github.com/Nyholm"
    86                  },
    87                  {
    88                      "name": "Márk Sági-Kazár",
    89                      "email": "mark.sagikazar@gmail.com",
    90                      "homepage": "https://github.com/sagikazarmark"
    91                  },
    92                  {
    93                      "name": "Tobias Schultze",
    94                      "email": "webmaster@tubo-world.de",
    95                      "homepage": "https://github.com/Tobion"
    96                  }
    97              ],
    98              "description": "Guzzle is a PHP HTTP client library",
    99              "keywords": [
   100                  "client",
   101                  "curl",
   102                  "framework",
   103                  "http",
   104                  "http client",
   105                  "psr-18",
   106                  "psr-7",
   107                  "rest",
   108                  "web service"
   109              ],
   110              "support": {
   111                  "issues": "https://github.com/guzzle/guzzle/issues",
   112                  "source": "https://github.com/guzzle/guzzle/tree/7.4.4"
   113              },
   114              "funding": [
   115                  {
   116                      "url": "https://github.com/GrahamCampbell",
   117                      "type": "github"
   118                  },
   119                  {
   120                      "url": "https://github.com/Nyholm",
   121                      "type": "github"
   122                  },
   123                  {
   124                      "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
   125                      "type": "tidelift"
   126                  }
   127              ],
   128              "time": "2022-06-09T21:39:15+00:00"
   129          },
   130          {
   131              "name": "guzzlehttp/psr7",
   132              "version": "1.8.3",
   133              "source": {
   134                  "type": "git",
   135                  "url": "https://github.com/guzzle/psr7.git",
   136                  "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
   137              },
   138              "dist": {
   139                  "type": "zip",
   140                  "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
   141                  "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
   142                  "shasum": ""
   143              },
   144              "require": {
   145                  "php": "^7.2.5 || ^8.0"
   146              },
   147              "provide": {
   148                  "psr/http-factory-implementation": "1.0",
   149                  "psr/http-message-implementation": "1.0"
   150              },
   151              "require-dev": {
   152                  "bamarni/composer-bin-plugin": "^1.8.1",
   153                  "http-interop/http-factory-tests": "^0.9",
   154                  "phpunit/phpunit": "^8.5.29 || ^9.5.23"
   155              },
   156              "suggest": {
   157                  "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
   158              },
   159              "type": "library",
   160              "extra": {
   161                  "bamarni-bin": {
   162                      "bin-links": true,
   163                      "forward-command": false
   164                  },
   165                  "branch-alias": {
   166                      "dev-master": "2.4-dev"
   167                  }
   168              },
   169              "autoload": {
   170                  "psr-4": {
   171                      "GuzzleHttp\\Psr7\\": "src/"
   172                  }
   173              },
   174              "notification-url": "https://packagist.org/downloads/",
   175              "license": [
   176                  "MIT"
   177              ],
   178              "authors": [
   179                  {
   180                      "name": "Graham Campbell",
   181                      "email": "hello@gjcampbell.co.uk",
   182                      "homepage": "https://github.com/GrahamCampbell"
   183                  },
   184                  {
   185                      "name": "Michael Dowling",
   186                      "email": "mtdowling@gmail.com",
   187                      "homepage": "https://github.com/mtdowling"
   188                  },
   189                  {
   190                      "name": "George Mponos",
   191                      "email": "gmponos@gmail.com",
   192                      "homepage": "https://github.com/gmponos"
   193                  },
   194                  {
   195                      "name": "Tobias Nyholm",
   196                      "email": "tobias.nyholm@gmail.com",
   197                      "homepage": "https://github.com/Nyholm"
   198                  },
   199                  {
   200                      "name": "Márk Sági-Kazár",
   201                      "email": "mark.sagikazar@gmail.com",
   202                      "homepage": "https://github.com/sagikazarmark"
   203                  },
   204                  {
   205                      "name": "Tobias Schultze",
   206                      "email": "webmaster@tubo-world.de",
   207                      "homepage": "https://github.com/Tobion"
   208                  },
   209                  {
   210                      "name": "Márk Sági-Kazár",
   211                      "email": "mark.sagikazar@gmail.com",
   212                      "homepage": "https://sagikazarmark.hu"
   213                  }
   214              ],
   215              "description": "PSR-7 message implementation that also provides common utility methods",
   216              "keywords": [
   217                  "http",
   218                  "message",
   219                  "psr-7",
   220                  "request",
   221                  "response",
   222                  "stream",
   223                  "uri",
   224                  "url"
   225              ],
   226              "support": {
   227                  "issues": "https://github.com/guzzle/psr7/issues",
   228                  "source": "https://github.com/guzzle/psr7/tree/2.4.4"
   229              },
   230              "funding": [
   231                  {
   232                      "url": "https://github.com/GrahamCampbell",
   233                      "type": "github"
   234                  },
   235                  {
   236                      "url": "https://github.com/Nyholm",
   237                      "type": "github"
   238                  },
   239                  {
   240                      "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
   241                      "type": "tidelift"
   242                  }
   243              ],
   244              "time": "2023-03-09T13:19:02+00:00"
   245          }
   246      ],
   247      "packages-dev": [],
   248      "aliases": [],
   249      "minimum-stability": "stable",
   250      "stability-flags": [],
   251      "prefer-stable": false,
   252      "prefer-lowest": false,
   253      "platform": [],
   254      "platform-dev": [],
   255      "plugin-api-version": "2.3.0"
   256  }