aboutsummaryrefslogblamecommitdiff
path: root/composer.json
blob: 33613fc1474eae0f883a2d522fa83684909f984e (plain) (tree)
1
2
3
4
5
6
7
8



                                            
                       
                                       
                                                   
                     







                                                   

                
                        


                                 
     
 
{
    "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"
    }
}