Stemmer/composer.json
Протопопов Валерий 5f5c5b124b All methods are now static
- Restore original mb_internal_encoding after method call
- Add PHPUnit 5.0 to dev-deps
- dict.php wrapped into PHPUnit data provider
- Increased memory limit for tests
2017-11-07 15:12:47 +07:00

25 lines
568 B
JSON

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