diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-11 15:14:45 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-11 15:14:45 +0100 |
| commit | e852de2464f716fbdbd84b24e4b86348e17ffdc0 (patch) | |
| tree | dc6bd9b63c73f5cad50018506e24b2f70a1bef06 /composer.json | |
| parent | 3974e73f93e0b094c6e9af1ad8419dbb42889273 (diff) | |
sources from github
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6ce4969 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "pecl/xattr", + "type": "php-ext", + "license": "PHP-3.01", + "description": "Extended attributes", + "require": { + "php": ">= 7.2.0" + }, + "php-ext": { + "extension-name": "pecl/xattr", + "configure-options": [] + } +} |
