mirror of
https://github.com/php/pecl-search_engine-solr.git
synced 2026-03-23 22:52:07 +01:00
28 lines
527 B
JSON
28 lines
527 B
JSON
{
|
|
"name": "pecl/solr",
|
|
"type": "php-ext",
|
|
"license": "PHP-3.01",
|
|
"description": "Apache Solr extension",
|
|
"require": {
|
|
"php": ">=7.4,<8.6",
|
|
"ext-json": "*"
|
|
},
|
|
"php-ext": {
|
|
"extension-name": "solr",
|
|
"configure-options": [
|
|
{
|
|
"name": "enable-solr",
|
|
"description": "Enable solr support"
|
|
},
|
|
{
|
|
"name": "enable-solr-debug",
|
|
"description": "Compile with solr in verbose mode"
|
|
},
|
|
{
|
|
"name": "enable-coverage",
|
|
"description": "Enable developer code coverage information"
|
|
}
|
|
]
|
|
}
|
|
}
|