github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/test/integration/test-fixtures/image-pkg-coverage/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": "746ba78c06aef0cf954135ea909f9eb9",
     8      "packages": [
     9          {
    10              "name": "adoy/fastcgi-client",
    11              "version": "1.0.2",
    12              "source": {
    13                  "type": "git",
    14                  "url": "https://github.com/adoy/PHP-FastCGI-Client.git",
    15                  "reference": "6d9a552f0206a1db7feb442824540aa6c55e5b27"
    16              },
    17              "dist": {
    18                  "type": "zip",
    19                  "url": "https://api.github.com/repos/adoy/PHP-FastCGI-Client/zipball/6d9a552f0206a1db7feb442824540aa6c55e5b27",
    20                  "reference": "6d9a552f0206a1db7feb442824540aa6c55e5b27",
    21                  "shasum": ""
    22              },
    23              "type": "library",
    24              "autoload": {
    25                  "psr-0": {
    26                      "Adoy\\FastCGI\\": "src"
    27                  }
    28              },
    29              "notification-url": "https://packagist.org/downloads/",
    30              "license": [
    31                  "MIT"
    32              ],
    33              "authors": [
    34                  {
    35                      "name": "Pierrick Charron",
    36                      "email": "pierrick@adoy.net"
    37                  }
    38              ],
    39              "description": "Lightweight, single file FastCGI client for PHP.",
    40              "keywords": [
    41                  "fastcgi",
    42                  "fcgi"
    43              ],
    44              "time": "2019-12-11T13:49:21+00:00"
    45          },
    46          {
    47              "name": "alcaeus/mongo-php-adapter",
    48              "version": "1.1.11",
    49              "source": {
    50                  "type": "git",
    51                  "url": "https://github.com/alcaeus/mongo-php-adapter.git",
    52                  "reference": "43b6add94c8b4cb9890d662cba4c0defde733dcf"
    53              },
    54              "dist": {
    55                  "type": "zip",
    56                  "url": "https://api.github.com/repos/alcaeus/mongo-php-adapter/zipball/43b6add94c8b4cb9890d662cba4c0defde733dcf",
    57                  "reference": "43b6add94c8b4cb9890d662cba4c0defde733dcf",
    58                  "shasum": ""
    59              },
    60              "require": {
    61                  "ext-ctype": "*",
    62                  "ext-hash": "*",
    63                  "ext-mongodb": "^1.2.0",
    64                  "mongodb/mongodb": "^1.0.1",
    65                  "php": "^5.6 || ^7.0"
    66              },
    67              "provide": {
    68                  "ext-mongo": "1.6.14"
    69              },
    70              "require-dev": {
    71                  "phpunit/phpunit": "^5.7.27 || ^6.0 || ^7.0",
    72                  "squizlabs/php_codesniffer": "^3.2"
    73              },
    74              "type": "library",
    75              "extra": {
    76                  "branch-alias": {
    77                      "dev-master": "1.1.x-dev"
    78                  }
    79              },
    80              "autoload": {
    81                  "psr-0": {
    82                      "Mongo": "lib/Mongo"
    83                  },
    84                  "psr-4": {
    85                      "Alcaeus\\MongoDbAdapter\\": "lib/Alcaeus/MongoDbAdapter"
    86                  },
    87                  "files": [
    88                      "lib/Mongo/functions.php"
    89                  ]
    90              },
    91              "notification-url": "https://packagist.org/downloads/",
    92              "license": [
    93                  "MIT"
    94              ],
    95              "authors": [
    96                  {
    97                      "name": "alcaeus",
    98                      "email": "alcaeus@alcaeus.org"
    99                  },
   100                  {
   101                      "name": "Olivier Lechevalier",
   102                      "email": "olivier.lechevalier@gmail.com"
   103                  }
   104              ],
   105              "description": "Adapter to provide ext-mongo interface on top of mongo-php-libary",
   106              "keywords": [
   107                  "database",
   108                  "mongodb"
   109              ],
   110              "time": "2019-11-11T20:47:32+00:00"
   111          }
   112      ],
   113      "packages-dev": [
   114          {
   115              "name": "behat/gherkin",
   116              "version": "v4.6.2",
   117              "source": {
   118                  "type": "git",
   119                  "url": "https://github.com/Behat/Gherkin.git",
   120                  "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31"
   121              },
   122              "dist": {
   123                  "type": "zip",
   124                  "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31",
   125                  "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31",
   126                  "shasum": ""
   127              },
   128              "require": {
   129                  "php": ">=5.3.1"
   130              },
   131              "require-dev": {
   132                  "phpunit/phpunit": "~4.5|~5",
   133                  "symfony/phpunit-bridge": "~2.7|~3|~4",
   134                  "symfony/yaml": "~2.3|~3|~4"
   135              },
   136              "suggest": {
   137                  "symfony/yaml": "If you want to parse features, represented in YAML files"
   138              },
   139              "type": "library",
   140              "extra": {
   141                  "branch-alias": {
   142                      "dev-master": "4.4-dev"
   143                  }
   144              },
   145              "autoload": {
   146                  "psr-0": {
   147                      "Behat\\Gherkin": "src/"
   148                  }
   149              },
   150              "notification-url": "https://packagist.org/downloads/",
   151              "license": [
   152                  "MIT"
   153              ],
   154              "authors": [
   155                  {
   156                      "name": "Konstantin Kudryashov",
   157                      "email": "ever.zet@gmail.com",
   158                      "homepage": "http://everzet.com"
   159                  }
   160              ],
   161              "description": "Gherkin DSL parser for PHP 5.3",
   162              "homepage": "http://behat.org/",
   163              "keywords": [
   164                  "BDD",
   165                  "Behat",
   166                  "Cucumber",
   167                  "DSL",
   168                  "gherkin",
   169                  "parser"
   170              ],
   171              "time": "2020-03-17T14:03:26+00:00"
   172          },
   173          {
   174              "name": "codeception/codeception",
   175              "version": "4.1.6",
   176              "source": {
   177                  "type": "git",
   178                  "url": "https://github.com/Codeception/Codeception.git",
   179                  "reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9"
   180              },
   181              "dist": {
   182                  "type": "zip",
   183                  "url": "https://api.github.com/repos/Codeception/Codeception/zipball/5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9",
   184                  "reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9",
   185                  "shasum": ""
   186              },
   187              "require": {
   188                  "behat/gherkin": "^4.4.0",
   189                  "codeception/lib-asserts": "^1.0",
   190                  "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
   191                  "codeception/stub": "^2.0 | ^3.0",
   192                  "ext-curl": "*",
   193                  "ext-json": "*",
   194                  "ext-mbstring": "*",
   195                  "guzzlehttp/psr7": "~1.4",
   196                  "php": ">=5.6.0 <8.0",
   197                  "symfony/console": ">=2.7 <6.0",
   198                  "symfony/css-selector": ">=2.7 <6.0",
   199                  "symfony/event-dispatcher": ">=2.7 <6.0",
   200                  "symfony/finder": ">=2.7 <6.0",
   201                  "symfony/yaml": ">=2.7 <6.0"
   202              },
   203              "require-dev": {
   204                  "codeception/module-asserts": "*@dev",
   205                  "codeception/module-cli": "*@dev",
   206                  "codeception/module-db": "*@dev",
   207                  "codeception/module-filesystem": "*@dev",
   208                  "codeception/module-phpbrowser": "*@dev",
   209                  "codeception/specify": "~0.3",
   210                  "codeception/util-universalframework": "*@dev",
   211                  "monolog/monolog": "~1.8",
   212                  "squizlabs/php_codesniffer": "~2.0",
   213                  "symfony/process": ">=2.7 <6.0",
   214                  "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0"
   215              },
   216              "suggest": {
   217                  "codeception/specify": "BDD-style code blocks",
   218                  "codeception/verify": "BDD-style assertions",
   219                  "hoa/console": "For interactive console functionality",
   220                  "stecman/symfony-console-completion": "For BASH autocompletion",
   221                  "symfony/phpunit-bridge": "For phpunit-bridge support"
   222              },
   223              "bin": [
   224                  "codecept"
   225              ],
   226              "type": "library",
   227              "extra": {
   228                  "branch-alias": []
   229              },
   230              "autoload": {
   231                  "psr-4": {
   232                      "Codeception\\": "src/Codeception",
   233                      "Codeception\\Extension\\": "ext"
   234                  }
   235              },
   236              "notification-url": "https://packagist.org/downloads/",
   237              "license": [
   238                  "MIT"
   239              ],
   240              "authors": [
   241                  {
   242                      "name": "Michael Bodnarchuk",
   243                      "email": "davert@mail.ua",
   244                      "homepage": "http://codegyre.com"
   245                  }
   246              ],
   247              "description": "BDD-style testing framework",
   248              "homepage": "http://codeception.com/",
   249              "keywords": [
   250                  "BDD",
   251                  "TDD",
   252                  "acceptance testing",
   253                  "functional testing",
   254                  "unit testing"
   255              ],
   256              "time": "2020-06-07T16:31:51+00:00"
   257          }
   258      ],
   259      "aliases": [],
   260      "minimum-stability": "stable",
   261      "stability-flags": {
   262          "intelligence/bt-base": 20,
   263          "intelligence/bt-common": 20,
   264          "intelligence/bt-lib-tools": 20,
   265          "intelligence/ci-lib-cache": 20,
   266          "intelligence/ci-lib-client": 20,
   267          "intelligence/ci-lib-contributed": 20,
   268          "intelligence/ci-lib-eav": 20,
   269          "intelligence/ci-lib-report": 20,
   270          "intelligence/git-leaks-elastic-client": 20,
   271          "intelligence/phishing-elastic-client": 20,
   272          "libs/gib-sso-client": 20,
   273          "mozhin/phplib": 20
   274      },
   275      "prefer-stable": false,
   276      "prefer-lowest": false,
   277      "platform": {
   278          "php": "^7.4.0",
   279          "ext-amqp": "^1.9",
   280          "ext-ctype": "*",
   281          "ext-curl": "^7.4",
   282          "ext-date": "^7.4",
   283          "ext-fileinfo": "*",
   284          "ext-geoip": "^1.1",
   285          "ext-gettext": "*",
   286          "ext-iconv": "*",
   287          "ext-imagick": "^3.4",
   288          "ext-imap": "^7.4",
   289          "ext-intl": "^7.4",
   290          "ext-json": "*",
   291          "ext-mbstring": "^7.4",
   292          "ext-mongodb": "^1.4",
   293          "ext-mysqli": "^7.4",
   294          "ext-pdo_mysql": "^7.4",
   295          "ext-redis": ">=3.1"
   296      },
   297      "platform-dev": []
   298  }