Files
archived-pecl-file-system-x…/composer.json
Remi Collet d9320ac839 fix ext name
2025-09-17 16:31:39 +02:00

14 lines
262 B
JSON

{
"name": "pecl/xattr",
"type": "php-ext",
"license": "PHP-3.01",
"description": "Extended attributes",
"require": {
"php": ">= 7.2.0"
},
"php-ext": {
"extension-name": "xattr",
"configure-options": []
}
}