aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 33613fc1474eae0f883a2d522fa83684909f984e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "nxp/russian-porter-stemmer",
    "description": "Russian porter stemmer",
    "minimum-stability": "stable",
    "version": "1.0.0",
    "keywords": ["russian", "stemmer"],
    "homepage": "http://github.com/NeonXP/Stemmer",
    "license": "MIT",
    "authors": [
        {
            "name": "Alexander 'NeonXP' Kiryukhin",
            "email": "frei@neonxp.info"
        }
    ],
    "autoload": {
        "psr-0": {"NXP": "src/"}
    },
    "require": {
        "php": ">=5.3.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.0"
    }
}