审查视图

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