summaryrefslogtreecommitdiffstats
path: root/src/Xml/composer.json
blob: 43958aedd2f9648cf9ef5343eda612e117196cf9 (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
30
31
32
33
{
    "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": ">=7.1",
        "symfony/polyfill-php72": "^1.20"
    },
    "minimum-stability": "dev",
    "extra": {
        "branch-alias": {
            "dev-main": "1.20-dev"
        },
        "thanks": {
            "name": "symfony/polyfill",
            "url": "https://github.com/symfony/polyfill"
        }
    }
}