File: D:/HostingSpaces/SBogers10/zuiderbos.komma.pro/vendor/nqxcode/lucene-stemmer-en-ru/composer.json
{
"name": "nqxcode/lucene-stemmer-en-ru",
"description": "ZendSearch morphology token filter for english and russian words.",
"keywords" : ["zendsearch", "lucene", "stemming", "morphology", "filter", "russian", "english"],
"license": "MIT",
"authors": [
{
"name": "Andrey Pokoev",
"email": "nc101ux@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"nqxcode/zendsearch": "2.*",
"nqxcode/phpmorphy": "1.*"
},
"require-dev": {
"phpunit/phpunit": "4.6.*",
"mockery/mockery": "0.9.*"
},
"suggest": {
"ext-stemmer": "Enabling the stemmer extension makes stemming more correct. Install the stemmer extension by following the instructions on https://github.com/hthetiot/php-stemmer#install"
},
"autoload": {
"psr-4": {
"Nqxcode\\Stemming\\": "src/Nqxcode/Stemming",
"tests\\": "tests/"
}
},
"minimum-stability": "stable"
}