diff --git a/composer.json b/composer.json index 0e97bba..acb34dd 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,17 @@ "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"], + "keywords": [ + "machine learning", + "pattern recognition", + "neural network", + "computational learning theory", + "artificial intelligence", + "data science", + "feature extraction" + ], "homepage": "https://github.com/php-ai/php-ml", + "license": "MIT", "authors": [ { "name": "Arkadiusz Kondas",