Stemmer/composer.json

25 lines
568 B
JSON
Raw Permalink Normal View History

2013-11-27 04:06:49 +04:00
{
"name": "nxp/russian-porter-stemmer",
"description": "Russian porter stemmer",
"minimum-stability": "stable",
2015-06-10 15:07:01 +03:00
"version": "1.0.0",
2013-11-27 04:06:49 +04:00
"keywords": ["russian", "stemmer"],
2013-11-27 04:15:03 +04:00
"homepage": "http://github.com/NeonXP/Stemmer",
2016-11-25 17:39:59 +03:00
"license": "MIT",
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": {
2014-10-31 17:33:09 +03:00
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "^5.0"
2013-11-27 04:06:49 +04:00
}
2013-11-27 04:15:03 +04:00
}