mirror of
https://github.com/php/pecl-mail-mailparse.git
synced 2026-03-23 22:52:14 +01:00
add composer.json for pie installation
This commit is contained in:
14
composer.json
Normal file
14
composer.json
Normal file
@@ -0,0 +1,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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user