php-ml/composer.json
2016-04-05 20:46:57 +02:00

29 lines
668 B
JSON

{
"name": "php-ai/php-ml",
"type": "library",
"description": "PHP Machine learning library",
"license": "MIT",
"keywords": ["machine learning","pattern recognition","computational learning theory","artificial intelligence"],
"homepage": "https://github.com/php-ai/php-ml",
"authors": [
{
"name": "Arkadiusz Kondas",
"email": "arkadiusz.kondas@gmail.com"
}
],
"autoload": {
"psr-4": {
"": "src/"
}
},
"config": {
"bin-dir": "bin"
},
"require": {
"php": ">=7.0.5"
},
"require-dev": {
"phpunit/phpunit": "^5.2"
}
}