Files
archived-pecl-numbers-bitset/composer.json
2025-09-18 08:08:34 +02:00

14 lines
261 B
JSON

{
"name": "pecl/bitset",
"type": "php-ext",
"license": "PHP-3.01",
"description": "BITSET extension",
"require": {
"php": ">= 7.0.0"
},
"php-ext": {
"extension-name": "bitset",
"configure-options": []
}
}