summaryrefslogtreecommitdiffstats
path: root/src/Xml/composer.json
blob: c078a7c0196971efae938fd6cc9f708e938a4159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "name": "symfony/polyfill-xml",
    "type": "metapackage",
    "description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions",
    "keywords": ["polyfill", "shim", "compatibility", "portable"],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Nicolas Grekas",
            "email": "p@tchwork.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "abandoned": "symfony/polyfill-php72",
    "require": {
        "php": ">=5.3.3",
        "symfony/polyfill-php72": "~1.4"
    },
    "minimum-stability": "dev",
    "extra": {
        "branch-alias": {
            "dev-master": "1.16-dev"
        }
    }
}