HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers84/zuiderbos.nl/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"
}