mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-24 22:07:33 +00:00
946fbbc521
* tests: update to PHPUnit 6.0 with rector * [cs] clean empty docs * composer: bump to PHPUnit 6.4 * tests: use class references over strings * cleanup
30 lines
924 B
JSON
30 lines
924 B
JSON
{
|
|
"name": "php-ai/php-ml",
|
|
"type": "library",
|
|
"description": "PHP-ML - Machine Learning library for PHP",
|
|
"license": "MIT",
|
|
"keywords": ["machine learning","pattern recognition","neural network","computational learning theory","artificial intelligence","data science","feature extraction"],
|
|
"homepage": "https://github.com/php-ai/php-ml",
|
|
"authors": [
|
|
{
|
|
"name": "Arkadiusz Kondas",
|
|
"email": "arkadiusz.kondas@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Phpml\\": "src/Phpml"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.4",
|
|
"friendsofphp/php-cs-fixer": "^2.4",
|
|
"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"
|
|
}
|
|
}
|