Stemmer/composer.json

21 lines
484 B
JSON
Raw Normal View History

2013-11-27 04:06:49 +04:00
{
"name": "nxp/russian-porter-stemmer",
"description": "Russian porter stemmer",
"minimum-stability": "stable",
"keywords": ["russian", "stemmer"],
2013-11-27 04:15:03 +04:00
"homepage": "http://github.com/NeonXP/Stemmer",
"license": "GPLv3",
2013-11-27 04:06:49 +04:00
"authors": [
{
"name": "Alexander 'NeonXP' Kiryukhin",
"email": "frei@neonxp.info"
}
],
"autoload": {
"psr-0": {"NXP": "src/"}
2013-11-27 04:15:03 +04:00
},
"require": {
"php": ">=5.4.0"
2013-11-27 04:06:49 +04:00
}
2013-11-27 04:15:03 +04:00
}