summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 2a923026f7046f9b2532201d6d176ff5e78bb692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "pecl/mailparse",
    "type": "php-ext",
    "license": "PHP-3.01",
    "description": "Email message manipulation",
    "require": {
        "php": ">= 7.3.0",
        "ext-mbstring": "*"
    },
    "php-ext": {
        "extension-name": "mailparse",
        "configure-options": []
    }
}