2016-02-08 20:54:09 +00:00
|
|
|
{
|
|
|
|
"name": "php-ai/php-ml",
|
2016-02-08 22:07:16 +00:00
|
|
|
"type": "library",
|
2016-05-05 20:15:34 +00:00
|
|
|
"description": "PHP-ML - Machine Learning library for PHP",
|
2016-02-08 20:54:09 +00:00
|
|
|
"license": "MIT",
|
2017-02-03 11:58:25 +00:00
|
|
|
"keywords": ["machine learning","pattern recognition","neural network","computational learning theory","artificial intelligence","data science","feature extraction"],
|
2016-02-08 22:07:16 +00:00
|
|
|
"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": {
|
2017-11-22 21:16:10 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Phpml\\": "src/Phpml"
|
2016-04-04 20:38:51 +00:00
|
|
|
}
|
|
|
|
},
|
2016-02-08 22:07:16 +00:00
|
|
|
"require": {
|
2017-11-14 20:21:23 +00:00
|
|
|
"php": "^7.1"
|
2016-02-08 22:07:16 +00:00
|
|
|
},
|
2016-02-08 20:54:09 +00:00
|
|
|
"require-dev": {
|
2017-11-28 07:00:13 +00:00
|
|
|
"phpunit/phpunit": "^6.4",
|
2017-11-15 10:08:51 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.4",
|
2017-11-22 21:16:10 +00:00
|
|
|
"symplify/easy-coding-standard": "dev-master as 2.5",
|
|
|
|
"symplify/coding-standard": "dev-master as 2.5",
|
|
|
|
"symplify/package-builder": "dev-master#3604bea as 2.5"
|
2016-02-08 20:54:09 +00:00
|
|
|
}
|
|
|
|
}
|