[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/symfony/polyfill-php72/ -> composer.json (source)

   1  {
   2      "name": "symfony/polyfill-php72",
   3      "type": "library",
   4      "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
   5      "keywords": ["polyfill", "shim", "compatibility", "portable"],
   6      "homepage": "https://symfony.com",
   7      "license": "MIT",
   8      "authors": [
   9          {
  10              "name": "Nicolas Grekas",
  11              "email": "[email protected]"
  12          },
  13          {
  14              "name": "Symfony Community",
  15              "homepage": "https://symfony.com/contributors"
  16          }
  17      ],
  18      "require": {
  19          "php": ">=7.1"
  20      },
  21      "autoload": {
  22          "psr-4": { "Symfony\\Polyfill\\Php72\\": "" },
  23          "files": [ "bootstrap.php" ]
  24      },
  25      "minimum-stability": "dev",
  26      "extra": {
  27          "branch-alias": {
  28              "dev-main": "1.27-dev"
  29          },
  30          "thanks": {
  31              "name": "symfony/polyfill",
  32              "url": "https://github.com/symfony/polyfill"
  33          }
  34      }
  35  }


Generated: Sun Feb 23 05:10:02 2025 Cross-referenced by PHPXref 0.7.1