[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/composer/ca-bundle/ -> composer.json (source)

   1  {
   2      "name": "composer/ca-bundle",
   3      "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
   4      "type": "library",
   5      "license": "MIT",
   6      "keywords": [
   7          "cabundle",
   8          "cacert",
   9          "certificate",
  10          "ssl",
  11          "tls"
  12      ],
  13      "authors": [
  14          {
  15              "name": "Jordi Boggiano",
  16              "email": "[email protected]",
  17              "homepage": "http://seld.be"
  18          }
  19      ],
  20      "support": {
  21          "irc": "irc://irc.freenode.org/composer",
  22          "issues": "https://github.com/composer/ca-bundle/issues"
  23      },
  24      "require": {
  25          "ext-openssl": "*",
  26          "ext-pcre": "*",
  27          "php": "^7.2 || ^8.0"
  28      },
  29      "require-dev": {
  30          "phpunit/phpunit": "^8 || ^9",
  31          "phpstan/phpstan": "^1.10",
  32          "psr/log": "^1.0 || ^2.0 || ^3.0",
  33          "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  34      },
  35      "autoload": {
  36          "psr-4": {
  37              "Composer\\CaBundle\\": "src"
  38          }
  39      },
  40      "autoload-dev": {
  41          "psr-4": {
  42              "Composer\\CaBundle\\": "tests"
  43          }
  44      },
  45      "extra": {
  46          "branch-alias": {
  47              "dev-main": "1.x-dev"
  48          }
  49      },
  50      "scripts": {
  51          "test": "@php phpunit",
  52          "phpstan": "@php phpstan analyse"
  53      }
  54  }


Generated: Wed Apr 2 05:10:25 2025 Cross-referenced by PHPXref 0.7.1