add composer.json for pie installation

This commit is contained in:
Remi Collet
2025-05-19 08:13:50 +02:00
parent 6dabdf4061
commit e90b36ca8a

14
composer.json Normal file
View 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": []
}
}