From c1c939bfc540c6662a18a04ad94b081059b5f89b Mon Sep 17 00:00:00 2001 From: The Devick <71853418+TheDevick@users.noreply.github.com> Date: Sun, 9 Jul 2023 00:56:27 -0300 Subject: [PATCH] docs: change LICENSE to MIT in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7692c55..a1b7ee3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "nystronsolar/growattspreadsheet", "description": "Read, Write and Manage Growatt Device Data Spreadsheets", - "license": "GPL-3.0-only", + "license": "MIT", "homepage": "https://github.com/NystronSolar/GrowattSpreadsheet", "minimum-stability": "stable", "prefer-stable": true,