Projekt

Obecné

Profil

Stáhnout (861 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
    "name": "symfony/polyfill-php56",
3
    "type": "library",
4
    "description": "Symfony polyfill backporting some PHP 5.6+ 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": "p@tchwork.com"
12
        },
13
        {
14
            "name": "Symfony Community",
15
            "homepage": "https://symfony.com/contributors"
16
        }
17
    ],
18
    "require": {
19
        "php": ">=5.3.3",
20
        "symfony/polyfill-util": "~1.0"
21
    },
22
    "autoload": {
23
        "psr-4": { "Symfony\\Polyfill\\Php56\\": "" },
24
        "files": [ "bootstrap.php" ]
25
    },
26
    "minimum-stability": "dev",
27
    "extra": {
28
        "branch-alias": {
29
            "dev-master": "1.7-dev"
30
        }
31
    }
32
}
(5-5/5)