Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
{
2
    "name": "html2text/html2text",
3
    "description": "Converts HTML to formatted plain text",
4
    "type": "library",
5
    "license": "GPL-2.0-or-later",
6
    "autoload": {
7
        "psr-4": {
8
            "Html2Text\\": "src/"
9
        }
10
    },
11
    "autoload-dev": {
12
        "psr-4": {
13
            "Html2Text\\": "test/"
14
        }
15
    },
16
    "require-dev": {
17
        "phpunit/phpunit": "~4|^9.0"
18
    },
19
    "suggest": {
20
        "ext-mbstring": "For best performance",
21
        "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
22
    }
23
}