Normalize composer.json with localheinz/json-normalizer (#214)

This commit is contained in:
Arkadiusz Kondas 2018-01-31 20:06:51 +01:00 committed by GitHub
parent 695a62d75f
commit 10070d97fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -2,9 +2,17 @@
"name": "php-ai/php-ml", "name": "php-ai/php-ml",
"type": "library", "type": "library",
"description": "PHP-ML - Machine Learning library for PHP", "description": "PHP-ML - Machine Learning library for PHP",
"license": "MIT", "keywords": [
"keywords": ["machine learning","pattern recognition","neural network","computational learning theory","artificial intelligence","data science","feature extraction"], "machine learning",
"pattern recognition",
"neural network",
"computational learning theory",
"artificial intelligence",
"data science",
"feature extraction"
],
"homepage": "https://github.com/php-ai/php-ml", "homepage": "https://github.com/php-ai/php-ml",
"license": "MIT",
"authors": [ "authors": [
{ {
"name": "Arkadiusz Kondas", "name": "Arkadiusz Kondas",