mirror of
https://github.com/php/pecl-mail-mailparse.git
synced 2026-03-23 22:52:14 +01:00
15 lines
306 B
JSON
15 lines
306 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|