From 7ae6611fbcee86e6dae9890c27da329fa036717f Mon Sep 17 00:00:00 2001 From: Sam Light Date: Mon, 30 Dec 2024 10:35:26 +0000 Subject: Set licence and version --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 63e5331..48e844c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,8 @@ "name": "lightscale/laralight-tables", "description": "Laravel Livewire tables", "type": "library", - "license": "GPL-3.0", + "license": "MIT", + "version": "0.0.1", "autoload": { "psr-4": { "Lightscale\\LaralightTables\\": "src/" -- cgit v1.2.3