Projekt

Obecné

Profil

Stáhnout (751 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
    "name": "symfony/polyfill-util",
3
    "type": "library",
4
    "description": "Symfony utilities for portability of PHP codes",
5
    "keywords": ["polyfill", "shim", "compat", "compatibility"],
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
    },
21
    "autoload": {
22
        "psr-4": { "Symfony\\Polyfill\\Util\\": "" }
23
    },
24
    "minimum-stability": "dev",
25
    "extra": {
26
        "branch-alias": {
27
            "dev-master": "1.7-dev"
28
        }
29
    }
30
}
(9-9/9)