2016-02-08 20:54:09 +00:00
|
|
|
{
|
|
|
|
"name": "php-ai/php-ml",
|
2016-02-08 22:07:16 +00:00
|
|
|
"type": "library",
|
2016-02-08 20:54:09 +00:00
|
|
|
"description": "PHP Machine learning library",
|
|
|
|
"license": "MIT",
|
2016-02-08 22:07:16 +00:00
|
|
|
"keywords": ["machine learning","pattern recognition","computational learning theory","artificial intelligence"],
|
|
|
|
"homepage": "https://github.com/php-ai/php-ml",
|
2016-02-08 20:54:09 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arkadiusz Kondas",
|
|
|
|
"email": "arkadiusz.kondas@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2016-04-04 20:38:51 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"": "src/"
|
|
|
|
}
|
|
|
|
},
|
2016-02-08 22:07:16 +00:00
|
|
|
"config": {
|
|
|
|
"bin-dir": "bin"
|
|
|
|
},
|
|
|
|
"require": {
|
2016-04-05 18:46:57 +00:00
|
|
|
"php": ">=7.0.5"
|
2016-02-08 22:07:16 +00:00
|
|
|
},
|
2016-02-08 20:54:09 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.2"
|
|
|
|
}
|
|
|
|
}
|