diff --git a/LICENSE b/LICENSE index 20a4be0..cb0d0cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Andrew DalPino +Copyright (c) 2022 Andrew DalPino Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index 8143976..347ddd1 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "project", "description": "An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.", "homepage": "https://github.com/RubixML/Iris", - "license": "Apache-2.0", + "license": "MIT", "keywords": [ "classification", "cross validation", "dataset", "data science", "example project", "iris flower", "k nearest neighbors", "knn", "machine learning", "ml", "php", "php ml", @@ -18,7 +18,7 @@ ], "require": { "php": ">=7.4", - "rubix/ml": "^1.0" + "rubix/ml": "^2.0" }, "scripts": { "train": "@php train.php"